-
Hi, quick question regarding a group of unavailable sensors. I have 164 entities found on my S40 thermostat, 64 of which are unavailable. They are exclusively sensors and include things like hi/lo pressure switches, coil or outdoor/ambient temp, heating/cooling rates, etc. Not that I would pretend to need them all or even one or two but I am curious what the measurements are and if they would be useful. Is there any additional setup needed outside of enabling advanced mode within HA? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Look for a number entity called diagnostic_level, set it to 2 and those diagnostics should start coming through. When the S40 reboots (like during a power outage), this will get reset to zero. There is a sample automation that you can use to automatically set it to 2 if this happens. |
Beta Was this translation helpful? Give feedback.
-
Where are you putting that YAML? You may need to add an automation: to it and then slide everything over 2 spaces. |
Beta Was this translation helpful? Give feedback.
Look for a number entity called diagnostic_level, set it to 2 and those diagnostics should start coming through.
https://github.com/PeteRager/lennoxs30?tab=readme-ov-file#diagnostic_level
When the S40 reboots (like during a power outage), this will get reset to zero.
There is a sample automation that you can use to automatically set it to 2 if this happens.
https://github.com/PeteRager/lennoxs30/tree/master/samples/diaglevel