Results 100 comments of Breina

Thanks for taking the time to point out issues and fix them on your repo! :) 1. Agreed 2. Agreed 3. Agreed 4. Agreed and I've been stuck on this...

That's very strange. Using your exact configuration, it outputs in 16-bit chunks. ![image](https://github.com/Breina/ha-artnet-led/assets/3009914/2d785e67-f2a8-4be2-b036-82835ecdb6bc) ![image](https://github.com/Breina/ha-artnet-led/assets/3009914/510577b1-be05-4338-9d16-103a43cb6ff8) ![image](https://github.com/Breina/ha-artnet-led/assets/3009914/7f409f4d-d3db-456b-9cb1-9d6f326409bc) >In my oppinion it would be even better to let me configure those channels Try...

It does this for Request bodies as well. Here is the fix for version `2.0.10`: ```java package com.awesome.swagger; import com.fasterxml.jackson.databind.JavaType; import com.fasterxml.jackson.databind.type.ArrayType; import com.fasterxml.jackson.databind.type.SimpleType; import io.swagger.v3.core.converter.AnnotatedType; import io.swagger.v3.core.converter.ModelConverter; import io.swagger.v3.core.converter.ModelConverterContext;...

Currently, as-is, this behaviour isn't supported in the integration. It's quite exotic, which makes it a good case for generalizing the `channel_set` in the future. I'll keep this issue to...

This one sent me down a rabbit hole. :D I think I found a good architecture for it though. Slowly working on it still.

Agreed! This will indeed be low-prio, first I want to get everything else working. I don't have any RDM devices personally, can I enrol you as tester for when this...

The whole config is going to be different, so I'm avoiding refactoring the old setup and instead doing it properly anew.

It's going to use the format as defined by https://open-fixture-library.org/. They have a GUI that allows configuring your fixtures, and it allows for loops and templates so it will be...

Absolutely! You can put ``` - channel: 5 name: my_rgb_lamp type: rgbw ``` This will create a light entity with a color picker and a white channel. That wil combine...

In the current version not unfortunately. I can add this requirement into the next rework if you'd like that. :)