You can’t add WiFi devices to a ZigBee coordinator, they are complete different protocol’s
Since you are dutch, for your action lights see here :
https://gathering.tweakers.net/forum/list_messages/1944054
Hello @francisp,
Oh sorry I thought that would work (still new to this).
Are you refering to that page to flash the lamps?
I did that with most of them but I also have a few LSC RGBW E27 lamps which can’t seem to be flashed with tasmota and I have a few Chinese RGBW lamps which also can’t seem to be flashed.
You can add them to the smart life app and use the tuya integration. I do it for my action “plaffoniere”.
tuya:
username: [email protected]
password: xxx
country_code: 31
platform: smart_life
Awesome thank you!
I was able to add the LSC lamps to the app you mentioned and I will try to integrate it with HA soon, I’ll let you know when it’s done.
Do you have an idea about the Chinese lamps?
It didn’t work yet to add these to the same app.
The app I normally connect them with is “Magic Home”.
@francisp this is working like a charm!
Thank you very much!
Now I just need to find a solution for my Chinese “Magic Home” lamps.
I allready tried https://www.home-assistant.io/integrations/flux_led/ a few times and that’s making the lamps being added to HA, but only thing that does is making my lamps become unresponsive in HA and the Magic Home app (eg. not responding to on/off etc…).
Adding the lamps with below config makes the lamp unresponsive in HA and Magic Home app.
light:
- platform: flux_led
devices:
192.168.60.112:
name: eettafel1
mode: "rgbw"
Mode RGBW also generates this error:
Changing mode from rgbw
to rgb
seems to be working but missing the warm white which I really need.
It is “kind off working” with below config.
light:
- platform: flux_led
devices:
192.168.60.112:
name: eettafel1
mode: "rgbw"
192.168.60.115:
name: eettafel2
mode: "rgbw"
192.168.60.114:
name: gang
mode: "rgbw"
192.168.60.111:
name: slaapkamer
mode: "rgbw"
192.168.60.109:
name: overloop
mode: "rgbw"
Response time is quite long but that’s not really a problem, point is that when I turn off the light and turn back on the light turns on with about 2% brightness and the state does not change to on for the entity.
I then go to the Magic Home app, turn the light off and change brightness back to 80% which also makes the light turn on, the state then changed to on for the entity.
I can then turn off the light via HA, but when turning it back on results again in above behaviour.
This is for the light gang.
I created a group for eettafel1 and eettafel2, but toggling this doesn’t do anything.
eettafel:
name: Eettafel
entities:
- light.eettafel1
- light.eettafel2
Below errors keep showing up in the logs:
Has anyone ever been able to properly add these lamps to HA?
Flashing them also seems not possible so really looking for a way to add them instead of just replacing them because they are new.
So I’ve bought this ConBee II USB stick and some Xiaomi Aqara door/window sensors but I’m unable to connect the sensors with the Phoscon app.
I have the ConBee II USB stick connected to an USB cable which is about 2 meters.
Did you try opening and closing the sensors after pressing the button for 5 seconds? I found that they often weren’t picked up until a change was registered.
Yeah I tried that but it didn’t work.
It seemed that Windows firewall was blocking something, after turning the firewall off it worked like a charm.