alexreinert/piVCCU

No Communication from Window sensor to CCU3 after Upgrade to 3.67-10

HendrikWalde opened this issue · 7 comments

After Update / Upgrade on 3.67 -10 there is no communication from the actors to the Raspberry CCU3.
Sending Commands via WEB UI works but receiving changes made on an Thermostat for example won't be received in the ccu3.
therefore programs which will be startet by certain events will not work.

downgrade to the older version seems not possible since 3.65.8 seems not to be available anymore.

Command: sudo apt install 3.65.8
result: E: unable to lacate package 3.65.8

any ideas?

To find the available versions use sudo apt-search madison pivccu3. To install a specific version use sudo apt install pivccu3=VERSION.
But most probably downgrading will not solve your issue, at least this will not solve your issue for the future.

Missed an important thing: Downgrading can lead to a non-working installation as sometime on upgrades the CCU software does changes in the configuration files which are not backwards compatible. In that case you have to restore a backup of the version you downgrade to.

facing same problems since update to 3.67, only with HmIP-devices. Can't reach/can't pair :(
Tried to reset devices: not possible to pair even one.
Also already fully reinstalled pre-packged pivccu3 image and updated to newest version. - still the same.

Just tried to downgrade as you recommended, but doesn't work:

pi@raspberrypi:~ $ sudo apt search madison pivccu3
Sorting... Done
Full Text Search... Done
pi@raspberrypi:~ $ sudo apt install pivccu3=3.63.8
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Version '3.63.8' for 'pivccu3' was not found
pi@raspberrypi:~ $ sudo apt install pivccu3=3.65.8
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Version '3.65.8' for 'pivccu3' was not found

Sorry, the command to get the versions is sudo apt-cache madison pivccu3. For the installation you need the package version and not just the CCU version.

My Issue has been resolved after 3 to 4 reboots. maybe it has something to do with the cache...

I did a full reset, now it's working.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.