Skip to content

Commit

Permalink
Added Shelly switch to settings
Browse files Browse the repository at this point in the history
Used for activating other loads when Smart Charging
  • Loading branch information
salewis38 authored Nov 25, 2023
1 parent fb99421 commit 79b96fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions palm_settings.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 79b96fc

Please sign in to comment.