Sroose / homebridge-loxone-ws

Websocket based Loxone plugin for homebridge
MIT License
39 stars 26 forks source link

No actual responses from loxone miniserver #26

Closed koraysels closed 6 years ago

koraysels commented 6 years ago

I have everything up and running and all my accesories are loaded in the home app on my phone and when I press a switch it does say it send a signal but it doesn't do anything .. the only thing that works is the temperature sensor value... It seems like all signals are sent to the miniserver but they don't get processed by loxone correctly ?

I have v 1.0.2 because v1.0.4 does not work on my RPi... it has errors with WS-API

Nexus2k commented 6 years ago

https://github.com/Sroose/homebridge-loxone-ws/pull/28 will fix this issue. The error with the WS-API came from the DimmerItem that tried to query the ItemState before the connection was established.

Sroose commented 6 years ago

28 included in release 1.0.5

Thanks @Nexus2k !