I have a espeasy device with a temp/humanity sensor.
It works fine.
But I was wondering can I send this data to Tuya platform so I can use it to controll my tuya controlled heating and airconditioning?
I already have a tuya temp/hum sensor but it updates to slow ( one time per hour)
EspEasy sensor data to Tuya Platform
Moderators: grovkillen, Stuntteam, TD-er
Re: EspEasy sensor data to Tuya Platform
I have no idea what this platform requires.
Does it have some API documentation?
Does it have some API documentation?
Re: EspEasy sensor data to Tuya Platform
That does look like a JavaScript implementation of the protocol. but I didn't see a full description of the low level protocol.
So still no idea whether an existing controller or command may already be used from the rules to interact with this platform.
So still no idea whether an existing controller or command may already be used from the rules to interact with this platform.
Re: EspEasy sensor data to Tuya Platform
There is this Tuya developer docs, but I see 2 major blockers before we can implement this:
- Using these services requires HTTPS a connection
- Time versus gain for implementing a controller for this
This is the first ever request for connecting to Tuya devices that I have seen, maybe the requester can work out a preliminary Controller, and possibly a plugin to accompany that if needed, but as said, the HTTPS requirement will delay that for some time, and impose a couple of restrictions/limitations, f.e. only being available for ESP32.
This can be added to the longer-term TODO list though, sometime in the future this will be possible, after some of the limitations have been removed.
- Using these services requires HTTPS a connection
- Time versus gain for implementing a controller for this
This is the first ever request for connecting to Tuya devices that I have seen, maybe the requester can work out a preliminary Controller, and possibly a plugin to accompany that if needed, but as said, the HTTPS requirement will delay that for some time, and impose a couple of restrictions/limitations, f.e. only being available for ESP32.
This can be added to the longer-term TODO list though, sometime in the future this will be possible, after some of the limitations have been removed.
/Ton (PayPal.me)
Re: EspEasy sensor data to Tuya Platform
In the link given, was also a link to some MQTT tuya interface. So perhaps this can be run on some host to allow regular MQTT stuff to be used?
Re: EspEasy sensor data to Tuya Platform
But, unfortunately, that tuya-MQTT project has been stopped/abandoned over 2 years ago 

/Ton (PayPal.me)
Re: EspEasy sensor data to Tuya Platform
Ah, that's not very promising...
Who is online
Users browsing this forum: Ahrefs [Bot] and 16 guests