nicx
nicx
@Arnold-n thanks! is disabling NTP available via Home Assistant HC_ controls, too?
@Arnold-n thanks for your explanation. and you are right: the mitt connection reconnects, just checked it after the last night. I can see some values publishing, but not all of...
@Arnold-n I just checked the logs of my NAS in detail. You are again right: the Matt server ist only unavailable for about seconds. the HA instance is unavailable for...
@Arnold-n ok I created a short python script as workaround: ``` #!/usr/bin/python3 import sys import telnetlib HOST = "192.168.1.9" PORT = "23" TIMEOUT = 5 tn = telnetlib.Telnet(HOST,PORT,TIMEOUT) tn.read_until(b"Uptime") tn.write(b"D1\n")...
just a short feedback: both methods work as a workaround. you could use a script for resetting the p1p2 module, or you could save retained messages on persistent storage with...
@Arnold-n any idea when this smart grid feature will be implemented? @bausi2k am I right that the heat-pump will always be included and its not possible to use only the...
> @nicx this may take some time as other things are higher priority (HA integration and COP calculation). > > But why would you prefer the backup heater over the...
> > good question, i have also thought about this: i have considered that it might be more gentle for the compressor, especially in the summer months, if it does...
@Arnold-n another thought: i could switch the heating rod on and off more often, and depending on the pv surplus, i could also let it run for a short time....
> @nicx this may take some time as other things are higher priority (HA integration and COP calculation). @Arnold-n many thanks for the HA and COP integration! :) Now I...