Add reminder to unfuck master bedroom climate bullshit
This commit is contained in:
@@ -348,7 +348,7 @@ if (type === 'auto' && time != 'bedtime') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Automated responses
|
// Automated responses
|
||||||
if (type === 'auto' && allowed === 'on' && meltdown === 'off' && vacation === 'off') {
|
if (type === 'auto' && allowed === 'on' && meltdown === 'off' && vacation === 'off') { //! allowed === 'off' currently because of upstairs heat issues. Need to figure out a way to still allow wakeup flow to run.
|
||||||
node.log("Master Bedroom Climate: Auto")
|
node.log("Master Bedroom Climate: Auto")
|
||||||
if (sleeping === 'on' && topic != 'mrbedroom-wakeup') {
|
if (sleeping === 'on' && topic != 'mrbedroom-wakeup') {
|
||||||
node.status({ fill: "red", shape: "ring", text: "Blocked (sleep mode)" })
|
node.status({ fill: "red", shape: "ring", text: "Blocked (sleep mode)" })
|
||||||
|
|||||||
Reference in New Issue
Block a user