alexreinert / piVCCU

piVCCU is a project to install the original Homematic CCU3 firmware inside a virtualized container (lxc) on ARM based single board computers.
Apache License 2.0
302 stars 64 forks source link

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

Closed HendrikWalde closed 1 year ago

HendrikWalde commented 1 year ago

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?

alexreinert commented 1 year ago

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.

alexreinert commented 1 year ago

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.

Ullulaki commented 1 year ago

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
alexreinert commented 1 year ago

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.

HendrikWalde commented 1 year ago

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

Ullulaki commented 1 year ago

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

stale[bot] commented 1 year ago

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.