Peter Oudenes

Results 82 comments of Peter Oudenes

@sidoh When im 2 days off I will do some tests. If HA is fail then I have time to repair it before my partner gets home in a dark...

@sidoh Here's my configuration: https://github.com/poudenes/homeassistant Here example to add Circadian Light ``` ########################################################################################### # # CIRCADIAN LIGHTING # # https://github.com/claytonjn/hass-circadian_lighting # ########################################################################################### --- platform: circadian_lighting name: "Circadian Bathroom" lights_ct: -...

I tried several times with a group command in HA to turn on all groups 0 to on with circadian light correction on. Free heap drops from 15608 Bytes to...

I left the device name empty as well. Turned on all Circadian Light and there is nothing going wrong. Still have the settings in the hub.

Is there any way to use Device ID as name? When name is empty? Otherwise use name. Or is memory of esp not enough to create this code?

Is this still in scope so you can use SSL on MQTT?

``` - platform: mqtt name: "Milight TEST" command_topic: "Milight_Hub/0xAAAF/rgb_cct/0" state_topic: "Milight_Hub/states/0xAAAF/rgb_cct/0" schema: json color_mode: true supported_color_modes: ["rgbww"] brightness: true effect: true qos: 1 optimistic: true retain: false availability_topic: "Milight_Hub/client_status" payload_available:...

Hi all, With HA 2021.9.2 it seems that control the bubs not work correct anymore.

When I change bulbs from warm white to effect 0 (color changes) the saturation is not fully colored. The warm white leds are still on also.

I had same issue with HA in combination with ESP wall switches. I solved it by let ESP listen to MQTT and change state of the ESP switch. Yo can...