Skip to content

Commit

Permalink
enable fhem hack
Browse files Browse the repository at this point in the history
  • Loading branch information
8cH9azbsFifZ committed Sep 19, 2023
1 parent 3508a99 commit 855c323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rollershutter.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def _press_button_open_relais(self):
if __name__ == "__main__":
vMQTT_HOST = os.getenv("MQTT_HOST", "t20")
vMQTT_PORT = int(os.getenv("MQTT_PORT", 1883))
vUSEFHEM = os.getenv("USEFHEM") # FIXME: default
vUSEFHEM = True # FIXME #os.getenv("USEFHEM") # FIXME: default
vFHEM_HOST = os.getenv("FHEM_HOST", "minicul-raspi")
vFHEM_PORT = int(os.getenv("FHEM_PORT", 8083))
vTIME_OPEN = int(os.getenv("TIME_OPEN", 53))
Expand Down

0 comments on commit 855c323

Please sign in to comment.