Mateusz Skowroński

Results 4 comments of Mateusz Skowroński

Hi. It looks like temp_step has some trash in it. ``` "temp_step":"1� �", ``` Cheers, Mateusz

Hi @badger707 . Here is some info on the weather: 1. [Enabling the function of obtaining weather data (optional)](https://developer.tuya.com/en/docs/iot/device-development/embedded-software-development/mcu-development-access/wifi-mcu-sdk-solution/tuya-cloud-universal-serial-port-access-protocol?id=K9hhi0xxtn9cb#title-19-Enabling%20the%20function%20of%20obtaining%20weather%20data%20(optional)) 2. [Sending weather data (optional)](https://developer.tuya.com/en/docs/iot/device-development/embedded-software-development/mcu-development-access/wifi-mcu-sdk-solution/tuya-cloud-universal-serial-port-access-protocol?id=K9hhi0xxtn9cb#title-20-Sending%20weather%20data%20(optional)) I have sent bytes from the...

It looks like this thermostat uses newer api for producut information. It is version 0x03. [Querying product information](https://developer.tuya.com/en/docs/iot/device-development/embedded-software-development/mcu-development-access/wifi-mcu-sdk-solution/tuya-cloud-universal-serial-port-access-protocol?id=K9hhi0xxtn9cb#title-6-Querying%20product%20information) This (0x03) version returns in JSON format. Cheers, Mateusz

@Swulf are you talking about visual representation on screen only? Something like this? ![image](https://user-images.githubusercontent.com/72836/40677909-5939c4ae-637f-11e8-86b1-4f6ee5d4f72f.png) I do work with point data a lot and this feature would be very useful. Cheers,...