From 79b96fca48b9330a6efe90b35e834c241a378cac Mon Sep 17 00:00:00 2001 From: salewis38 <46199139+salewis38@users.noreply.github.com> Date: Sat, 25 Nov 2023 17:56:04 +0000 Subject: [PATCH] Added Shelly switch to settings Used for activating other loads when Smart Charging --- palm_settings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/palm_settings.py b/palm_settings.py index 486bc29..f1e9600 100644 --- a/palm_settings.py +++ b/palm_settings.py @@ -1,7 +1,8 @@ -# version 2023.09.29 +# version 2023.11.25 """ Settings file for use with palm.py: Compatible with v0.9, v0.10, v1.0.x and v1.1.x 2023.09.29: added Shelly power monitor +2023.11.25: added Shelly switch to activate other loads when Smart Charging """ ###### # Do not edit this class definition, it is used to share global variables between components of the PALM system @@ -129,7 +130,7 @@ class GE: class Shelly: em0_url = "http://192.168.1.21/emeter/0" - + sw1_url = "http://192.168.1.22/" # MiHome devices are used to activate various loads class MiHome: