Core: Netatmo logging weather station data as error on every update

Created on 10 Feb 2020  路  4Comments  路  Source: home-assistant/core

The problem


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.

Environment

  • Home Assistant release with the issue:
    0.105.x
  • Last working Home Assistant release (if known):
    0.104.x
  • Operating environment (Hass.io/Docker/Windows/etc.):
    Hass.io running in a VirtualBox VM hosted on Windows 10
  • Integration causing this issue:
    netatmo
  • Link to integration documentation on our website:
    https://www.home-assistant.io/integrations/netatmo/

Problem-relevant configuration.yaml

netatmo:
  client_id: !secret netatmo_client_id
  client_secret: !secret netatmo_client_secret

Traceback/Error logs


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}}

Additional information

bug netatmo

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MartinHjelmare picture MartinHjelmare  路  3Comments

flsabourin picture flsabourin  路  3Comments

TheZoker picture TheZoker  路  3Comments

neonandu picture neonandu  路  3Comments

arangates picture arangates  路  3Comments