Two temperature alarms with single output and DS18B20 sensors #208
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
I was using "temperature alarm" function to shut the power to my printer off (using SSR on the PSUP side) when ambient temp in my enclosure was too high (FIRE!). It was working beautifully. Now I added another sensor in the electronics compartment and wanted it to do the same thing. Problem is when I try to add second "temperature alarm" everything stops working. Temperature from sensors in not updated, both alarms stop working. Checking temperature using SSH works. It is not updated on the GUI side of things.
Deleting second "alarm" solves the problem.
To Reproduce
Steps to reproduce the behaviour:
Expected behavior
I expect the second "temperature alarm" to work the same as first "alarm".