mike said something about changing “hub action” although I couldn’t find that statement in my copy of markus’s driver, nor could I find the word “delay” in the driver
a single command of “delay xxx” is invalid, delay is designed to be used within a list of commands.
hubAction only sends one command.
So as a start any hubAction that’s trying to send a “delay xxx” needs to be removed.
presence is critical for me, all is takes is for 1 router to drop, then things go downhill very fast, especially with 3 hampton bay zigbee fan controllers. If I can catch that first router and repair before it snowballs, it’s much easier to recover
COPY AND PASTE THIS ROW TO THE DEVELOPER: fingerprint model:“BASICZBR3”, manufacturer:“SONOFF”, profileId:“0104”, endpointId:“01”, inClusters:“0000,0003,0004,0005,0006”, outClusters:“0000”
Thank you, this has been added for the next release.
I don’t have power reporting in any zigbee drivers since I don’t have a device with standard power reporting implemented yet. When I do come across one, I will add it.
There is one for contact sensors, the Sonoff Contact sensor one is my generic type. Should probably make that more clear.
The only Vibration sensor I have is the Aqara one, that is not a device which sends anything standard. As for other vibration sensors, I’ve never even looked at them since I don’t think they exist here. My plan is to pick up more sensors from other locations as time goes on. We do need a lot more Zigbee devices for the CC anyway.
This was different from the others I’ve seen, thank you
In the latest version of my drivers this issue should have been fixed long before 2.2.4 was released. Can you check if it still occurs with the latest version of my drivers?
Which driver are you using, the generic outlet one?
COPY AND PASTE THIS ROW TO THE DEVELOPER: fingerprint model:“0yu2xgi”, manufacturer:“_TYST11_d0yu2xgi”, profileId:“0104”, endpointId:“01”, inClusters:“0000,0003”, outClusters:“0003,0019”, application:"49
I have one set to be delivered any day now. Double 11 sales have made domestic shipments really slow, just like any year. Not sure when I will get to it though, but yes, it’s on the list
This error is very strange that it’s there, I don’t use that delay number anywhere except in a method that is never called.
I’m now changing the delay used to an uneven one everywhere so that it will be easier to see what is what. I have a feeling this is due to code called outside of the driver. Let us track this down. I will push a new release shortly.
@andydvsn I saw you removed the separate insert of delay, I was informed by Mike Maxwell that “hubitat.device.Protocol.DELAY” should be used with that one, for example like this:
It seems to be working. No errors as yet. I’ll keep you informed either way. Thanks!
Got this in response.
COPY AND PASTE THIS ROW TO THE DEVELOPER: fingerprint model:“TRADFRI signal repeater”, manufacturer:“IKEA of Sweden”, profileId:“0104”, endpointId:“01”, inClusters:“0000,0003,0009,0B05,1000,FC7C”, outClusters:“0019,0020,1000”, application:“20”
Updated all my Zigbee drivers to include the change needed for 2.2.4 since the previous way of doing it, as communicated to me by them earlier, turned out to have been incorrect.