On my C8 v2.3.5.152
using Tuya Smart Siren Zigbee driver for Hubitat
def version() { "1.2.2" }
def timeStamp() {"2023/07/19 9:30 PM"}
by @kkossev
I'm using this same Tuya Siren Device which I've used a lot on my other installs (C7s)
I'm running the exact custom action I have on my C7 which is
When running this action, the device doesn't work and it actually freezes.. I have to reboot the device to get it to work again. This is a similar issue that I've reported in the past, which was supposed to be resolved in previous versions of the driver (right?)
Anyway, checking the logs, I'm getting this:
...playSound 4 (4=4 Key Chime) index=3, duration=10, volume=unknown(-1)
Notice the 3rd parameter VOLUME UNKNOWN?
Now, running the same action on my older c7 with the same type of siren (not the exact same unit) I get this from the logs:
...playSound 4 (4=4 Key Chime) index=3, duration=5, volume=medium(1)
and it works flawlessly
Is there a different way the action and parameters are implemented in C8?
Or is this an issue with the siren device itself having different implementation?
but both devices have the following details:
- manufacturer: _TZE200_t1blo2bj
- model: TS0601
Issue prevails even when calling the playSound function from the Driver
Although strangely enough, if I don't enter any parameters in the volumeLevel field then the darn thing works (it executes @ default volume)
I'm stumped.
here's short video demo
UPDATE 1: I got another siren that works with C7, and tested it w/ the C8, same issues.
I also got another C8 to test w/ both sirens, same issues.. I also tested the prev siren i've been testing earlier, and tested it with my older C7 and it worked.
So i can concur that the siren devices aren't the issues, but something to do with the Driver and the new C8 Hub