iRayanKhan / homebridge-tuya

A Homebridge plugin to control Tuya devices locally.
MIT License
403 stars 167 forks source link

Assistance with Heat Storm HS-1500-PHX-WIFI Added through Tuya #340

Open CaseyTal opened 2 years ago

CaseyTal commented 2 years ago

This plugin is awesome! Just need help with one thing: Just purchased and installed a Heat Storm HS-1500-PHX-WIFI Infrared Heater, Wifi Wall Mounted in my garage and connected it to WiFi and set it up through my Tuya app. Tuya control works perfectly in the app. I configured my plugin with the following settings, but I'm getting some weird bugs: { "name": "Garage Heater", "type": "Convector", "manufacturer": "Heat Storm", "model": "HS-1500-PHX-WIFI", "id": "REDACTED", "key": "REDACTED", "dpActive": 7, "dpDesiredTemperature": 2, "dpCurrentTemperature": 3, "dpRotationSpeed": 4, "dpChildLock": 6, "dpTemperatureDisplayUnits": 19, "cmdLow": "Low", "cmdHigh": "High", "noChildLock": false, "noTemperatureUnit": false, "minTemperature": 10, "maxTemperature": 35 }

I used the settings from here: https://github.com/iRayanKhan/homebridge-tuya/wiki/Supported-Device-Types#heat-convectors

Things that work:

Things that don't work:

I would greatly appreciate some suggestions and assistance here. Thank you in advance!

ShaunRoberts543 commented 2 years ago

I use the "simple heater" type and it works ok-ish. Will turn on/off and change temp. Response is slow and it blows up logs on Homebridge, but it functions correctly. The C/F, Child Lock do not work. "devices": [ { "type": "SimpleHeater", "name": "Base Heatro", "id": "eb9949d8ebaxxxxxxxxxx", "key": "873c160xxxxxxxx", "manufacturer": "Heat Storm", "model": "1500", "noCool": true }, { "type": "null" } ], "platform": "TuyaLan" }