-
Notifications
You must be signed in to change notification settings - Fork 46
Send levels on startup does not work anymore. #51
Comments
I have the same config and the same problem :( I've also tried to add |
Same here. |
My configuration is like this:
When I debug this configuration, I use "The ArtNetominator". After a reboot of Home Assistant, the fixed values do appear in The ArtNetominator, so I think the option to send the levels at startup does work (send_levels_on_startup, not present in my configuration, but defaults to true). But what I'm seeing, is that all light entities in Home Assistant are turned on after a reboot. Maybe that's what's causing the confusion? A somewhat related feature request: it would be nice if the dmx platform would save state, so all values are restored to what they were after a reboot.
|
same... |
I use the option:
send_levels_on_startup: false
When i restart home-assistant the dmx value go's to 0. The option does not work anymore
This is since shortly after the last update.
Here is my config:
platform: dmx
host: Ip
port: port
dmx_channels: 512
default_level: 0
send_levels_on_startup: false
universe: 0
devices:
name: Dimmer1
type: dimmer
transition: 0
channel_setup: d
name: Dimmer2
type: dimmer
transition: 0
channel_setup: d
name: Dimmer3
type: dimmer
transition: 0
channel_setup: d
name: Dimmer4
type: dimmer
transition: 0
channel_setup: d
name: Dimmer5
type: dimmer
transition: 0
channel_setup: d
name: Dimmer6
type: dimmer
transition: 0
channel_setup: d
The text was updated successfully, but these errors were encountered: