Hi, I’ve searched the forum, but didn’t find a solution.
Basic netatmo weather station, indoor main station and the outdoor modul.
I’m getting a config error with the station name filed. The API in the cloud is up. Tried many combinations.
Are the module names and station name case sensitive? Left the station name empty, no sucess.
It sems the module names are accepted.
YAML Line 85, is the station name, which is idenctical with the API name in the cloud and the station name in the smartphone APP.
Followed this guide here
Here the YAML:
# Netatmo Weather Station
- platform: netatmo
station: redacted
modules:
module_name1: redacted
- temperature
module_name2: redacted
- temperature
- battery_vp
netatmo:
api_key: redacted
secret_key: redacted
username: redacted
password: redacted
The error message:
Testing configuration at /config Failed config sensor.netatmo: - Invalid config for [sensor.netatmo]: value is not allowed @ data[‘modules’][‘module_name1’][0]. Got ‘I’ value is not allowed @ data[‘modules’][‘module_name2’][0]. Got ‘A’. (See ?, line ?). Please check the docs at https://home-assistant.io/components/sensor.netatmo/ - platform: netatmo modules: [source /config/configuration.yaml:85] module_name1: redacted - temperature module_name2: redacted - temperature - battery_vp station: netatmo Successful config (partial) sensor.netatmo:
Thank you in advance for your help