Fibaro integrating, turning on/off lights does not work on fresh install

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?

It seams that I can interact with some fibaro devices like thermostats, philips hue lights installed via zigbee, however all lights, switches don’t work

So the solution was to reconfigure all of the devices, there were missing some config entries and the python fibaro library was not calling the proper functions.

After reconfiguring them manually everything worked, i’ve had those devices working since 5-6 years with hc2. Perhaps some issue with updates thats not happening in newer versions