gponzo
Results
12
comments of
gponzo
Anyway I solved!!! The solution is in this file: https://github.com/Refoss/refoss-homeassistant/blob/main/custom_components/refoss_lan/refoss_ha/device.py In particular in these lines: ``` if self.device_type == "r10": path = f"http://{self.inner_ip}/config" else: path = f"http://{self.inner_ip}/public" ``` So, my...
I haven't seen any time limitation with my script. At the moment I'm cycling through every "electricity" object on every second, then wait 4 seconds to let the cycle take...