I have the following error displayed:
" Logger: homeassistant.components.flux_led.light
Source: components/flux_led/light.py:368
Integration: flux_led (documentation, issues)
First occurred: 6:55:06 PM (1 occurrences)
Last logged: 6:55:06 PM
Failed to connect to bulb 192.168.0.9, flux_living_room_lamp"
I installed HA on a raspberry pi4 following the guide for manual installation:
Manual installation on a Raspberry Pi
Instructions to install Home Assistant Core on a Raspberry Pi running Raspberry Pi OS Lite.
Then edited ~/.homeassistant/configuration.yaml, adding the following lines:
- platform: flux_led
devices:
192.168.0.9:
name: flux_living_room_lamp
I also tried different variations, like adding ‘protocol: ledenet’ or mode:‘rgb’.
However, in any conditions, I still get the same error.
I’m trying to connect a flyidea rgb lamp. It works fine with the phone app ‘Magic Home-Smart Home’, but homeassistant can’t connect to the lamp. In the ‘Magic Home-Smart Home’ app I can see the light is accessed through ip 192.168.0.9, port 80.
In the ‘Magic Home-Smart Home’, the device info is as the following:
I’ll be glad if somebody can give me some explanation about what’s going on. Thanks!