Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jwacalex closed an issue on Breina/ha-artnet-led
UnicodeDecodeError when running in controller mode
### Error When I'm trying to use the integration to run in controller mode and broadcast values to more than one ArtNet Interface, an UnicodeDecodeError appears: `UnicodeDecodeError: 'ascii' codec...jwacalex created a comment on an issue on jens-maus/RaspberryMatic
I'll reopen the issue as soon as I've a reliable way of reproducing it.
jwacalex created a comment on an issue on jens-maus/RaspberryMatic
Group Type: HmIP-Heating control Group Memebers: 2x HmIP-eTRV-C-2
jwacalex opened an issue on jens-maus/RaspberryMatic
Unable to Create/Operate/Delete HmIP-Heating Groups
### Describe the issue you are experiencing When creating or operating a group, the settings are not transferred to the device. Furthermore, the service message "Device communication disturbed" ar...jwacalex created a comment on an issue on Breina/ha-artnet-led
I would try an ArtNet Analzyer like DMX Workshop or dmXLAX. Also, how do you capture the packets?
jwacalex opened an issue on Breina/ha-artnet-led
Addressing different ArtNet Universes
The documentation itself assumes a decial adress for artnet unverses: - artnet universe 0, subnet 0 is mapped to decimal 0 - artnet universe 1, subnet 0 is mapped to decimal 16 - artnet univer...jwacalex pushed 1 commit to main jwacalex/ha-artnet-led
- removed duplicate ascii decoding attempt in mass decoding c3b0b59
jwacalex pushed 1 commit to main jwacalex/ha-artnet-led
- changed to ascii first approach with NUL detection for splitting strings fa457e6
jwacalex pushed 1 commit to main jwacalex/ha-artnet-led
- changed to ascii first approach with NUL detection for splitting strings 172aeeb
jwacalex created a comment on an issue on Breina/ha-artnet-led
The interesting part is, that the string *should* be the following ascii output `NetWork Node 2(42:4C:84:66:EE:F8)` when scanning the universe via dmxworkshop. I've extracted the offending strin...
jwacalex created a comment on an issue on Breina/ha-artnet-led
I've extracted the offending string in hexadecimal representation: `4e6574576f726b204e6f646520322834323a34433a38343a36363a45453a463829002e00708eb00201002300426f6f74204d6f64653a20426f6f746564206600`...
jwacalex opened a pull request on Breina/ha-artnet-led
robust string decoding with fallback
This pull request adds a more robust string decoding for the artnet controller mode and resolves issue #70 if the string cannot encoded as ascii, the new decoder tries to decode it as utf8 with...jwacalex pushed 2 commits to main jwacalex/ha-artnet-led
jwacalex pushed 1 commit to UnicodeDecodeError-Controller-Mode jwacalex/ha-artnet-led
- basic string encoding 1c9b6f1
jwacalex created a branch on jwacalex/ha-artnet-led
UnicodeDecodeError-Controller-Mode - 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.