-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Tuya Adapter in IoBroker for Door Lock Control #603
Comments
maybe repost this in the ioBroker Forum? |
i talked to the guy who made "tinytuya" he said this: "We often see this with Tuya devices. There are cloud functions (DPs) that do no present locally. We have not found a way to get these. Tuya devices are "cloud first" and local access is secondary "best effort" and sometimes the firmware doesn't even bother to present those extended DPs. Having said that, some devices will emit other DPs that don't show up on the status() call when their state changes. You can run this script to see if you can get these: https://github.com/jasonacox/tinytuya/blob/master/examples/monitor.py The TinyTuya webapp doesn't monitor, it just polls the device for status. We have been talking about making a server app that would constantly monitor. Regardless, that would still require that the DPs you are looking for will show up in that monitor.py script run." |
But you can then still try to use the MQTT option and might get more data passed through then because then cloud data also are enhanced |
Which MQTT Option do you mean? |
If you mean adding " "useRefreshToGet": true, " to the json, i did. nothing changed.. I think there is just not more data.. |
I had similar issue i think. I have Smart Drawer Switch with Ble 4.0 its connectet do BT gateway and i can see it on tuya app and in object's but can't open/close it from iobroker. |
Hi,
I’m having a problem with the Tuya adapter in IoBroker. I have two code locks for door control, and I would like to be able to open the door via IoBroker. Additionally, I would like to check the status when the door is opened, for example, using a code, but this is optional. The most important feature for me is to open the door via IoBroker.
I have already switched to DP mode in Tuya and now see many DPs in IoBroker under the objects. However, I can’t really control them or interact with them. They only report “null”.
Has anyone else encountered this issue or found a solution for it?
Thanks!
German:
Hallo,
ich habe ein Problem mit dem Tuya Adapter in IoBroker. Ich habe zwei Codeschlösser für die Türsteuerung und würde gerne die Tür über IoBroker öffnen können. Zusätzlich würde ich auch gerne den Status abfragen, wenn die Tür beispielsweise mit einem Code geöffnet wurde, aber das ist optional. Am wichtigsten ist für mich, die Tür über IoBroker öffnen zu können.
Ich habe bei Tuya bereits auf DP umgestellt und sehe nun in IoBroker unter den Objekten viele DPs. Allerdings kann ich diese nicht wirklich ansteuern oder damit interagieren. Sie melden nur „null“.
Hat jemand bereits dieses Problem gehabt oder eine Lösung dafür gefunden?
Vielen Dank!
The text was updated successfully, but these errors were encountered: