I think I’ve found out why my Elelabs do not work
ther is no symlink between /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0 and /dev/ttyUSB0
it should look like this when I do ls -l /dev/serial/by-id usb-1a86_USB2.0-Serial-if00-port0 -> ../../ttyUSB0
but i get only usb-1a86_USB2.0-Serial-if00-port0
How could I create that symlink
Super excited to see the ZHA group support for Hue bulbs in 113. I pulled my color lights and strips back off of HUE for testing. I can report groups work great as expected, Report status of being on, color changes, etc. One thing I did notice, and not sure if its a bug. If I change color of bulbs individually, it reports correctly. If I then change the color or brightness of a group, the group updates, but the individual lights to not update their state/color/brightness.
In my case I have two light strips. For some scenes they are set to the same color and brightness, and I enjoy it when then both change at the same time. But in other scenes they set to different colors, levels. So the UI fails to update individual lights if they are set by the group.
Edit: I take that back. The brightness reports correctly either scenario (group or individual), but color does not report back to HA correctly when changed via a group. Both the group and the individual lights are wrong
Edit2: Final status. When setting color and brightness via zha.group of hue lights. The colors change, the brightness changes correctly. The brightness is reported correctly,but the color does not update in HA. The color does change on the lights though.
I was expecting better from Sinope. Device Types 0x0103 and 0x0104 from HA profile are for On/Off Switch and for Dimmer switch devices, which are supposed to be the remotes, as those device types are supposed to generate on/off and level control commands.
You would need to override device using configuration.yaml Search this thread, as this information was posted here a few times.
What are the device type that should be used for Sinopé light and dimmer if it’s not 0x0103 and 0x0104. Should we use 0x0100 and 0x0101. I think that those are for just light bulb and dimmable light bulb. If so I can make a zhaquirks for those two
I haven’t tried like this. Usually was just getting Hass os SSH dev access and from there was getting a shell inside the HA container docker exec -ti homeassistant /bin/bash
Ok will try it. So if I change the device type via a zhaquirks I’ll probably need to remove my device and then reconnect it or can I just click on the reconfigure link.
yes, I think 0x0100 and 0x0101 are correct device types. You don’t need to to rejoin the device, but need to restart HA and check debug logs to see if quirk was matched. If it was matched, then quirk class will be present in “Zigbee Information” output from device panel
After another HA restart it’s ok but my devices are still 0x0103 and 0x0104.
Do I just need to copy my light.py file into the …zhaquirks/sinope dir or I need to register it somewhere. I don’t think that the file it picked by zigpy.
Still no go but I’ve found that if I restart the server, zha do not start. If I only restart HA there is no problem and zha is rrestarted.
Now for the quirks I have this in my logs for the Sinope light SW2500ZB
20-07-26 17:51:27 DEBUG (MainThread) [zigpy.endpoint] [0xdb8a:1] Manufacturer: Sinope Technologies
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.endpoint] [0xdb8a:1] Model: SW2500ZB
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Checking quirks for Sinope Technologies SW2500ZB (50:0b:91:40:00:01:cf:b5)
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'bellows.zigbee.application.EZSPCoordinator'>
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.gledopto.soposhgu10.SoposhGU10'>
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {11, 13} {1}
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.lutron.lzl4bwhl01remote.LutronLZL4BWHL01Remote2'>
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Fail because profile_id mismatch on at least one endpoint
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.netvox.z308e3ed.Z308E3ED'>
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.osram.a19twhite.A19TunableWhite'>
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {3} {1}
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.philips.rom001.PhilipsROM001'>
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.philips.rwl020.PhilipsRWL020'>
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {1, 2} {1}
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.philips.rwl021.PhilipsRWL021'>
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {1, 2} {1}
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.multi.SmartthingsMultiPurposeSensor'>
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.tag_v4.SmartThingsTagV4'>
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee3_io.XBee3Sensor'>
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {232, 230} {1}
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee_io.XBeeSensor'>
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {232, 230} {1}
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xiaomi.mija.smoke.MijiaHoneywellSmokeDetectorSensor'>
2020-07-26 17:51:27 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
it look like my quirks is not loaded. I’ll continue to do my RTFM
Wow just realized I vanished from the forum when checking the WTH posts… been spending all of my time on discord. Is there anything pressing that needs attention?