Jan-Jonas Sämann

Results 15 comments of Jan-Jonas Sämann

I guess what You are searching for is the "Thermal Off Fan Operation" https://github.com/SwiCago/HeatPump/issues/39#issuecomment-1040924886 Not quiet sure if this is safe to set by now. There is currently no infrastructure...

Managed to work around being unable to fork and checked it out in a separate branch. Now available as PR! Therefore I will remove my temporary clone of this repo...

On EdgeOS the vbash poisens output with ANSI escape characters wich the version of netmiko currently used seem to not filter out. Of course this breaks most of, or any...

No1!11!! MQTT uses topics for single values to be able to subscribe to single values. Use http to poll json status data instead. Also using telegraf's mqtt is totally possible....

One could use something like this to hack around ```python3 from urllib.parse import urlparse import paho.mqtt.client as mqtt def connect_uri(client, uri): uri_parts = urlparse(uri) default_port = 1883 if uri_parts.username: client.username_pw_set(uri_parts.username,...