hahn-th
hahn-th
I checked my home assistant data points, and they are getting new states about every 2 1/2 minutes. Depends on the devices. Maybe you have to poll more irregular. For...
Do you just read values every few minutes? If this is true, you can import this library into your code and **use the persistent connection to get updates** as soon...
I am talking about the Home class. See the implementation in home-assistant: https://github.com/home-assistant/core/blob/dev/homeassistant/components/homematicip_cloud/hap.py Especially this function, where the Home class is instantiated and the callback methods getting assigned: https://github.com/home-assistant/core/blob/f43f0c4bcc070664519d14485cca1a462014a597/homeassistant/components/homematicip_cloud/hap.py#L236 In...
I will create a boilerplate and publish it on a new project. You can use this project to modify your application. After that, the problems are gone.
Are you able to change it via the Homematic App?
Das mti dem deutsch passt :) Also ich könnte das einbauen, bräuchte dafür aber deine Hilfe. Du müsstest die Kommunikation zwischen der App und dem HmIP Access Point loggen mit...
Genau darum gehts. Es muss aber nachverfolgbar sein. Also vielleicht aufschreiben mit Uhrzeit, was du gemacht hast und zwischen den Schritten etwas zeit vergehen lassen. Hier mal ne Anleitung: https://github.com/iobroker-community-adapters/ioBroker.hmip/issues/287#issuecomment-922088763...
Hi, this should be already done in AlarmSwitchingGroup. homematicip/group.py/AlarmSwitchingGroup
Okay ich mach nochmal auf. setSilentAlarm bei Home hat noch gefehlt. @stephanlenhart hast du die anderen Befehle hier mal durchgetestet? - setSignalAcoustic - setSignalOptical - setOnTime Die müssten eigentlich funktionieren