curl equivalents? #272
-
Hello, This library has been wonderful with quickly getting local control to my Tuya thermostat (PCT513-WB-TY). This library is in python, but I was wondering if anyone understands it enough to provide curl format calls to the local ip address. The Tuya developer site allows you to query devices with something like this:
Is there an equivalent call to the device locally? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unfortunately the devices do not have a webserver built in and so there's no way to use curl with them. tinytua does include a webserver that you can then call with curl, however it is very bare-bones and does not support fancy things like ThermostatDevice. |
Beta Was this translation helpful? Give feedback.
Unfortunately the devices do not have a webserver built in and so there's no way to use curl with them. tinytua does include a webserver that you can then call with curl, however it is very bare-bones and does not support fancy things like ThermostatDevice.