Have bin running influxdb for a weak+ now and and it has bin running fine. But now Im getting a lot of errors like this
16-10-06 21:42:04 homeassistant.components.influxdb: Error saving event "[{'tags': {'entity_id': 'wc_view', 'domain': 'group'}, 'time': datetime.datetime(2016, 10, 6, 19, 42, 4, 609203, tzinfo=<UTC>), 'measurement': 'group.wc_view', 'fields': {'hidden': True, 'entity_id': ('group.wc', 'media_player.wc', 'sensor.badrum', 'sensor.badrum_2', 'binary_sensor.4_in_1_sensor', 'sensor.embedded_humidity_s', 'sensor.embedded_temperatur', 'switch.4_in_1_sensor'), 'value': 0, 'view': True, 'order': 8, 'friendly_name': 'WC'}}]" to InfluxDB
Traceback (most recent call last):
File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/influxdb.py", line 121, in influx_event_listener
influx.write_points(json_body)
File "/home/hass/.homeassistant/deps/influxdb/client.py", line 402, in write_points
tags=tags)
File "/home/hass/.homeassistant/deps/influxdb/client.py", line 447, in _write_points
expected_response_code=204
File "/home/hass/.homeassistant/deps/influxdb/client.py", line 289, in write
headers=headers
File "/home/hass/.homeassistant/deps/influxdb/client.py", line 259, in request
raise InfluxDBClientError(response.content, response.status_code)
influxdb.exceptions.InfluxDBClientError: 400: {"error":"unable to parse 'group.wc_view,domain=group,entity_id=wc_view entity_id=('group.wc', 'media_player.wc', 'sensor.badrum', 'sensor.badrum_2', 'binary_sensor.4_in_1_sensor', 'sensor.embedded_humidity_s', 'sensor.embedded_temperatur', 'switch.4_in_1_sensor'),friendly_name=\"WC\",hidden=True,order=8i,value=0i,view=True 1475782924609202944': invalid boolean"}
16-10-06 21:33:14 homeassistant.components.influxdb: Error saving event "[{'tags': {'entity_id': 'extrarum', 'domain': 'media_player'}, 'time': datetime.datetime(2016, 10, 6, 19, 33, 14, 932756, tzinfo=<UTC>), 'measurement': 'media_player.extrarum', 'fields': {'source_list': ['Line-in', 'TV', 'Radio'], 'media_content_type': 'music', 'media_content_id': 'Elephant', 'value': 'paused', 'entity_picture': '/api/media_player_proxy/media_player.extrarum?token=1760272368&cache=a0289', 'media_duration': 211, 'supported_media_commands': 10815, 'volume_level': 0.46, 'is_volume_muted': False, 'friendly_name': 'Extrarum', 'media_title': 'Tame Impala - Elephant'}}]" to InfluxDB
Traceback (most recent call last):
File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/influxdb.py", line 121, in influx_event_listener
influx.write_points(json_body)
File "/home/hass/.homeassistant/deps/influxdb/client.py", line 402, in write_points
tags=tags)
File "/home/hass/.homeassistant/deps/influxdb/client.py", line 447, in _write_points
expected_response_code=204
File "/home/hass/.homeassistant/deps/influxdb/client.py", line 289, in write
headers=headers
File "/home/hass/.homeassistant/deps/influxdb/client.py", line 259, in request
raise InfluxDBClientError(response.content, response.status_code)
influxdb.exceptions.InfluxDBClientError: 400: {"error":"unable to parse 'media_player.extrarum,domain=media_player,entity_id=extrarum entity_picture=\"/api/media_player_proxy/media_player.extrarum?token=1760272368\u0026cache=a0289\",friendly_name=\"Extrarum\",is_volume_muted=False,media_content_id=\"Elephant\",media_content_type=\"music\",media_duration=211i,media_title=\"Tame Impala - Elephant\",source_list=['Line-in', 'TV', 'Radio'],supported_media_commands=10815i,value=\"paused\",volume_level=0.46 1475782394932755968': invalid boolean"}
I think that this have started after my last upgrade of HA to 0.29.7 but im not shure. Anyone more who has these problems?