Hello everyone!
I have two LED zones in the bedroom. One by the bed and the other by the desk. Both on Miboxer FUT037S+ controllers connected to esp8266_milight_hub. Below is a video showing the lack of synchronization between the bed/desk and the bedroom, which controls both zones. The lights are controlled correctly - only the dashboard is in the wrong state. The situation is the same when I control it with the remote control and when I control it from the dashboard.
The bed/desk state becomes correct when I click ON on those zones. Is it possible to make this happen automatically?
Is it possible for the bed/desk to be in the correct state after making changes to the bedroom?And the other way round - is it possible to refresh the bedroom state after turning off the bed/desk - when they both OFF also bedroom should be OFF?
I’m just starting out with HA and I’m stuck on this problem. How do you deal with this topic? Below is my configuration.
Milight Hub configuration: https://photos.app.goo.gl/imwSpFe7QkjK5Xpb8
As new user I can only put one embedded media item in a post that’s why I put here Google Photos link.
0x2249 is the ID of my physical remote control.
Home Assistant automation:
- alias: MiLight Forwarder
initial_state: true
trigger:
platform: mqtt
topic: milight/updates/0x2249/fut089/+
action:
- service: mqtt.publish
data_template:
topic: milight/commands/0x2249/fut089/{{ trigger.topic.split('/')[4] }}
payload_template: '{{ trigger.payload }}