jnimmo / hass-dmx

Home Assistant DMX over IP Integration
MIT License
107 stars 47 forks source link

Send levels on startup does not work anymore. #51

Open RubenDijk opened 3 years ago

RubenDijk commented 3 years ago

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:

matteofranceschini commented 3 years ago

I have the same config and the same problem :(

I've also tried to add default_off: true in the config, but I still have all my dmx lights turned on after a reboot! I'm running the latest version of this integration.

nibblerrick commented 3 years ago

Same here.

mvandenabeele commented 3 years ago

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.

https://community.home-assistant.io/t/main-purpose-of-restoreentity/135270 might be of some help here?

cristianm commented 2 years ago

Same here.

same...