I have two finished (I think) PB projects and few more are on the way.
All my projects are coupled with HE home automation hub.
With the help of HE hub I can send to PB logical Off command and/or
switch power all together.
My question is - should I keep power on 24/7 and use only logical
On/Off control or should I power Off all PBs say at 11:30pm?
Current implementation is:
- When I need to turn PB On, a HE checks first if physical power switch is On
If switch is Off the HE turns switch On, waits for PB’s “connected” status and
finally sends all control commands to PB.
If switch is already On the HE simply send all commands. - If I need to turn PB Off the HE simply sends logical Off command,
physical power switch is still On. - At 11:30 the HE turns Off power to all PBs (and many other things).
I am asking these questions only because PB updates an EEPROM
at a certain points and if power is cut off during EEPROM Writes the
EEPROM could become corrupted and PB could become a nice brick
(unless this condition is somehow protected).