Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Led strip RBG (not RGB) #65

Closed
PanBlaza opened this issue Apr 8, 2022 · 5 comments
Closed

Led strip RBG (not RGB) #65

PanBlaza opened this issue Apr 8, 2022 · 5 comments

Comments

@PanBlaza
Copy link

PanBlaza commented Apr 8, 2022

Firstly thanks a lot Jnimmo for a great app:)
Unfortunately, I have a little problem with it. I have dmx led strip which type is RBG (not RGB as you require) and when I want to choose some colour, it is never the one I needed

@Breina
Copy link
Contributor

Breina commented Jul 18, 2022

@PanBlaza I've implemented this feature over at my fork using an extra channel_setup configuration parameter.

@PanBlaza
Copy link
Author

Still I don't know hot to:P
Could you help me with that: this is my file im very basic in programming :P

platform: dmx
host: 192.168.0.150
port: 6454
universe: 0
default_type: rgb
default_level: 0
devices:
- channel: 1
name: PIXEL1
- channel: 4
name: PIXEL2
- channel: 7
name: PIXEL3
- channel: 10
name: PIXEL4
- channel: 13
name: PIXEL5
- channel: 16
name: PIXEL6
- channel: 19
name: PIXEL7
.
.
.
- channel: 454
name: PIXEL152
- channel: 457

  • platform: group
    name: SOFA LEDY
    entities:
    - light.PIXEL108
    - light.PIXEL109
    .
    .
    .
    - light.PIXEL146
    - light.PIXEL147

@Breina
Copy link
Contributor

Breina commented Jul 21, 2022

First you will need to uninstall jnimmo's plugin and install mine to have this feature.

Your setup will look something like this:

light:
- platform: artnet_led
  host: 192.168.0.150
  port: 6454
  max_fps: 25
  refresh_every: 0
  universes:
    0:
      devices:
        - channel: 1
          name: PIXEL1
          type: rgb
          channel_size: 16bit
          output_correction: quadratic
          channel_setup: rbg
        - channel: 4
          name: PIXEL2
          type: rgb
          channel_size: 16bit
          output_correction: quadratic
          channel_setup: rbg
          ...
          ```

@PanBlaza
Copy link
Author

I tried your method today and good news is: led is receiving a signal. However I have met some problem: I tried it on first channel, i made just PIXEL 1 but it came not only on 1 pixel but also on the second one. It looks like these channels were connected. Moreover, the colour that appeared was different than the one I had chosen earlier (because they are connected now, I guess)

@Breina
Copy link
Contributor

Breina commented Aug 23, 2022

If it's okay with you, I've created an issue to follow up on this over at my repo, as this isn't really jnimmo's Issue any more.

Breina/ha-artnet-led#5

Please close this issue and we'll follow it up over there.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants