From 729442c98c025d41b8687a16297ad49d03fe13a6 Mon Sep 17 00:00:00 2001 From: WillCodeForCats <48533968+WillCodeForCats@users.noreply.github.com> Date: Sun, 7 Jun 2026 14:10:18 -0700 Subject: [PATCH] Add id 10599181 as Thermostat 541 --- custom_components/tekmar_482/const.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom_components/tekmar_482/const.py b/custom_components/tekmar_482/const.py index 11374e1..89fa685 100644 --- a/custom_components/tekmar_482/const.py +++ b/custom_components/tekmar_482/const.py @@ -167,6 +167,7 @@ class ThaActiveDemand(IntEnum): 105801: ThaType.SNOWMELT, 108401: ThaType.SNOWMELT, 108402: ThaType.SNOWMELT, + 10599181: ThaType.THERMOSTAT, # alternate for 99301 } DEVICE_FEATURES = { @@ -270,6 +271,16 @@ class ThaActiveDemand(IntEnum): "snow": 0, "emer": 0, }, + 10599181: { # alternate for 99301 + "model": "541", + "type": DEVICE_TYPES[10599181], + "heat": 1, + "cool": 0, + "fan": 0, + "humid": 0, + "snow": 0, + "emer": 0, + }, 99302: { "model": "542", "type": DEVICE_TYPES[99302],