dragner
(David)
November 24, 2020, 7:27pm
77
I did some tests with the code of the STR323 published by @ aonghusmor in the topic: Secure SRT323 Thermostat
And seems to work fine with the SRT321, for the moment I’m using his code and the part of updating the temp with webcore working fine. I cannot try from the app because still bugged…
Here is the github:
/*
* SRT323 Thermostat by Aonghus-Mor, based on the SRT321 device driver by MeavyDev.
*/
metadata
{
definition (name: "srt323-thermostat", namespace: "aonghus-mor", author: "Aonghus Mor",
mnmn: "SmartThings", vid: "generic-radiator-thermostat-2", ocfDeviceType: "oic.d.thermostat")
//minHubCoreVersion: '000.017.0012', executeCommandsLocally: false)
{
capability "Actuator"
capability "Temperature Measurement"
capability "Thermostat"
capability "Configuration"
capability "Polling"
capability "Sensor"
capability "Health Check"
capability "Battery" // added by Aonghus Mor
//command "switchMode"
command "quickSetHeat"
This file has been truncated. show original