Serhii

Results 5 comments of Serhii

Hi there! Here are datapoints that I've got from Tuya hub: ```json { "1": "Switch", "2": "Work Mode", "16": "Current temperature", "18": "The lower limit of temperature", "28": "Factory data...

...And here's mine version of external converter for this thermostat 😃 ```javascript const exposes = require('zigbee-herdsman-converters/lib/exposes'); const tuya = require('zigbee-herdsman-converters/lib/tuya'); const e = exposes.presets; const ea = exposes.access; const definition...

Not sure, but seems that calibration works now :) Here is updated converter (fixed default values, min/max values, etc.), can you please try it? ```javascript const exposes = require('zigbee-herdsman-converters/lib/exposes'); const...

@ETE-Design > [@szheliab](https://github.com/szheliab) So seems like the code work right? Can this be added to Zigbee2MQTT so we don't have to use it as "External" converter? > > Regards Hi...