Since the update to version 0.105.x my log file is flooded with netatmo related errors. But instead of any real error message there is just the weather station data as json. Every 10 minutes such kind of entry is logged.
configuration.yamlnetatmo:
client_id: !secret netatmo_client_id
client_secret: !secret netatmo_client_secret
I've removed the identifying data of the weather station components in the following log entry.
2020-02-08 10:04:32 ERROR (SyncWorker_0) [homeassistant.components.netatmo.sensor] data: {'70:ee:50:xx:xx:xx': {'Temperature': 22.7, 'CO2': 0, 'Humidity': 54, 'Noise': 49, 'Pressure': 1023.4, 'AbsolutePressure': 999.3, 'min_temp': 20.2, 'max_temp': 22.8, 'date_max_temp': 1581151928, 'date_min_temp': 1581140443, 'temp_trend': 'up', 'pressure_trend': 'stable', 'When': 1581152265, 'wifi_status': 52, 'reachable': True}, '05:00:00:xx:xx:xx': {'Rain': 0, 'sum_rain_1': 0, 'sum_rain_24': 0, 'When': 1581152262, 'rf_status': 73, 'battery_vp': 4604, 'battery_percent': 37, 'reachable': True}}
Hey there @cgtobi, mind taking a look at this issue as its been labeled with a integration (netatmo) you are listed as a codeowner for? Thanks!
I'll take a look at this. Thanks for reporting.
That was not supposed to be an error message.
The reason for this message is that one of your sensors is not returning data. To find out which sensor you have to raise your log level to info.
@cgtobi thank you for the quick fix.