Everything Smart Home
Everything Smart Home
Hello! I did see that same page and I am tracking it to see when it gets resolved although I wasn't sure if it was quite the same issue or...
Mine is (almost) direct from Develco, Develco appear to be a white label supplier of these devices that others resell. So good thing is, if we can get it working...
If I read the above link properly, I think it expects the VOC cluster to be on 0x042e where as the Develco VOC is reported on the Manufacturer Specific Cluster...
@rampage128 Got it working, thanks to your link above! I went in and manually modified the ZHA file on Home Assistant here: https://github.com/home-assistant/core/blob/7f309b4e6e4e8917f7a64521b1c86c5174bd3b29/homeassistant/components/zha/core/registries.py#L35 To read 0xfc03, repaired the device with...
@rampage128 Sure I would be happy too, how are you doing the remapping? That's the last piece of the puzzle I think, if you can let me know how to...
Nice, it works! I'd actually tried using the bus on one of my many failed attempts but that was before I knew the correct cluster ID to use that has...
One final issue - it won't automatically poll the VOCMeasurement cluster now, it will only trigger an update if I go into manage clusters and ask for it, meaning the...
> Yeah I noticed that too. But that has to be an issue of the develco somehow. It should report the value periodically and when it is reported, it should...
Yes it technically should, it worked as I say when I modified the cluster ID that HA was looking for and was reporting perfectly, so not sure why it won't...
Agree! Tried lots of things so far, no luck. I don't understand why other quirks I look at that use the bus function don't seem to have this problem.