Skip to content

Commit

Permalink
Merge pull request #59 from galadril/add-awtrix-eflux-plugins
Browse files Browse the repository at this point in the history
Added AWTRIX3 and E-Flux plugins
  • Loading branch information
ycahome authored Dec 20, 2024
2 parents 3b66e22 + 2c00170 commit e682ee6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


"""
<plugin key="PP-MANAGER" name="Python Plugin Manager" author="ycahome" version="1.5.43" externallink="https://www.domoticz.com/forum/viewtopic.php?f=65&t=22339">
<plugin key="PP-MANAGER" name="Python Plugin Manager" author="ycahome" version="1.5.44" externallink="https://www.domoticz.com/forum/viewtopic.php?f=65&t=22339">
<description>
<h2>Python Plugin Manager v.1.5.42</h2><br/>
<h3>Features</h3>
Expand All @@ -28,6 +28,7 @@
<options>
<option label="Idle" value="Idle" default="true" />
<option label="Dummy Plugin" value="Dummy_Plugin"/>
<option label="AWTRIX3" value="AWTRIX3"/>
<option label="Battery monitoring for Z-Wave nodes" value="BatteryLevel"/>
<option label="Buienradar.nl (Weather lookup)" value="Buienradar"/>
<option label="Chromecast plugin for Domoticz" value="ChromecastPlugin"/>
Expand All @@ -40,6 +41,7 @@
<option label="Domoticz Theme Manager" value="domoticz-theme-manager"/>
<option label="Dyson Pure Link" value="DysonPureLink"/>
<option label="ebusd bridge" value="ebusd"/>
<option label="E-Flux" value="E-Flux"/>
<option label="Emmeti EQ 2021 and EQ 3021 ES hot water heat pumps" value="domoticz-emmeti-eq2021"/>
<option label="Emmeti Mirai heat pumps" value="domoticz-emmeti-mirai"/>
<option label="EMS bus Wi-Fi Gateway" value="ems-gateway"/>
Expand Down Expand Up @@ -153,6 +155,7 @@ def __init__(self):
# Plugin Key: [gitHub author, repository, plugin Text, Branch]
"Idle": ["Idle", "Idle", "Idle", "master"],
"Dummy_Plugin": ["ycahome", "Dummy_Plugin", "Dummy Plugin", "master"],
"AWTRIX3": ["galadril", "Domoticz-AWTRIX3-Plugin", "Integrate with AWTRIX3 Smart Clock", "master"],
"BatteryLevel": ["999LV", "BatteryLevel", "Battery monitoring for Z-Wave nodes", "master"],
"Buienradar": ["ffes", "domoticz-buienradar", "Buienradar.nl (Weather lookup)", "master"],
"AAPIPModule": ["febalci", "DomoticzCrowAlarm", "Crow Runner Alarm", "master"],
Expand All @@ -165,6 +168,7 @@ def __init__(self):
"domoticz-theme-manager": ["galadril", "domoticz-theme-manager", "Domoticz Theme Manager", "master"],
"DysonPureLink": ["JanJaapKo", "DysonPureLink", "Dyson Pure Link", "master"],
"ebusd": ["guillaumezin", "DomoticzEbusd", "ebusd bridge", "master"],
"E-Flux": ["galadril", "Domoticz-E-Flux-Plugin", "E-Flux by Road back office", "master"],
"domoticz-emmeti-eq2021": ["CreasolTech", "domoticz-emmeti-eq2021", "Emmeti EQ 2021 amd EQ 3021 ES hot water heat pumps", "master"],
"domoticz-emmeti-mirai": ["CreasolTech", "domoticz-emmeti-mirai", "Emmeti Mirai heat pumps", "master"],
"ems-gateway": ["bbqkees", "ems-esp-domoticz-plugin", "EMS bus Wi-Fi Gateway", "master"],
Expand Down Expand Up @@ -838,4 +842,3 @@ def DumpConfigToLog():
def mid(s, offset, amount):
#Domoticz.Debug("mid called")
return s[offset:offset+amount]

0 comments on commit e682ee6

Please sign in to comment.