Hi,
I have a clean install of home assistant on synology running from docker.
I’ve been able to get fibaro integration running it’s showing devices properly reading their state etc, but I cant change any ot the device state. Turn on/off lights etc.
Any idea on what is the issue? Seams like this is a stable integration but in my case it’s not working at all…
Access to fibaro is given using admin account, works like a charm from home-bridge
Some logs I’ve been able to find:
Log details (WARNING)
Logger: homeassistant.components.fibaro.entity
Source: components/fibaro/entity.py:59
integration: Fibaro ([documentation](https://www.home-assistant.io/integrations/fibaro), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+fibaro%22))
First occurred: 10:22:40 PM (6 occurrences)
Last logged: 10:57:29 PM
* Not sure how to turnOn: living_room_coach_light_100 (available actions: {'setAutoOff': 0})
* Not sure how to turnOn: living_room_tv_bulb_119 (available actions: {'setAutoOff': 0})
* Not sure how to turnOff: living_room_tv_bulb_119 (available actions: {'setAutoOff': 0})
* Not sure how to turnOn: living_room_coach_bulb_103 (available actions: {'setAutoOff': 0})
Any suggestions ideas?