Max Isom

Results 389 comments of Max Isom

Thank you, I'll try and take a look soon.

I've played around with the two strings from the above debug output and I have no idea what's going on. Could you provide a longer debug output? Multiple GET payloads...

Thank you. Could you send a GET request, change only one attribute of the device through the app, then send another GET request? Trying to see what changes.

Thank you. Several of the packets are the same in both the on and off scenarios, so I'm a bit stumped. That would imply that the device isn't actually sending...

Glad it's working now 👍

@pinkfloydFR please run your script with debug output enabled (`DEBUG=*`) and post the result in **a new issue**.

@wojtulab can you double-check the local key? What do you mean by a 1.x.x firmware?

> There are tuya devices that do not allow to query values via GET ... this is an device issue ... not this library. So they can only have values...

I think there might be a misunderstanding. `json obj data unvalid` is sent from the device, not TuyAPI. But there's a couple issues with doing it this way. First, silently...

> ( i.e. the test checks only if the input object is a JSON object "well-formed"). I'm having a hard time understanding what you mean by this, could you give...