Simplify Plug profile to local fallback only
- SetOption73=0 disables button MQTT publishing - Plug buttons are just local fallback when MQTT/WiFi down - Removed SetOption32/40/53 - multi-press and hold not needed - rule1 provides local toggle functionality - No MQTT messages from plug buttons - they just work locally
This commit is contained in:
parent
86ae4b44b1
commit
929fe7c916
@ -113,10 +113,7 @@
|
|||||||
"PowerOnState 3",
|
"PowerOnState 3",
|
||||||
"SetOption1 0",
|
"SetOption1 0",
|
||||||
"SetOption3 1",
|
"SetOption3 1",
|
||||||
"SetOption32 8",
|
"SetOption73 0",
|
||||||
"SetOption40 0",
|
|
||||||
"SetOption53 1",
|
|
||||||
"SetOption73 1",
|
|
||||||
"rule1 on button1#state=10 do power0 toggle endon"
|
"rule1 on button1#state=10 do power0 toggle endon"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user