Olen
Olen
Just let me know if there is aything else I can do to help. As mentioned, there are several topics in the forums about similar problems, but none of them...
As explained, I can even see that traefik logs the receiving of the USR1 signal.
logrotate is fine: ``` /home/traefik/*.log { daily rotate 30 missingok nocompress dateext dateformat .%Y-%m-%d create 0644 olen olen postrotate docker kill --signal="USR1" traefik endscript } ``` The problem is NOT...
Thanks for the tip I have not looked at the code of Traefik to see what it actually is supposed to do when it logs `Closing and re-opening log files...
Hi, and thanks for a fast response. Yes, I loooked into that, but we have two physical uplinks between the same devices, and we want one kind of traffic on...
Another option. maybe more in line with this would be to use an optional list ``` spine: nodes: - id: 1 uplink_interfaces: - Ethernet1/1 - Ethernet2/1 - Ethernet3/1 uplink_vrfs: -...
It's in the manifest, so it should be installed automatically. @slaxor505: Have you changed anything in your end? https://github.com/Olen/home-assistant-openplantbook/blob/27a9fec72a8544e7e139a99fc669515f389adebd/custom_components/openplantbook/manifest.json#L20
Didn't HA recently do some "smart" changes to the installation order of modules? I don't have the docs in front of me here, but I seem to remember there was...
Nice debugging. I think this should be raised with the main HA repo. But why does it not affect other integrations you have installed?
Since there is no option to configure the poll interval, this is just a quick guide to do it without modifying the code. First, disable polling. * Go to Settings...