jnimmo / hass-dmx

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

HACS support broken #33

Open RikVerstijnen opened 4 years ago

RikVerstijnen commented 4 years ago

I can't find the repo anymore on HACS v1.0.3. Manual installation would be a workaround, but I would prefer to use HACS as it will manage the updates.

MIBmusic commented 4 years ago

I noticed that too. I manually uploaded the files to my synology but I can’t get it to work. I want to send dmx to QLC+, a great DMX software package that has an artnet driver in it by default. I am doubting if I uploaded the files correctly and that it’s not a rights issue. Would be great to have it back on HACS.

thomkedc commented 3 years ago

Still not working on HACS I hope it gets back integrated in HACS

robot256 commented 3 years ago

Has anyone gotten the manual installation to work recently? I tried uploading the files manually but don't know where to look to configure it. Nothing appears in the HA integrations list, menu, or in the HACS list.

jnimmo commented 3 years ago

I haven't actually ever tried out HACS to understand why it's broken and doesn't install through there sorry, must look into that. The DMX folder needs to be dropped into your custom_components folder, then it is manually configured through configuration.yaml

robot256 commented 3 years ago

Thanks for the quick reply, that works! I'm still new to HA, forget about the different methods of config.

This might be a HA bug, but when I create a DMX "rgbw" type, the HA color picker has a "Color Brightness" bar that always resets to full brightness. The "White Brightness" bar works, and the overall "Brightness" bar works. The only way to light the White channel without the RGB turned on is to declare an 'rgb' type followed by a 'dimmer' type. I'll move this to a new issue if it's anything involving hass-dmx. (EDIT: I see this has been reported as #60 )