Nitay Ben-Zvi

Results 60 comments of Nitay Ben-Zvi

Unfortunately I'm getting the same error... I verified it's uninstalled and than installed again (using sudo on rpi), but still getting the same error

eventually I succeeded by trying to install an older version of miniaudio with: `sudo pip install --no-binary :all: miniaudio==1.40`

@sebbo2002 try to uninstall miniaudio and than install with: `sudo pip install --no-binary :all: miniaudio==1.40`

Still haven't done the Wiki... I'll create it and push again

actually I saw that the Wiki contains the information on the parameters so I'll supply the information here so if you pull the request you can copy this data to...

sorry for the wait... here is the schema: ``` { name: 'Sprinklers', id: 'XXXXXXXXX', key: 'XXXXXXXX', def: { schema: '[{"mode":"rw","code":"switch_1","name":"\\u5f00\\u51731","property":{"type":"bool"},"iconname":"icon-dp_power2","id":1,"type":"obj","desc":""},{"mode":"rw","code":"countdown_1","name":"\\u5f00\\u51731\\u5012\\u8ba1\\u65f6","property":{"unit":"s","min":0,"max":86400,"scale":0,"step":1,"type":"value"},"iconname":"icon-dp_time2","id":9,"type":"obj","desc":""}]', extras: '[{"id":1,"inputStyle":"","inputType":"plain"},{"id":9,"inputStyle":"","inputType":"plain"}]', }, }, ``` There is a way to...

there is in the homebridge-tuya plugin... you can add valve via 'waterValve' type

please make it happen 🙏

2 out of the 4 switches worked intermittently and this what their signature looks like: ``` [06/05/2021, 09:29:52] [TuyaLan] Ready to handle Garden led left (switch:3.2) with signature {"1":true} [06/05/2021,...