danielperna84 / hahomematic

Python 3 Interface for Home Assistant to interact with HomeMatic devices
MIT License
130 stars 22 forks source link

Device goes offline until switching its state in homematic #1564

Closed lomtaslipptas closed 3 months ago

lomtaslipptas commented 3 months ago

I agree to the following

The problem

After investigation of the problem it seems like this: In situation where there is a motion sensor deactivating a light for example and you are turning into the motion sensor right in this situation it should immediately turn on again. But if you catch the exact time where the switch was going to turn off by the motion sensor and than has to turn on again it is reported as unavailable im home assistant. This is until you switch to the homematic UI (or an app using homematic directly) and switching the state of the actor. Afterwards everything works fine again.

What version of HomematicIP (local) has the issue?

1.61.0

What was the last working version of HomematicIP (local)?

-

What type of installation are you running?

Home Assistant OS

What type of installation are you running for your homematic backend?

CCU3

Which version of your homematic backend are you running?

3.75.6

What hardware are you running for your system?

Synology NAS 918+

Which config details do you use

Which interfaces do you use?

Diagnostics information (no logs here)

config_entry-homematicip_local-eba7a1fdb64d21144fc331dc59c93fc4 (1).json

Log file extract. Anything in the logs that might be useful for us? The log (Setting/System/Logs -> load full log) is the best source to support trouble shooting!

No response

Additional information

No response

SukramJ commented 3 months ago

This is basically a communication problem in your homematic system. To reactivate the device in HA you can use the service force_device_availability. There are also some supportive blueprints. See also discussion #566.