Hi, I'm adding this issue here since this is where the devices are defined. Apologies if this should have gone via the main zigbee2mqtt repo.
A recent PR (#6710) added support for Illuminance, Occupancy Timeout, and Occupancy Sensitivity to the Sonoff SNZB-06P.
However, attempting to read either of the Occupancy attributes results in a Status: 'UNSUPPORTED_ATTRIBUTE' error. Reading the illumination attribute was also added at the same time, and this works fine.
The device definitely supports reading/writing at least the Occupancy Timeout as setting this via the dev console using the msOccupancySensing cluster with the ultrasonicOToUDelay definitely works.
I would have attempted to debug this further, but I do not know how to turn the msOccupancySensing and ultrasonicOToUDelay names into the relevant IDs to check that those given in the PR are correct, and I could not see how to get Z2M to give me that information.
Hi, I'm adding this issue here since this is where the devices are defined. Apologies if this should have gone via the main zigbee2mqtt repo.
A recent PR (#6710) added support for Illuminance, Occupancy Timeout, and Occupancy Sensitivity to the Sonoff SNZB-06P.
However, attempting to read either of the Occupancy attributes results in a
Status: 'UNSUPPORTED_ATTRIBUTE'error. Reading the illumination attribute was also added at the same time, and this works fine.The device definitely supports reading/writing at least the Occupancy Timeout as setting this via the dev console using the
msOccupancySensingcluster with theultrasonicOToUDelaydefinitely works.I would have attempted to debug this further, but I do not know how to turn the
msOccupancySensingandultrasonicOToUDelaynames into the relevant IDs to check that those given in the PR are correct, and I could not see how to get Z2M to give me that information.