Hi Community,
I’m really new to Home Assistant. I build my Smart Home on esp8266’s and Arduino’s controlled by Nodered and MQTT.
I’m using a virtual machine from virtual box. I had a few problem with the 6GB Disk Space. No Updates were installed. I managed to double it to 12 Gb and install the Updates, now its all on the newest Version.
But after updating my Netatmo Weather Sensors (2x Base, 2x Outdoor, 1x rainsensor) are unavailable.
They were linked via cloud service. I reinstalled Netatmo Integration several times with Cloud service and with Configuration.yaml change nothing changed. I even erased my hole Browser history from the last 7 Days and reinstalled again. The Problem is still present.
Log:
2020-10-09 15:45:01 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-10-09 15:46:00 WARNING (MainThread) [homeassistant.components.netatmo] Webhook not registered - https and port 443 is required to register the webhook
2020-10-09 15:46:01 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up netatmo platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 193, in _async_setup_platform
await asyncio.shield(task)
File "/usr/src/homeassistant/homeassistant/components/netatmo/sensor.py", line 159, in async_setup_entry
async_add_entities(await find_entities(data_class_name), True)
File "/usr/src/homeassistant/homeassistant/components/netatmo/sensor.py", line 150, in find_entities
NetatmoSensor(data_handler, data_class_name, module, condition)
File "/usr/src/homeassistant/homeassistant/components/netatmo/sensor.py", line 252, in __init__
f"{MANUFACTURER} {self._device_name} {SENSOR_TYPES[sensor_type][0]}"
KeyError: 'temp_trend'
What can I do?