Breina / ha-artnet-led

DMX lighting Integration for Home Assistant. Using the HA Color Mode update and Pyartnet library to control lights in multiple DMX universes over ethernet with the Art-Net protocol.
MIT License
115 stars 10 forks source link

Pernsonalized Config in YAML does not take affect in Home Assistant, entities are not created. #55

Closed sonorobby closed 7 months ago

sonorobby commented 8 months ago

I setup Art-Net with HA and when first import the Example Config of YAML it worked fine. When I do change the Channel config it does not apply to HA.

Then I removed all and setup again with the already modified config and it does not create the entities.

My modified config is this one: .......... devices:

Dimmer

    - channel: 1                    # first channel of dmx dimmer
      name: DMX_1                   
      type: dimmer                  
      transition: 1                 
      output_correction: quadratic 
      channel_size: 16bit           
    - channel: 2
      name: DMX_2
      type: dimmer
      transition: 1
      channel_size: 16bit
      output_correction: quadratic
    - channel: 3
      name: DMX_3
      type: dimmer
      transition: 1
      channel_size: 16bit
      output_correction: quadratic
    - channel: 4
      name: DMX_4
      type: dimmer
      transition: 1
      channel_size: 16bit
      output_correction: quadratic
    - channel: 5
      name: DMX_5
      type: dimmer
      transition: 1
      channel_size: 16bit
      output_correction: quadratic

etc.

is there a limitation or is this a bug?

Breina commented 7 months ago

Can you check the logs to see what went wrong? It should really be creating your entities proper.

sonorobby commented 7 months ago

Found the issue. There were two updates in HA i short time and it did break the creation of the entities. After complete reboot and new clean setup it created the entities.