Currently for the last couple days they being warning of an extreme weather event to happen in my area starting tomorrow .Snowagedon - up to 80 cm of heavy wet snow and extremely high winds +90km . for 3 days and the temperature then dropping to -15c for the next week afterwards. they basically expect there to be very long prolong power outages that could run on for weeks as power lines snap from the ice loads.
so i was thinking of ways to mitigate . as I am pretty mitigated already as I have solar water pumps that will provide me water pretty much indefinitely. and backup energy source . and solar heated thermo buffers and emergency wood heat source if required…
But I thought I make it a little more automatic-
Basically what it does, if my weather apps for mycroft ( which will run as stand alone app with out mycroft) or a European version - if it get warning event such as extreme weather warning - sends a trigger to my energy monitor and turns on specific relays controled by the energy monitor . in this case it turns on my diversion element and will heat the buffer tanks to maximum temperature of bi metallic switch setting ( 75c) and stay in this mode until the weather event goes back to normal
example format;
http://your_ip/control?cmd=pwm,04,25 turns on switch4
http://your_ip/control?cmd=pwm,04,55 turns off switch4
so in the case of EVCAN alert in the
‘SPECIALWEATHERSTATEMENT’ and ‘BLIZZARDWARNING’
I add this to their sections
curl http://192.168.168.204/control?cmd=pwm,04,25
and then when it goes to no alert status
I add this section
curl http://192.168.168.204/control?cmd=pwm,04,55
then it shuts off the diversion over ride and everything goes back to normal operation …
I will probably have to add in a time of year condition as I do get ‘SPECIALWEATHERSTATEMENT’ in the summer for forecast of huge rainfall or extreme wind event … but we will see how well it works first with this predicted huge blizzard event … at least I should have a good 24 - 48 hr period of heat and warmth in the house before I need to start up the wood stove . if the skies remain heavily overcast if returns to sunny or lightly overcast then I am good fairly indefinitely at this time of year for heat and basic power usage just from the sun
I thought I post this… perhaps someone else would like the inspiration of doing the same for their systems