Jan-Jonas Sämann
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,...
I have a similar problem. A bit further down in the logs it looks like this for me: ``` 2023-11-14 22:35:51.945 ERROR (MainThread) [homeassistant.util.logging] Exception in async_discover when dispatching 'mqtt_discovery_new_update_mqtt':...
@mundschenk-at You where right. Update HA made it work properly and broke other integrations :)
Hi, my goal is to have a stable solution to promote to specifically proxmox community/devs to adopt. Since there is a variety of distros and therefore different network manager's out...
The resulting configuration in NetworkManager would be in /etc/NetworkManager/system-connections/*.nmconnection ```ini [connection] id=Wired connection 1 type=ethernet autoconnect-priority=-999 interface-name=eth0 timestamp=1748016447 [ethernet] [ipv4] method=auto [ipv6] addr-gen-mode=eui64 method=auto token=::123
@notentirelysure85 Yeah, the naming for these variables irritated me. Seems like intervals between 30 sec and 300 sec are valid. But that part of the code seems to be also...