hartmood
hartmood
In my case my openhab had connection issues because of using powerLan (PLC) with lots of lost packets. Switched to WiFi and reduced this FritzBox issues dramatically although not solved...
I have a plain vanilla Raspberry Debian setup with approx—90% free disk.
@ldotlopez Thanks for fixing. How do I receive the update? There is no HACS update available.
It seems to work. Thank you.
@ldotlopez I activated the historical sensors, but even after 72 hours, no data is shown. Do I have to deactivate the standard sensors to make the historical sensors work?
Found this in my log file ` File "/usr/local/lib/python3.11/site-packages/homeassistant_historical_sensor/patches.py", line 76, in _build_attributes extra_state_attributes = self.device_state_attributes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'HistoricalPowerDemand' object has no attribute 'device_state_attributes' 2024-01-02 01:18:28.541 ERROR (MainThread) `
@ldotlopez I would love to test the 'main' version. But which one exactly is it? I installed the version from 4 days ago. Should it be 2.1.0, then? Happy New...
@ldotlopez I went straight to "main" (thanks for the help; I've struggled with OpenHab for many years, and I'm still missing a few tricks in hass), but since then, I...
@ldotlopez I switched at the beginning of the year from 2.1.0 to "mains" and then a couple of hours after release to 2.1.1. This is my status: - Accumulated Consumption:...
> Temporary patch. > > Open /homeassistant/custom_components/govee/**init**.py using File editor or so on. > > Replace as follows. From (Line 71 ~ 72) for component in PLATFORMS: await hass.config_entries.async_forward_entry_setup(entry, component)...