homebridge-tuya-lan
homebridge-tuya-lan copied to clipboard
Simple Blinds don‘t react fully
Hey! :-)
I have bought blinds (controllable by tuya) and would like to control them in HomeKit. Now, I have the following issue. Only one action is possible. I can only open the blinds in HomeKit. Closing is not possible. The blinds don’t react when I want to close. Does anyone know how I can solve this problem?☺️🙈 Would be really, really cool if someone can help me :)
Now, I have converted my problem. With this instruction (https://github.com/AMoo-Miki/homebridge-tuya-lan/issues/89), the log-file tells me that the curtain is moving (opening, closing and stopping; Hence: there is no "Blinds saw change to undefined" anymore). But in reality, it don't move. Before I have made this change, one move (closing OR opening) was possible. After this change, there is NO movement anymore. I think my problem is pretty similar to https://github.com/AMoo-Miki/homebridge-tuya-lan/issues/161
Can anyone help us? :/
Same issue, it’s perfectly configure but curtain switch does not work
Hello, I'm using 1.5.0-rc.12
instead of 1.4.0 found by homebridge on public npm repo. With this configuration everything is working on my side :
{ "platform": "TuyaLan", "devices": [ { "name": "Roller shutter", "type": "SimpleBlinds", "manufacturer": "", "model": "", "id": "<device-id>", "key": "<device-key>", "timeToOpen": 17, "timeToTighten": 4, "flipState": false, "cmdOpen": "on", "cmdClose": "off", "cmdStop": "stop", "sendEmptyUpdate": true } ] }
If your device is successfully detected in homebridge, it should work.
Hi all, I bought a Tuya curtain from Taobao and configure it type as "SimpleBlinds". It can recognize as a Curtain in Apple Home apps. however, i cannot control it both open or close through Home apps. any suggestion to make it function ?
this is my configuration
{ "name": "主人房窗簾", "type": "SimpleBlinds", "manufacturer": "Tuya", "model": "Tuya", "id": "855210025002915b8487", "key": "xxxxxxxxxxxxxxx", "ip": "192.168.1.23", "timeToOpen": 22, "timeToTighten": 0, "flipState": true