Hi, @homeagain
I asked the engineering team for updates but there’s no response yet. I’ll let you know once I have one.
Hi, @homeagain
The engineering team checked this issue and noticed the device is sending this type of report:
received Z-Wave command: {args={precision=0, scale="PERCENTAGE", sensor_type="LUMINANCE", sensor_value=0, size=1}, cmd_class="SENSOR_MULTILEVEL", cmd_id="REPORT", dst_channels={}, encap="NONE", payload="\x03\x01\x00", src_channel=0, version=1}
This doesn’t generate an event for the capability illuminanceMeasurement because the default handler only processes reports of scale type “LUX” and this is type “PERCENTAGE”.
So, the possible solutions are:
- As the HomeSeer team is providing their own driver, they need to define a custom handler to process this type of message and send the update to the capability
- As this is a non-certified device as WWST, the default driver of ST won’t work since it needs to be modified as well
- The last resource solution would be to change the configuration of the physical device to start reporting in “LUX” instead but that’s done by the manufacturer as well and we don’t know how difficult this would be.
2 Likes
Thanks- I sent this to Homeseer to see if they can make any changes.