home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.76k stars 30.47k forks source link

Fibaro platform: climate device issue #19359

Closed masterz666 closed 5 years ago

masterz666 commented 5 years ago

Home Assistant release with the issue: 0.84.2

Last working Home Assistant release (if known): N/A

Operating environment (Hass.io/Docker/Windows/etc.): python virtual environment under ubuntu linux

Component/platform: fibaro platform

Description of problem: I added 2 Thermostats to my Fibaro Home Center 2:

In Home Assistant they are detected as temperature sensors and not as climate control devices.

For the FGT001, the entity naming of the sensor is "sensor.chambre02_radiateur_chambre2_7" The climate control device has the number 7 in the Fibaro HC2 interface, so I’m looking at the correct device. The temperature displayed is the one from the sensor in the thermostatic head and not the target temperature.

I have the same issue with the Danfoss.

So it seems that only part of the device is recognized by home assistant. I suspect that the fibaro platform code does not detect correctly that it is a thermostat.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

fibaro:
  url: http://192.168.XX.XX/api/
  username: myuser
  password: mypassword

Traceback (if applicable):

$ cat home-assistant.log |grep fibaro
2018-12-16 22:42:16 INFO (MainThread) [homeassistant.loader] Loaded fibaro from homeassistant.components.fibaro
2018-12-16 22:42:16 INFO (MainThread) [homeassistant.setup] Setting up fibaro
2018-12-16 22:42:16 INFO (MainThread) [homeassistant.setup] Setup of domain fibaro took 0.1 seconds.
2018-12-16 22:42:16 INFO (MainThread) [homeassistant.loader] Loaded light.fibaro from homeassistant.components.light.fibaro
2018-12-16 22:42:16 INFO (MainThread) [homeassistant.loader] Loaded binary_sensor.fibaro from homeassistant.components.binary_sensor.fibaro
2018-12-16 22:42:16 INFO (MainThread) [homeassistant.loader] Loaded scene.fibaro from homeassistant.components.scene.fibaro
2018-12-16 22:42:16 INFO (MainThread) [homeassistant.components.light] Setting up light.fibaro
2018-12-16 22:42:16 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.fibaro
2018-12-16 22:42:16 INFO (MainThread) [homeassistant.loader] Loaded cover.fibaro from homeassistant.components.cover.fibaro
2018-12-16 22:42:16 INFO (MainThread) [homeassistant.components.scene] Setting up scene.fibaro
2018-12-16 22:42:16 INFO (MainThread) [homeassistant.loader] Loaded switch.fibaro from homeassistant.components.switch.fibaro
2018-12-16 22:42:16 INFO (MainThread) [homeassistant.components.cover] Setting up cover.fibaro
2018-12-16 22:42:16 INFO (MainThread) [homeassistant.components.switch] Setting up switch.fibaro
2018-12-16 22:42:16 INFO (MainThread) [homeassistant.loader] Loaded sensor.fibaro from homeassistant.components.sensor.fibaro
2018-12-16 22:42:16 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.fibaro

Additional information: I know the device can work fully in HA, as if I associate the Danfoss thermostat to my Vera, it is shown as a climate device in Home assistant.

pbalogh77 commented 5 years ago

Could you help with some debug logs? If you configure your logger component to debug on the fibaro component it will dump the device details into your log. This would be very helpful. Thanks!

masterz666 commented 5 years ago

Hi,

Sorry for the late reply, I was away during the holidays.

I had some difficulties debugging only the fibaro component so I did a 'grep fibaro' on a full fresh debug log.

Here it is after restarting:

2019-01-05 08:44:50 INFO (MainThread) [homeassistant.loader] Loaded fibaro from homeassistant.components.fibaro 2019-01-05 08:44:50 INFO (MainThread) [homeassistant.setup] Setting up fibaro 2019-01-05 08:44:50 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event platform_discovered[L]: service=load_platform.switch, platform=fibaro, discovered=> 2019-01-05 08:44:50 INFO (MainThread) [homeassistant.setup] Setup of domain fibaro took 0.2 seconds. 2019-01-05 08:44:50 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=fibaro> 2019-01-05 08:44:50 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event platform_discovered[L]: service=load_platform.binary_sensor, platform=fibaro, discovered=> 2019-01-05 08:44:50 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event platform_discovered[L]: service=load_platform.scene, platform=fibaro, discovered=> 2019-01-05 08:44:50 INFO (MainThread) [homeassistant.loader] Loaded switch.fibaro from homeassistant.components.switch.fibaro 2019-01-05 08:44:50 INFO (MainThread) [homeassistant.loader] Loaded binary_sensor.fibaro from homeassistant.components.binary_sensor.fibaro 2019-01-05 08:44:50 INFO (MainThread) [homeassistant.loader] Loaded scene.fibaro from homeassistant.components.scene.fibaro 2019-01-05 08:44:50 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event platform_discovered[L]: service=load_platform.cover, platform=fibaro, discovered=> 2019-01-05 08:44:50 INFO (MainThread) [homeassistant.components.switch] Setting up switch.fibaro 2019-01-05 08:44:50 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.fibaro 2019-01-05 08:44:50 INFO (MainThread) [homeassistant.loader] Loaded cover.fibaro from homeassistant.components.cover.fibaro 2019-01-05 08:44:50 INFO (MainThread) [homeassistant.components.scene] Setting up scene.fibaro 2019-01-05 08:44:50 INFO (MainThread) [homeassistant.components.cover] Setting up cover.fibaro 2019-01-05 08:44:50 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=binary_sensor.cuisine_multisensor_34, old_state=None, new_state=<state binary_sensor.cuisine_multisensor_34=off; battery_level=85, device_armed=True, fibaro_id=34, friendly_name=Cuisine multisensor, icon=mdi:run, device_class=motion @ 2019-01-05T08:44:50.794671+01:00>> 2019-01-05 08:44:50 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=switch.cave_principale_prise_ext_cave_58, old_state=None, new_state=<state switch.cave_principale_prise_ext_cave_58=off; current_power_w=0.0, current_energy_kwh=0.0, fibaro_id=58, friendly_name=Cave Principale Prise ext. Cave @ 2019-01-05T08:44:50.795587+01:00>> 2019-01-05 08:44:50 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event platform_discovered[L]: service=load_platform.light, platform=fibaro, discovered=> 2019-01-05 08:44:50 INFO (MainThread) [homeassistant.loader] Loaded light.fibaro from homeassistant.components.light.fibaro 2019-01-05 08:44:50 INFO (MainThread) [homeassistant.components.light] Setting up light.fibaro 2019-01-05 08:44:50 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.salon_toggle_hue_salon_32, old_state=None, new_state=<state light.salon_toggle_hue_salon_32=on; brightness=255, fibaro_id=32, friendly_name=Salon Toggle Hue salon, supported_features=1 @ 2019-01-05T08:44:50.817830+01:00>> 2019-01-05 08:44:50 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.salon_plafonnier_31, old_state=None, new_state=<state light.salon_plafonnier_31=on; brightness=255, current_power_w=21.1, current_energy_kwh=2.9, fibaro_id=31, friendly_name=Living Plafonnier, supported_features=1 @ 2019-01-05T08:44:50.818085+01:00>> 2019-01-05 08:44:50 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.cuisine_plafonnier_41, old_state=None, new_state=<state light.cuisine_plafonnier_41=off; current_power_w=0.0, current_energy_kwh=65.08, fibaro_id=41, friendly_name=Cuisine Plafonnier, supported_features=0 @ 2019-01-05T08:44:50.818353+01:00>> 2019-01-05 08:44:50 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.cuisine_led_gauche_46, old_state=None, new_state=<state light.cuisine_led_gauche_46=off; current_power_w=0.0, current_energy_kwh=16.92, fibaro_id=46, friendly_name=Cuisine LED Gauche, supported_features=0 @ 2019-01-05T08:44:50.818583+01:00>> 2019-01-05 08:44:50 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.cuisine_led_droite_51, old_state=None, new_state=<state light.cuisine_led_droite_51=off; current_power_w=0.0, current_energy_kwh=14.63, fibaro_id=51, friendly_name=Cuisine LED Droite, supported_features=0 @ 2019-01-05T08:44:50.820687+01:00>> 2019-01-05 08:44:51 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event platform_discovered[L]: service=load_platform.sensor, platform=fibaro, discovered=> 2019-01-05 08:44:51 INFO (MainThread) [homeassistant.loader] Loaded sensor.fibaro from homeassistant.components.sensor.fibaro 2019-01-05 08:44:51 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.fibaro 2019-01-05 08:44:51 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.chambre01_radiateur_chambre_1_17, old_state=None, new_state=<state sensor.chambre01_radiateur_chambre_1_17=21.0; battery_level=57, fibaro_id=17, unit_of_measurement=°C, friendly_name=Chambre01 Radiateur chambre 1 @ 2019-01-05T08:44:51.142801+01:00>> 2019-01-05 08:44:51 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.chambre02_radiateur_chambre2_7, old_state=None, new_state=<state sensor.chambre02_radiateur_chambre2_7=21.0; battery_level=79, fibaro_id=7, unit_of_measurement=°C, friendly_name=Chambre02 Radiateur Chambre2 @ 2019-01-05T08:44:51.143559+01:00>> 2019-01-05 08:44:51 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cuisine_luminosite_36, old_state=None, new_state=<state sensor.cuisine_luminosite_36=0.0; fibaro_id=36, unit_of_measurement=lx, friendly_name=Cuisine Luminosité, device_class=illuminance @ 2019-01-05T08:44:51.144896+01:00>> 2019-01-05 08:44:51 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.cuisine_temperature_35, old_state=None, new_state=<state sensor.cuisine_temperature_35=21.2; fibaro_id=35, unit_of_measurement=°C, friendly_name=Cuisine temperature, device_class=temperature @ 2019-01-05T08:44:51.146301+01:00>> 2019-01-05 08:44:51 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.chambre02_temperature_ch02_8, old_state=None, new_state=<state sensor.chambre02_temperature_ch02_8=20.1; battery_level=85, fibaro_id=8, unit_of_measurement=°C, friendly_name=Chambre02 Temperature CH02, device_class=temperature @ 2019-01-05T08:44:51.147302+01:00>> 2019-01-05 08:44:52 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140162567771472] Sending {'id': 8, 'type': 'result', 'success': True, 'result': [<state sun.sun=above_horizon; next_dawn=2019-01-06T07:03:54+00:00, next_dusk=2019-01-05T16:29:43+00:00, next_midnight=2019-01-05T23:47:35+00:00, next_noon=2019-01-05T11:46:55+00:00, next_rising=2019-01-06T07:42:29+00:00, next_setting=2019-01-05T15:51:03+00:00, elevation=0.02, azimuth=126.45, friendly_name=Sun @ 2019-01-05T08:44:50.662260+01:00>, <state sensor.meteo_redacted_wind_direction_en=; friendly_name=meteo-redacted wind direction EN @ 2019-01-05T08:44:51.784758+01:00>, <state sensor.meteoredacted_pressure=unknown; attribution=None, Stationname=None, unit_of_measurement=hPa, friendly_name=meteo-redacted Pressure, icon=mdi:gauge @ 2019-01-05T08:44:50.785001+01:00>, <state sensor.meteoredacted_condition=unknown; attribution=None, Stationname=None, friendly_name=meteo-redacted Condition @ 2019-01-05T08:44:50.785188+01:00>, <state sensor.meteoredacted_wind_direction=unknown; attribution=None, Stationname=None, friendly_name=meteo-redacted Wind direction, icon=mdi:compass-outline @ 2019-01-05T08:44:50.785420+01:00>, <state sensor.meteoredacted_humidity=unknown; attribution=None, Stationname=None, unit_of_measurement=%, friendly_name=meteo-redacted Humidity, icon=mdi:water-percent @ 2019-01-05T08:44:50.785595+01:00>, <state sensor.meteoredacted_wind_gust=unknown; attribution=None, Stationname=None, unit_of_measurement=m/s, friendly_name=meteo-redacted Wind gust, icon=mdi:weather-windy @ 2019-01-05T08:44:50.785828+01:00>, <state sensor.meteoredacted_temperature=unknown; attribution=None, Stationname=None, unit_of_measurement=°C, friendly_name=meteo-redacted Temperature, icon=mdi:thermometer @ 2019-01-05T08:44:50.786091+01:00>, <state sensor.meteoredacted_snow_1d=unknown; attribution=None, Stationname=None, unit_of_measurement=cm, friendly_name=meteo-redacted Snow 1d, icon=mdi:snowflake @ 2019-01-05T08:44:50.786313+01:00>, <state sensor.meteoredacted_wind_speed=unknown; attribution=None, Stationname=None, unit_of_measurement=m/s, friendly_name=meteo-redacted Wind speed, icon=mdi:weather-windy @ 2019-01-05T08:44:50.786750+01:00>, <state sensor.yr_symbol=4; attribution=Weather forecast from met.no, delivered by the Norwegian Meteorological Institute., friendly_name=yr Symbol, entity_picture=https://api.met.no/weatherapi/weathericon/1.1/?symbol=4;content_type=image/png @ 2019-01-05T08:44:51.125173+01:00>, <state lock.porte_garage_sophie=locked; friendly_name=Porte Garage Sophie @ 2019-01-05T08:44:51.785006+01:00>, <state lock.porte_garage_arnaud=unlocked; friendly_name=Porte Garage Arnaud @ 2019-01-05T08:44:51.785768+01:00>, <state light.cuisine_all_lights=off; friendly_name=Cuisine all lights, supported_features=0 @ 2019-01-05T08:44:50.824463+01:00>, <state light.salon_suspension=off; min_mireds=153, max_mireds=500, friendly_name=salon suspension, supported_features=63 @ 2019-01-05T08:44:50.912270+01:00>, <state light.cuisine_leds=off; friendly_name=Cuisine LEDs, supported_features=0 @ 2019-01-05T08:44:50.825044+01:00>, <state binary_sensor.cuisine_multisensor_34=off; battery_level=85, device_armed=True, fibaro_id=34, friendly_name=Cuisine multisensor, icon=mdi:run, device_class=motion @ 2019-01-05T08:44:50.794671+01:00>, <state sensor.home_alarm=unknown; friendly_name=Home Alarm @ 2019-01-05T08:44:50.795221+01:00>, <state switch.cave_principale_prise_ext_cave_58=off; current_power_w=0.0, current_energy_kwh=0.0, fibaro_id=58, friendly_name=Cave Principale Prise ext. Cave @ 2019-01-05T08:44:50.795587+01:00>, <state media_player.chromecast_audio_atelier=off; friendly_name=Chromecast audio Atelier, supported_features=21437 @ 2019-01-05T08:44:50.885341+01:00>, <state media_player.partout=off; friendly_name=Partout, supported_features=21437 @ 2019-01-05T08:44:50.889388+01:00>, <state sensor.home_alarm_health=unknown; friendly_name=Home Alarm health @ 2019-01-05T08:44:50.799171+01:00>, <state group.all_locks=locked; entity_id=('lock.porte_garage_arnaud', 'lock.porte_garage_sophie'), order=0, auto=True, friendly_name=all locks, hidden=True @ 2019-01-05T08:44:51.788556+01:00>, <state sensor.home_alarm_battery_status=unknown; friendly_name=Home Alarm battery status @ 2019-01-05T08:44:50.804056+01:00>, <state input_boolean.alarm_toggle=off; friendly_name=alarm toggle @ 2019-01-05T08:44:50.805030+01:00>, <state input_boolean.modecinema=off; friendly_name=mode cinéma @ 2019-01-05T08:44:50.806546+01:00>, <state input_select.garage_open_states=None; options=['None', 'Arnaud', 'Sophie', 'Arnaud&Sophie'], friendly_name=Garage open States @ 2019-01-05T08:44:50.807246+01:00>, <state group.all_lights=on; entity_id=('light.bureau_spot_2', 'light.cuis_amb_cafe_75', 'light.cuisine_led_droite_51', 'light.cuisine_led_gauche_46', 'light.cuisine_leds', 'light.cuisine_plafonnier_41', 'light.cuisine_all_lights', 'light.dressing', 'light.dressing_spot_1', 'light.dressing_spot_2', 'light.dressing_spot_3', 'light.dressing_spot_4', 'light.entertainment_area_1', 'light.exterieur_entree_38', 'light.hall_entree_36', 'light.lampe_vestiaire_26', 'light.salon_plafonnier_31', 'light.ovni', 'light.salon_spot_2', 'light.salon_spot_3', 'light.salon_toggle_hue_salon_32', 'light.salon_lamp_1', 'light.salon_lamp_2', 'light.bureau_2', 'light.bureau', 'light.salon', 'light.salon_lampe_fenetre', 'light.salon_plafond', 'light.salon_suspension'), order=1, auto=True, friendly_name=all lights, hidden=True @ 2019-01-05T08:44:50.833469+01:00>, <state group.all_switches=on; entity_id=('switch.cave_principale_prise_ext_cave_58', 'switch.chromecast_115', 'switch.flood_sensor_44', 'switch.garage_arnaud_122', 'switch.garage_sophie_117', 'switch.lampes_ext_34', 'switch.porte_cafe_96', 'switch.porte_entree_33', 'switch.porte_garage_a_137', 'switch.porte_garage_sophie_131', 'switch.porte_vestiaire_29', 'switch.temp_humidity_sens_39', 'switch.terrasse_prise_d_102', 'switch.terrasse_prise_g_105'), order=2, auto=True, friendly_name=all switches, hidden=True @ 2019-01-05T08:44:50.884955+01:00>, <state light.salon_toggle_hue_salon_32=on; brightness=255, fibaro_id=32, friendly_name=Salon Toggle Hue salon, supported_features=1 @ 2019-01-05T08:44:50.817830+01:00>, <state light.salon_plafonnier_31=on; brightness=255, current_power_w=21.1, current_energy_kwh=2.9, fibaro_id=31, friendly_name=Living Plafonnier, supported_features=1 @ 2019-01-05T08:44:50.818085+01:00>, <state light.cuisine_plafonnier_41=off; current_power_w=0.0, current_energy_kwh=65.08, fibaro_id=41, friendly_name=Cuisine Plafonnier, supported_features=0 @ 2019-01-05T08:44:50.818353+01:00>, <state light.cuisine_led_gauche_46=off; current_power_w=0.0, current_energy_kwh=16.92, fibaro_id=46, friendly_name=Cuisine LED Gauche, supported_features=0 @ 2019-01-05T08:44:50.818583+01:00>, <state light.cuisine_led_droite_51=off; current_power_w=0.0, current_energy_kwh=14.63, fibaro_id=51, friendly_name=Cuisine LED Droite, supported_features=0 @ 2019-01-05T08:44:50.820687+01:00>, <state camera.escalier=idle; access_token=741d0fdc177f89b05e45e193ea9dd0da6d0fc5d0c3c9dd46753dae943525e590, friendly_name=Escalier, entity_picture=/api/camera_proxy/camera.escalier?token=741d0fdc177f89b05e45e193ea9dd0da6d0fc5d0c3c9dd46753dae943525e590, supported_features=0 @ 2019-01-05T08:44:50.821942+01:00>, <state media_player.googlehome6718=off; friendly_name=Google Home, supported_features=21437 @ 2019-01-05T08:44:50.940501+01:00>, <state cover.volet_cuisine_2_49=open; current_position=100, Vera Device Id=49, friendly_name=Volet Cuisine 2, supported_features=15 @ 2019-01-05T08:44:50.864988+01:00>, <state cover.volet_cuisine_1_51=open; current_position=100, Vera Device Id=51, friendly_name=Volet Cuisine 1, supported_features=15 @ 2019-01-05T08:44:50.865229+01:00>, <state cover.volet_cuisine_porte_50=open; current_position=100, Vera Device Id=50, friendly_name=Volet Cuisine Porte, supported_features=15 @ 2019-01-05T08:44:50.865433+01:00>, <state media_player.living_room_tv_2=off; friendly_name=Chromecast salon, supported_features=21437 @ 2019-01-05T08:44:50.957713+01:00>, <state light.hall_entree_36=off; Vera Device Id=36, friendly_name=Hall Entrée, supported_features=1 @ 2019-01-05T08:44:50.867749+01:00>, <state binary_sensor.porte_cafe_96=off; device_armed=False, last_tripped_time=2019-01-02T07:08:33+00:00, device_tripped=False, Vera Device Id=96, friendly_name=Porte Cafe @ 2019-01-05T08:44:50.868145+01:00>, <state switch.porte_garage_sophie_131=off; device_armed=False, last_tripped_time=2019-01-04T17:01:33+00:00, device_tripped=False, Vera Device Id=131, friendly_name=Porte Garage Sophie @ 2019-01-05T08:44:50.868960+01:00>, <state climate.radiateur_sdb_35=heat; current_temperature=None, min_temp=7, max_temp=35, temperature=25.5, fan_mode=Auto, fan_list=['on', 'auto'], operation_mode=heat, operation_list=['heat', 'cool', 'auto', 'off'], battery_level=48, Vera Device Id=35, friendly_name=Radiateur SDB, supported_features=193 @ 2019-01-05T08:44:50.869765+01:00>, <state group.all_covers=open; entity_id=('cover.volet_cuisine_1_51', 'cover.volet_cuisine_2_49', 'cover.volet_cuisine_porte_50'), order=3, auto=True, friendly_name=all covers, hidden=True @ 2019-01-05T08:44:50.870428+01:00>, <state light.cuis_amb_cafe_75=off; current_power_w=0.0, current_energy_kwh=0.7, Vera Device Id=75, friendly_name=Cuis. Amb. cafe, supported_features=1 @ 2019-01-05T08:44:50.870701+01:00>, <state binary_sensor.porte_vestiaire_29=off; device_armed=False, last_tripped_time=2019-01-01T10:18:47+00:00, device_tripped=False, Vera Device Id=29, friendly_name=Porte Vestiaire @ 2019-01-05T08:44:50.870922+01:00>, <state switch.flood_sensor_44=off; battery_level=80, device_armed=False, last_tripped_time=2019-01-04T21:05:18+00:00, device_tripped=False, Vera Device Id=44, friendly_name=Flood Sensor @ 2019-01-05T08:44:50.871191+01:00>, <state light.exterieur_entree_38=off; Vera Device Id=38, friendly_name=Extérieur Entrée, supported_features=1 @ 2019-01-05T08:44:50.871795+01:00>, <state binary_sensor.porte_garage_sophie_131=off; device_armed=False, last_tripped_time=2019-01-04T17:01:33+00:00, device_tripped=False, Vera Device Id=131, friendly_name=Porte Garage Sophie @ 2019-01-05T08:44:50.872032+01:00>, <state switch.porte_cafe_96=off; device_armed=False, last_tripped_time=2019-01-02T07:08:33+00:00, device_tripped=False, Vera Device Id=96, friendly_name=Porte Cafe @ 2019-01-05T08:44:50.872260+01:00>, <state light.lampe_vestiaire_26=off; Vera Device Id=26, friendly_name=Lampe Vestiaire, supported_features=1 @ 2019-01-05T08:44:50.872888+01:00>, <state binary_sensor.porte_garage_a_137=on; device_armed=False, last_tripped_time=2019-01-05T07:26:13+00:00, device_tripped=True, Vera Device Id=137, friendly_name=Porte Garage A @ 2019-01-05T08:44:50.873142+01:00>, <state switch.terrasse_prise_d_102=off; current_power_w=0.0, current_energy_kwh=0.0, Vera Device Id=102, friendly_name=Terrasse Prise D @ 2019-01-05T08:44:50.873360+01:00>, <state binary_sensor.porte_entree_33=off; device_armed=False, last_tripped_time=2019-01-05T07:41:21+00:00, device_tripped=False, Vera Device Id=33, friendly_name=Porte Entrée @ 2019-01-05T08:44:50.874381+01:00>, <state switch.porte_garage_a_137=off; device_armed=False, last_tripped_time=2019-01-05T07:26:13+00:00, device_tripped=True, Vera Device Id=137, friendly_name=Porte Garage A @ 2019-01-05T08:44:50.875285+01:00>, <state light.salon=on; min_mireds=153, max_mireds=500, brightness=254, hs_color=(35.593, 69.412), rgb_color=(255, 182, 77), xy_color=(0.514, 0.412), effect_list=['colorloop', 'random'], is_hue_group=True, friendly_name=salon, supported_features=63 @ 2019-01-05T08:44:50.875616+01:00>, <state light.dressing=on; min_mireds=153, max_mireds=500, brightness=254, color_temp=366, effect_list=['colorloop', 'random'], is_hue_group=True, friendly_name=Dressing, supported_features=63 @ 2019-01-05T08:44:50.875988+01:00>, <state light.entertainment_area_1=on; min_mireds=153, max_mireds=500, brightness=254, color_temp=366, effect_list=['colorloop', 'random'], is_hue_group=True, friendly_name=Entertainment area 1, supported_features=63 @ 2019-01-05T08:44:50.876233+01:00>, <state light.salon_plafond=off; min_mireds=153, max_mireds=500, is_hue_group=True, friendly_name=salon plafond, supported_features=63 @ 2019-01-05T08:44:50.876520+01:00>, <state light.bureau_2=on; min_mireds=153, max_mireds=500, brightness=254, color_temp=366, effect_list=['colorloop', 'random'], is_hue_group=True, friendly_name=bureau, supported_features=63 @ 2019-01-05T08:44:50.876823+01:00>, <state binary_sensor.flood_sensor_44=off; battery_level=80, device_armed=False, last_tripped_time=2019-01-04T21:05:18+00:00, device_tripped=False, Vera Device Id=44, friendly_name=Flood Sensor @ 2019-01-05T08:44:50.877409+01:00>, <state switch.porte_vestiaire_29=off; device_armed=False, last_tripped_time=2019-01-01T10:18:47+00:00, device_tripped=False, Vera Device Id=29, friendly_name=Porte Vestiaire @ 2019-01-05T08:44:50.878650+01:00>, <state scene.chauffage_chambre_off=scening; vera_scene_id=6, friendly_name=Chauffage Chambre OFF @ 2019-01-05T08:44:50.879732+01:00>, <state switch.terrasse_prise_g_105=off; current_power_w=0.0, current_energy_kwh=0.0, Vera Device Id=105, friendly_name=Terrasse Prise G @ 2019-01-05T08:44:50.880074+01:00>, <state switch.chromecast_115=on; current_power_w=1.8, current_energy_kwh=2.56, Vera Device Id=115, friendly_name=Chromecast @ 2019-01-05T08:44:50.881121+01:00>, <state switch.garage_sophie_117=off; Vera Device Id=117, friendly_name=Garage Sophie @ 2019-01-05T08:44:50.881582+01:00>, <state switch.lampes_ext_34=on; Vera Device Id=34, friendly_name=Lampes Ext. @ 2019-01-05T08:44:50.881985+01:00>, <state switch.garage_arnaud_122=off; Vera Device Id=122, friendly_name=Garage Arnaud @ 2019-01-05T08:44:50.882541+01:00>, <state switch.temp_humidity_sens_39=off; battery_level=53, device_armed=False, last_tripped_time=2018-02-12T04:36:23+00:00, device_tripped=True, Vera Device Id=39, friendly_name=Temp Humidity Sens. @ 2019-01-05T08:44:50.883372+01:00>, <state switch.porte_entree_33=off; device_armed=False, last_tripped_time=2019-01-05T07:41:21+00:00, device_tripped=False, Vera Device Id=33, friendly_name=Porte Entrée @ 2019-01-05T08:44:50.884069+01:00>, <state scene.ouvrir_tous_les_volets=scening; vera_scene_id=23, friendly_name=Ouvrir tous les volets @ 2019-01-05T08:44:50.890790+01:00>, <state light.dressing_spot_2=unavailable; friendly_name=Dressing Spot 2, supported_features=63 @ 2019-01-05T08:44:50.894634+01:00>, <state light.bureau=on; min_mireds=153, max_mireds=500, brightness=254, color_temp=366, effect_list=['colorloop', 'random'], friendly_name=bureau, supported_features=63 @ 2019-01-05T08:44:50.897066+01:00>, <state light.salon_lamp_2=off; min_mireds=153, max_mireds=500, friendly_name=Salon plafond 2, supported_features=63 @ 2019-01-05T08:44:50.897326+01:00>, <state light.dressing_spot_1=unavailable; friendly_name=Dressing Spot 1, supported_features=63 @ 2019-01-05T08:44:50.902348+01:00>, <state light.salon_lampe_fenetre=on; min_mireds=153, max_mireds=500, brightness=127, hs_color=(35.593, 69.412), rgb_color=(255, 182, 77), xy_color=(0.514, 0.412), effect_list=['colorloop', 'random'], friendly_name=salon fenêtre, supported_features=63 @ 2019-01-05T08:44:50.902695+01:00>, <state light.bureau_spot_2=unavailable; friendly_name=Bureau Spot 2, supported_features=63 @ 2019-01-05T08:44:50.902962+01:00>, <state light.dressing_spot_4=unavailable; friendly_name=Dressing Spot 4, supported_features=63 @ 2019-01-05T08:44:50.903188+01:00>, <state light.salon_lamp_1=off; min_mireds=153, max_mireds=500, friendly_name=Salon plafond 1, supported_features=63 @ 2019-01-05T08:44:50.903412+01:00>, <state light.salon_spot_2=unavailable; friendly_name=Salon Spot 2, supported_features=63 @ 2019-01-05T08:44:50.910130+01:00>, <state light.dressing_spot_3=unavailable; friendly_name=Dressing Spot 3, supported_features=63 @ 2019-01-05T08:44:50.910401+01:00>, <state light.ovni=on; min_mireds=153, max_mireds=500, brightness=25, hs_color=(299.72, 83.922), rgb_color=(254, 40, 255), xy_color=(0.382, 0.159), effect_list=['colorloop', 'random'], friendly_name=OVNI, supported_features=63 @ 2019-01-05T08:44:50.911033+01:00>, <state light.salon_spot_3=unavailable; friendly_name=Salon Spot 3, supported_features=63 @ 2019-01-05T08:44:50.911317+01:00>, <state scene.porte_vestiaire_ouverte=scening; vera_scene_id=8, friendly_name=Porte Vestiaire ouverte @ 2019-01-05T08:44:50.912623+01:00>, <state scene.chauffage_chambre_on=scening; vera_scene_id=5, friendly_name=Chauffage Chambre ON @ 2019-01-05T08:44:50.924974+01:00>, <state scene.porte_cafe_fermee=scening; vera_scene_id=27, friendly_name=Porte Cafe Fermee @ 2019-01-05T08:44:50.939420+01:00>, <state scene.test_allumage_ambiance=scening; vera_scene_id=25, friendly_name=Test Allumage ambiance @ 2019-01-05T08:44:50.952879+01:00>, <state scene.chauffage_sdb_off=scening; vera_scene_id=12, friendly_name=Chauffage SDB OFF @ 2019-01-05T08:44:50.968773+01:00>, <state scene.porte_cafe_ouverte=scening; vera_scene_id=26, friendly_name=Porte Cafe ouverte @ 2019-01-05T08:44:50.992149+01:00>, <state scene.flood=scening; vera_scene_id=20, friendly_name=flood @ 2019-01-05T08:44:51.002506+01:00>, <state scene.chauffage_sdb_on=scening; vera_scene_id=13, friendly_name=Chauffage SDB ON @ 2019-01-05T08:44:51.020948+01:00>, <state scene.porte_entree_fermee=scening; vera_scene_id=11, friendly_name=Porte Entrée fermée @ 2019-01-05T08:44:51.030836+01:00>, <state scene.fermer_tous_les_volets=scening; vera_scene_id=22, friendly_name=Fermer tous les volets @ 2019-01-05T08:44:51.042798+01:00>, <state scene.porte_entree_ouverte=scening; vera_scene_id=10, friendly_name=Porte Entrée ouverte @ 2019-01-05T08:44:51.057902+01:00>, <state scene.calendar_heat_control=scening; vera_scene_id=3, friendly_name=Calendar Heat Control @ 2019-01-05T08:44:51.125616+01:00>, <state sensor.chambre01_radiateur_chambre_1_17=21.0; battery_level=57, fibaro_id=17, unit_of_measurement=°C, friendly_name=Chambre01 Radiateur chambre 1 @ 2019-01-05T08:44:51.142801+01:00>, <state sensor.chambre02_radiateur_chambre2_7=21.0; battery_level=79, fibaro_id=7, unit_of_measurement=°C, friendly_name=Chambre02 Radiateur Chambre2 @ 2019-01-05T08:44:51.143559+01:00>, <state scene.lumieres_arrivee=scening; vera_scene_id=14, friendly_name=Lumières Arrivée @ 2019-01-05T08:44:51.144408+01:00>, <state sensor.cuisine_luminosite_36=0.0; fibaro_id=36, unit_of_measurement=lx, friendly_name=Cuisine Luminosité, device_class=illuminance @ 2019-01-05T08:44:51.144896+01:00>, <state sensor.cuisine_temperature_35=21.2; fibaro_id=35, unit_of_measurement=°C, friendly_name=Cuisine temperature, device_class=temperature @ 2019-01-05T08:44:51.146301+01:00>, <state sensor.chambre02_temperature_ch02_8=20.1; battery_level=85, fibaro_id=8, unit_of_measurement=°C, friendly_name=Chambre02 Temperature CH02, device_class=temperature @ 2019-01-05T08:44:51.147302+01:00>, <state sensor.vera_power_meter_116_116=0; Vera Device Id=116, unit_of_measurement=watts, friendly_name=Vera Power meter 116 @ 2019-01-05T08:44:51.147557+01:00>, <state sensor.temp_humidity_sens_39=Tripped; battery_level=53, device_armed=False, last_tripped_time=2018-02-12T04:36:23+00:00, device_tripped=True, Vera Device Id=39, friendly_name=Temp Humidity Sens. @ 2019-01-05T08:44:51.148022+01:00>, <state sensor.entree_light_sensor_32=2; Vera Device Id=32, unit_of_measurement=lx, friendly_name=Entrée Light sensor @ 2019-01-05T08:44:51.148409+01:00>, <state scene.porte_vestiaire_fermee=scening; vera_scene_id=9, friendly_name=Porte Vestiaire fermée @ 2019-01-05T08:44:51.156515+01:00>, <state sensor.nodon_gris_switch_16=4; battery_level=48, Vera Device Id=16, friendly_name=Nodon gris switch @ 2019-01-05T08:44:51.167423+01:00>, <state sensor.temperature_sensor_132=17.60; Vera Device Id=132, unit_of_measurement=°C, friendly_name=Temperature Sensor @ 2019-01-05T08:44:51.167883+01:00>, <state sensor.scene_controller_1_47=unknown; Vera Device Id=47, friendly_name=Scene Controller 1 @ 2019-01-05T08:44:51.168307+01:00>, <state sensor.embedded_humidity_s_41=26; Vera Device Id=41, unit_of_measurement=%, friendly_name=Embedded Humidity S @ 2019-01-05T08:44:51.168709+01:00>, <state sensor.entree_temp_sensor_31=18.33; Vera Device Id=31, unit_of_measurement=°C, friendly_name=Entrée Temp sensor @ 2019-01-05T08:44:51.169115+01:00>, <state sensor.embedded_temperatur_40=17.90; Vera Device Id=40, unit_of_measurement=°C, friendly_name=Embedded Temperatur @ 2019-01-05T08:44:51.169543+01:00>, <state calendar.poubelles_redacted=off; message=Poubelles Blanches, all_day=True, offset_reached=False, start_time=2019-01-09 00:00:00, end_time=2019-01-10 00:00:00, location=, description=, friendly_name=Poubelles redacted @ 2019-01-05T08:44:51.335203+01:00>, <state group.calendar=off; entity_id=('calendar.domotique', 'calendar.poubelles_redacted', 'calendar.schedulechauffagesalledebain'), order=4, auto=True, friendly_name=calendar, hidden=True @ 2019-01-05T08:44:51.339271+01:00>, <state calendar.domotique=off; message=HEAT_OFF {SDB}, all_day=False, offset_reached=False, start_time=2019-01-05 10:30:00, end_time=2019-01-05 10:45:00, location=, description=, friendly_name=Domotique @ 2019-01-05T08:44:51.779035+01:00>, <state calendar.schedulechauffagesalledebain=off; message=HEAT_OFF {SDB}, all_day=False, offset_reached=False, start_time=2019-01-05 10:30:00, end_time=2019-01-05 10:45:00, location=, description=, friendly_name=schedule chauffage salle de bain @ 2019-01-05T08:44:51.780365+01:00>]} 2019-01-05 08:44:52 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140162567771472] Sending {'id': 9, 'type': 'result', 'success': True, 'result': {'latitude': 50.639108, 'longitude': 4.534111, 'elevation': 123, 'unit_system': {'length': 'km', 'mass': 'g', 'temperature': '°C', 'volume': 'L'}, 'location_name': 'Home', 'time_zone': 'Europe/redacted', 'components': {'cover', 'config.script', 'sensor.buienradar', 'config.auth_provider_homeassistant', 'config.entity_registry', 'google', 'tts', 'history', 'discovery', 'config.automation', 'scene.vera', 'sensor.vera', 'websocket_api', 'switch.fibaro', 'lock.vera', 'config.customize', 'switch.vera', 'hue', 'system_log', 'binary_sensor', 'auth', 'fibaro', 'zoneminder', 'input_boolean', 'light.vera', 'sensor.yr', 'light.hue', 'camera.zoneminder', 'sensor.template', 'cast', 'script', 'api', 'cover.vera', 'recorder', 'lovelace', 'group', 'logger', 'config.config_entries', 'config', 'binary_sensor.vera', 'media_player.cast', 'google_assistant', 'sensor', 'lock', 'input_select', 'climate.vera', 'onboarding', 'map', 'config.core', 'camera', 'config.device_registry', 'media_player', 'calendar', 'automation', 'vera', 'updater', 'binary_sensor.fibaro', 'cover.fibaro', 'mqtt', 'http', 'logbook', 'climate', 'sensor.mqtt', 'scene.fibaro', 'config.auth', 'lock.template', 'frontend', 'light', 'scene', 'light.group', 'sensor.fibaro', 'sun', 'config.group', 'conversation', 'calendar.google', 'cloud', 'switch', 'light.fibaro'}, 'config_dir': '/home/homeassistant/.homeassistant', 'whitelist_external_dirs': {'/home/homeassistant/.homeassistant/www'}, 'version': '0.84.2'}} 2019-01-05 08:44:53 DEBUG (SyncWorker_45) [homeassistant.util.json] JSON file not found: /srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/switch/.translations/fibaro.en.json 2019-01-05 08:44:53 DEBUG (SyncWorker_45) [homeassistant.util.json] JSON file not found: /srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/binary_sensor/.translations/fibaro.en.json 2019-01-05 08:44:53 DEBUG (SyncWorker_45) [homeassistant.util.json] JSON file not found: /srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/cover/.translations/fibaro.en.json 2019-01-05 08:44:53 DEBUG (SyncWorker_45) [homeassistant.util.json] JSON file not found: /srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/light/.translations/fibaro.en.json 2019-01-05 08:44:53 DEBUG (SyncWorker_45) [homeassistant.util.json] JSON file not found: /srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/.translations/fibaro.en.json 2019-01-05 08:44:53 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140162568231344] Sending {'id': 7, 'type': 'result', 'success': True, 'result': [<state sun.sun=above_horizon; next_dawn=2019-01-06T07:03:54+00:00, next_dusk=2019-01-05T16:29:43+00:00, next_midnight=2019-01-05T23:47:35+00:00, next_noon=2019-01-05T11:46:55+00:00, next_rising=2019-01-06T07:42:29+00:00, next_setting=2019-01-05T15:51:03+00:00, elevation=0.02, azimuth=126.45, friendly_name=Sun @ 2019-01-05T08:44:50.662260+01:00>, <state sensor.meteo_redacted_wind_direction_en=; friendly_name=meteo-redacted wind direction EN @ 2019-01-05T08:44:51.784758+01:00>, <state sensor.meteoredacted_pressure=unknown; attribution=None, Stationname=None, unit_of_measurement=hPa, friendly_name=meteo-redacted Pressure, icon=mdi:gauge @ 2019-01-05T08:44:50.785001+01:00>, <state sensor.meteoredacted_condition=unknown; attribution=None, Stationname=None, friendly_name=meteo-redacted Condition @ 2019-01-05T08:44:50.785188+01:00>, <state sensor.meteoredacted_wind_direction=unknown; attribution=None, Stationname=None, friendly_name=meteo-redacted Wind direction, icon=mdi:compass-outline @ 2019-01-05T08:44:50.785420+01:00>, <state sensor.meteoredacted_humidity=unknown; attribution=None, Stationname=None, unit_of_measurement=%, friendly_name=meteo-redacted Humidity, icon=mdi:water-percent @ 2019-01-05T08:44:50.785595+01:00>, <state sensor.meteoredacted_wind_gust=unknown; attribution=None, Stationname=None, unit_of_measurement=m/s, friendly_name=meteo-redacted Wind gust, icon=mdi:weather-windy @ 2019-01-05T08:44:50.785828+01:00>, <state sensor.meteoredacted_temperature=unknown; attribution=None, Stationname=None, unit_of_measurement=°C, friendly_name=meteo-redacted Temperature, icon=mdi:thermometer @ 2019-01-05T08:44:50.786091+01:00>, <state sensor.meteoredacted_snow_1d=unknown; attribution=None, Stationname=None, unit_of_measurement=cm, friendly_name=meteo-redacted Snow 1d, icon=mdi:snowflake @ 2019-01-05T08:44:50.786313+01:00>, <state sensor.meteoredacted_wind_speed=unknown; attribution=None, Stationname=None, unit_of_measurement=m/s, friendly_name=meteo-redacted Wind speed, icon=mdi:weather-windy @ 2019-01-05T08:44:50.786750+01:00>, <state sensor.yr_symbol=4; attribution=Weather forecast from met.no, delivered by the Norwegian Meteorological Institute., friendly_name=yr Symbol, entity_picture=https://api.met.no/weatherapi/weathericon/1.1/?symbol=4;content_type=image/png @ 2019-01-05T08:44:51.125173+01:00>, <state lock.porte_garage_sophie=locked; friendly_name=Porte Garage Sophie @ 2019-01-05T08:44:51.785006+01:00>, <state lock.porte_garage_arnaud=unlocked; friendly_name=Porte Garage Arnaud @ 2019-01-05T08:44:51.785768+01:00>, <state light.cuisine_all_lights=off; friendly_name=Cuisine all lights, supported_features=0 @ 2019-01-05T08:44:50.824463+01:00>, <state light.salon_suspension=off; min_mireds=153, max_mireds=500, friendly_name=salon suspension, supported_features=63 @ 2019-01-05T08:44:50.912270+01:00>, <state light.cuisine_leds=off; friendly_name=Cuisine LEDs, supported_features=0 @ 2019-01-05T08:44:50.825044+01:00>, <state binary_sensor.cuisine_multisensor_34=off; battery_level=85, device_armed=True, fibaro_id=34, friendly_name=Cuisine multisensor, icon=mdi:run, device_class=motion @ 2019-01-05T08:44:50.794671+01:00>, <state sensor.home_alarm=unknown; friendly_name=Home Alarm @ 2019-01-05T08:44:50.795221+01:00>, <state switch.cave_principale_prise_ext_cave_58=off; current_power_w=0.0, current_energy_kwh=0.0, fibaro_id=58, friendly_name=Cave Principale Prise ext. Cave @ 2019-01-05T08:44:50.795587+01:00>, <state media_player.chromecast_audio_atelier=off; friendly_name=Chromecast audio Atelier, supported_features=21437 @ 2019-01-05T08:44:50.885341+01:00>, <state media_player.partout=off; friendly_name=Partout, supported_features=21437 @ 2019-01-05T08:44:50.889388+01:00>, <state sensor.home_alarm_health=unknown; friendly_name=Home Alarm health @ 2019-01-05T08:44:50.799171+01:00>, <state group.all_locks=locked; entity_id=('lock.porte_garage_arnaud', 'lock.porte_garage_sophie'), order=0, auto=True, friendly_name=all locks, hidden=True @ 2019-01-05T08:44:51.788556+01:00>, <state sensor.home_alarm_battery_status=unknown; friendly_name=Home Alarm battery status @ 2019-01-05T08:44:50.804056+01:00>, <state input_boolean.alarm_toggle=off; friendly_name=alarm toggle @ 2019-01-05T08:44:50.805030+01:00>, <state input_boolean.modecinema=off; friendly_name=mode cinéma @ 2019-01-05T08:44:50.806546+01:00>, <state input_select.garage_open_states=None; options=['None', 'Arnaud', 'Sophie', 'Arnaud&Sophie'], friendly_name=Garage open States @ 2019-01-05T08:44:50.807246+01:00>, <state group.all_lights=on; entity_id=('light.bureau_spot_2', 'light.cuis_amb_cafe_75', 'light.cuisine_led_droite_51', 'light.cuisine_led_gauche_46', 'light.cuisine_leds', 'light.cuisine_plafonnier_41', 'light.cuisine_all_lights', 'light.dressing', 'light.dressing_spot_1', 'light.dressing_spot_2', 'light.dressing_spot_3', 'light.dressing_spot_4', 'light.entertainment_area_1', 'light.exterieur_entree_38', 'light.hall_entree_36', 'light.lampe_vestiaire_26', 'light.salon_plafonnier_31', 'light.ovni', 'light.salon_spot_2', 'light.salon_spot_3', 'light.salon_toggle_hue_salon_32', 'light.salon_lamp_1', 'light.salon_lamp_2', 'light.bureau_2', 'light.bureau', 'light.salon', 'light.salon_lampe_fenetre', 'light.salon_plafond', 'light.salon_suspension'), order=1, auto=True, friendly_name=all lights, hidden=True @ 2019-01-05T08:44:50.833469+01:00>, <state group.all_switches=on; entity_id=('switch.cave_principale_prise_ext_cave_58', 'switch.chromecast_115', 'switch.flood_sensor_44', 'switch.garage_arnaud_122', 'switch.garage_sophie_117', 'switch.lampes_ext_34', 'switch.porte_cafe_96', 'switch.porte_entree_33', 'switch.porte_garage_a_137', 'switch.porte_garage_sophie_131', 'switch.porte_vestiaire_29', 'switch.temp_humidity_sens_39', 'switch.terrasse_prise_d_102', 'switch.terrasse_prise_g_105'), order=2, auto=True, friendly_name=all switches, hidden=True @ 2019-01-05T08:44:50.884955+01:00>, <state light.salon_toggle_hue_salon_32=on; brightness=255, fibaro_id=32, friendly_name=Salon Toggle Hue salon, supported_features=1 @ 2019-01-05T08:44:50.817830+01:00>, <state light.salon_plafonnier_31=on; brightness=255, current_power_w=21.1, current_energy_kwh=2.9, fibaro_id=31, friendly_name=Living Plafonnier, supported_features=1 @ 2019-01-05T08:44:50.818085+01:00>, <state light.cuisine_plafonnier_41=off; current_power_w=0.0, current_energy_kwh=65.08, fibaro_id=41, friendly_name=Cuisine Plafonnier, supported_features=0 @ 2019-01-05T08:44:50.818353+01:00>, <state light.cuisine_led_gauche_46=off; current_power_w=0.0, current_energy_kwh=16.92, fibaro_id=46, friendly_name=Cuisine LED Gauche, supported_features=0 @ 2019-01-05T08:44:50.818583+01:00>, <state light.cuisine_led_droite_51=off; current_power_w=0.0, current_energy_kwh=14.63, fibaro_id=51, friendly_name=Cuisine LED Droite, supported_features=0 @ 2019-01-05T08:44:50.820687+01:00>, <state camera.escalier=idle; access_token=redacted, friendly_name=Escalier, entity_picture=/api/camera_proxy/camera.escalier?token=redacted, supported_features=0 @ 2019-01-05T08:44:50.821942+01:00>, <state media_player.googlehome6718=off; friendly_name=Google Home, supported_features=21437 @ 2019-01-05T08:44:50.940501+01:00>, <state cover.volet_cuisine_2_49=open; current_position=100, Vera Device Id=49, friendly_name=Volet Cuisine 2, supported_features=15 @ 2019-01-05T08:44:50.864988+01:00>, <state cover.volet_cuisine_1_51=open; current_position=100, Vera Device Id=51, friendly_name=Volet Cuisine 1, supported_features=15 @ 2019-01-05T08:44:50.865229+01:00>, <state cover.volet_cuisine_porte_50=open; current_position=100, Vera Device Id=50, friendly_name=Volet Cuisine Porte, supported_features=15 @ 2019-01-05T08:44:50.865433+01:00>, <state media_player.living_room_tv_2=off; friendly_name=Chromecast salon, supported_features=21437 @ 2019-01-05T08:44:50.957713+01:00>, <state light.hall_entree_36=off; Vera Device Id=36, friendly_name=Hall Entrée, supported_features=1 @ 2019-01-05T08:44:50.867749+01:00>, <state binary_sensor.porte_cafe_96=off; device_armed=False, last_tripped_time=2019-01-02T07:08:33+00:00, device_tripped=False, Vera Device Id=96, friendly_name=Porte Cafe @ 2019-01-05T08:44:50.868145+01:00>, <state switch.porte_garage_sophie_131=off; device_armed=False, last_tripped_time=2019-01-04T17:01:33+00:00, device_tripped=False, Vera Device Id=131, friendly_name=Porte Garage Sophie @ 2019-01-05T08:44:50.868960+01:00>, <state climate.radiateur_sdb_35=heat; current_temperature=None, min_temp=7, max_temp=35, temperature=25.5, fan_mode=Auto, fan_list=['on', 'auto'], operation_mode=heat, operation_list=['heat', 'cool', 'auto', 'off'], battery_level=48, Vera Device Id=35, friendly_name=Radiateur SDB, supported_features=193 @ 2019-01-05T08:44:50.869765+01:00>, <state group.all_covers=open; entity_id=('cover.volet_cuisine_1_51', 'cover.volet_cuisine_2_49', 'cover.volet_cuisine_porte_50'), order=3, auto=True, friendly_name=all covers, hidden=True @ 2019-01-05T08:44:50.870428+01:00>, <state light.cuis_amb_cafe_75=off; current_power_w=0.0, current_energy_kwh=0.7, Vera Device Id=75, friendly_name=Cuis. Amb. cafe, supported_features=1 @ 2019-01-05T08:44:50.870701+01:00>, <state binary_sensor.porte_vestiaire_29=off; device_armed=False, last_tripped_time=2019-01-01T10:18:47+00:00, device_tripped=False, Vera Device Id=29, friendly_name=Porte Vestiaire @ 2019-01-05T08:44:50.870922+01:00>, <state switch.flood_sensor_44=off; battery_level=80, device_armed=False, last_tripped_time=2019-01-04T21:05:18+00:00, device_tripped=False, Vera Device Id=44, friendly_name=Flood Sensor @ 2019-01-05T08:44:50.871191+01:00>, <state light.exterieur_entree_38=off; Vera Device Id=38, friendly_name=Extérieur Entrée, supported_features=1 @ 2019-01-05T08:44:50.871795+01:00>, <state binary_sensor.porte_garage_sophie_131=off; device_armed=False, last_tripped_time=2019-01-04T17:01:33+00:00, device_tripped=False, Vera Device Id=131, friendly_name=Porte Garage Sophie @ 2019-01-05T08:44:50.872032+01:00>, <state switch.porte_cafe_96=off; device_armed=False, last_tripped_time=2019-01-02T07:08:33+00:00, device_tripped=False, Vera Device Id=96, friendly_name=Porte Cafe @ 2019-01-05T08:44:50.872260+01:00>, <state light.lampe_vestiaire_26=off; Vera Device Id=26, friendly_name=Lampe Vestiaire, supported_features=1 @ 2019-01-05T08:44:50.872888+01:00>, <state binary_sensor.porte_garage_a_137=on; device_armed=False, last_tripped_time=2019-01-05T07:26:13+00:00, device_tripped=True, Vera Device Id=137, friendly_name=Porte Garage A @ 2019-01-05T08:44:50.873142+01:00>, <state switch.terrasse_prise_d_102=off; current_power_w=0.0, current_energy_kwh=0.0, Vera Device Id=102, friendly_name=Terrasse Prise D @ 2019-01-05T08:44:50.873360+01:00>, <state binary_sensor.porte_entree_33=off; device_armed=False, last_tripped_time=2019-01-05T07:41:21+00:00, device_tripped=False, Vera Device Id=33, friendly_name=Porte Entrée @ 2019-01-05T08:44:50.874381+01:00>, <state switch.porte_garage_a_137=off; device_armed=False, last_tripped_time=2019-01-05T07:26:13+00:00, device_tripped=True, Vera Device Id=137, friendly_name=Porte Garage A @ 2019-01-05T08:44:50.875285+01:00>, <state light.salon=on; min_mireds=153, max_mireds=500, brightness=254, hs_color=(35.593, 69.412), rgb_color=(255, 182, 77), xy_color=(0.514, 0.412), effect_list=['colorloop', 'random'], is_hue_group=True, friendly_name=salon, supported_features=63 @ 2019-01-05T08:44:50.875616+01:00>, <state light.dressing=on; min_mireds=153, max_mireds=500, brightness=254, color_temp=366, effect_list=['colorloop', 'random'], is_hue_group=True, friendly_name=Dressing, supported_features=63 @ 2019-01-05T08:44:50.875988+01:00>, <state light.entertainment_area_1=on; min_mireds=153, max_mireds=500, brightness=254, color_temp=366, effect_list=['colorloop', 'random'], is_hue_group=True, friendly_name=Entertainment area 1, supported_features=63 @ 2019-01-05T08:44:50.876233+01:00>, <state light.salon_plafond=off; min_mireds=153, max_mireds=500, is_hue_group=True, friendly_name=salon plafond, supported_features=63 @ 2019-01-05T08:44:50.876520+01:00>, <state light.bureau_2=on; min_mireds=153, max_mireds=500, brightness=254, color_temp=366, effect_list=['colorloop', 'random'], is_hue_group=True, friendly_name=bureau, supported_features=63 @ 2019-01-05T08:44:50.876823+01:00>, <state binary_sensor.flood_sensor_44=off; battery_level=80, device_armed=False, last_tripped_time=2019-01-04T21:05:18+00:00, device_tripped=False, Vera Device Id=44, friendly_name=Flood Sensor @ 2019-01-05T08:44:50.877409+01:00>, <state switch.porte_vestiaire_29=off; device_armed=False, last_tripped_time=2019-01-01T10:18:47+00:00, device_tripped=False, Vera Device Id=29, friendly_name=Porte Vestiaire @ 2019-01-05T08:44:50.878650+01:00>, <state scene.chauffage_chambre_off=scening; vera_scene_id=6, friendly_name=Chauffage Chambre OFF @ 2019-01-05T08:44:50.879732+01:00>, <state switch.terrasse_prise_g_105=off; current_power_w=0.0, current_energy_kwh=0.0, Vera Device Id=105, friendly_name=Terrasse Prise G @ 2019-01-05T08:44:50.880074+01:00>, <state switch.chromecast_115=on; current_power_w=1.8, current_energy_kwh=2.56, Vera Device Id=115, friendly_name=Chromecast @ 2019-01-05T08:44:50.881121+01:00>, <state switch.garage_sophie_117=off; Vera Device Id=117, friendly_name=Garage Sophie @ 2019-01-05T08:44:50.881582+01:00>, <state switch.lampes_ext_34=on; Vera Device Id=34, friendly_name=Lampes Ext. @ 2019-01-05T08:44:50.881985+01:00>, <state switch.garage_arnaud_122=off; Vera Device Id=122, friendly_name=Garage Arnaud @ 2019-01-05T08:44:50.882541+01:00>, <state switch.temp_humidity_sens_39=off; battery_level=53, device_armed=False, last_tripped_time=2018-02-12T04:36:23+00:00, device_tripped=True, Vera Device Id=39, friendly_name=Temp Humidity Sens. @ 2019-01-05T08:44:50.883372+01:00>, <state switch.porte_entree_33=off; device_armed=False, last_tripped_time=2019-01-05T07:41:21+00:00, device_tripped=False, Vera Device Id=33, friendly_name=Porte Entrée @ 2019-01-05T08:44:50.884069+01:00>, <state scene.ouvrir_tous_les_volets=scening; vera_scene_id=23, friendly_name=Ouvrir tous les volets @ 2019-01-05T08:44:50.890790+01:00>, <state light.dressing_spot_2=unavailable; friendly_name=Dressing Spot 2, supported_features=63 @ 2019-01-05T08:44:50.894634+01:00>, <state light.bureau=on; min_mireds=153, max_mireds=500, brightness=254, color_temp=366, effect_list=['colorloop', 'random'], friendly_name=bureau, supported_features=63 @ 2019-01-05T08:44:50.897066+01:00>, <state light.salon_lamp_2=off; min_mireds=153, max_mireds=500, friendly_name=Salon plafond 2, supported_features=63 @ 2019-01-05T08:44:50.897326+01:00>, <state light.dressing_spot_1=unavailable; friendly_name=Dressing Spot 1, supported_features=63 @ 2019-01-05T08:44:50.902348+01:00>, <state light.salon_lampe_fenetre=on; min_mireds=153, max_mireds=500, brightness=127, hs_color=(35.593, 69.412), rgb_color=(255, 182, 77), xy_color=(0.514, 0.412), effect_list=['colorloop', 'random'], friendly_name=salon fenêtre, supported_features=63 @ 2019-01-05T08:44:50.902695+01:00>, <state light.bureau_spot_2=unavailable; friendly_name=Bureau Spot 2, supported_features=63 @ 2019-01-05T08:44:50.902962+01:00>, <state light.dressing_spot_4=unavailable; friendly_name=Dressing Spot 4, supported_features=63 @ 2019-01-05T08:44:50.903188+01:00>, <state light.salon_lamp_1=off; min_mireds=153, max_mireds=500, friendly_name=Salon plafond 1, supported_features=63 @ 2019-01-05T08:44:50.903412+01:00>, <state light.salon_spot_2=unavailable; friendly_name=Salon Spot 2, supported_features=63 @ 2019-01-05T08:44:50.910130+01:00>, <state light.dressing_spot_3=unavailable; friendly_name=Dressing Spot 3, supported_features=63 @ 2019-01-05T08:44:50.910401+01:00>, <state light.ovni=on; min_mireds=153, max_mireds=500, brightness=25, hs_color=(299.72, 83.922), rgb_color=(254, 40, 255), xy_color=(0.382, 0.159), effect_list=['colorloop', 'random'], friendly_name=OVNI, supported_features=63 @ 2019-01-05T08:44:50.911033+01:00>, <state light.salon_spot_3=unavailable; friendly_name=Salon Spot 3, supported_features=63 @ 2019-01-05T08:44:50.911317+01:00>, <state scene.porte_vestiaire_ouverte=scening; vera_scene_id=8, friendly_name=Porte Vestiaire ouverte @ 2019-01-05T08:44:50.912623+01:00>, <state scene.chauffage_chambre_on=scening; vera_scene_id=5, friendly_name=Chauffage Chambre ON @ 2019-01-05T08:44:50.924974+01:00>, <state scene.porte_cafe_fermee=scening; vera_scene_id=27, friendly_name=Porte Cafe Fermee @ 2019-01-05T08:44:50.939420+01:00>, <state scene.test_allumage_ambiance=scening; vera_scene_id=25, friendly_name=Test Allumage ambiance @ 2019-01-05T08:44:50.952879+01:00>, <state scene.chauffage_sdb_off=scening; vera_scene_id=12, friendly_name=Chauffage SDB OFF @ 2019-01-05T08:44:50.968773+01:00>, <state scene.porte_cafe_ouverte=scening; vera_scene_id=26, friendly_name=Porte Cafe ouverte @ 2019-01-05T08:44:50.992149+01:00>, <state scene.flood=scening; vera_scene_id=20, friendly_name=flood @ 2019-01-05T08:44:51.002506+01:00>, <state scene.chauffage_sdb_on=scening; vera_scene_id=13, friendly_name=Chauffage SDB ON @ 2019-01-05T08:44:51.020948+01:00>, <state scene.porte_entree_fermee=scening; vera_scene_id=11, friendly_name=Porte Entrée fermée @ 2019-01-05T08:44:51.030836+01:00>, <state scene.fermer_tous_les_volets=scening; vera_scene_id=22, friendly_name=Fermer tous les volets @ 2019-01-05T08:44:51.042798+01:00>, <state scene.porte_entree_ouverte=scening; vera_scene_id=10, friendly_name=Porte Entrée ouverte @ 2019-01-05T08:44:51.057902+01:00>, <state scene.calendar_heat_control=scening; vera_scene_id=3, friendly_name=Calendar Heat Control @ 2019-01-05T08:44:51.125616+01:00>, <state sensor.chambre01_radiateur_chambre_1_17=21.0; battery_level=57, fibaro_id=17, unit_of_measurement=°C, friendly_name=Chambre01 Radiateur chambre 1 @ 2019-01-05T08:44:51.142801+01:00>, <state sensor.chambre02_radiateur_chambre2_7=21.0; battery_level=79, fibaro_id=7, unit_of_measurement=°C, friendly_name=Chambre02 Radiateur Chambre2 @ 2019-01-05T08:44:51.143559+01:00>, <state scene.lumieres_arrivee=scening; vera_scene_id=14, friendly_name=Lumières Arrivée @ 2019-01-05T08:44:51.144408+01:00>, <state sensor.cuisine_luminosite_36=0.0; fibaro_id=36, unit_of_measurement=lx, friendly_name=Cuisine Luminosité, device_class=illuminance @ 2019-01-05T08:44:51.144896+01:00>, <state sensor.cuisine_temperature_35=21.2; fibaro_id=35, unit_of_measurement=°C, friendly_name=Cuisine temperature, device_class=temperature @ 2019-01-05T08:44:51.146301+01:00>, <state sensor.chambre02_temperature_ch02_8=20.1; battery_level=85, fibaro_id=8, unit_of_measurement=°C, friendly_name=Chambre02 Temperature CH02, device_class=temperature @ 2019-01-05T08:44:51.147302+01:00>, <state sensor.vera_power_meter_116_116=0; Vera Device Id=116, unit_of_measurement=watts, friendly_name=Vera Power meter 116 @ 2019-01-05T08:44:51.147557+01:00>, <state sensor.temp_humidity_sens_39=Tripped; battery_level=53, device_armed=False, last_tripped_time=2018-02-12T04:36:23+00:00, device_tripped=True, Vera Device Id=39, friendly_name=Temp Humidity Sens. @ 2019-01-05T08:44:51.148022+01:00>, <state sensor.entree_light_sensor_32=2; Vera Device Id=32, unit_of_measurement=lx, friendly_name=Entrée Light sensor @ 2019-01-05T08:44:51.148409+01:00>, <state scene.porte_vestiaire_fermee=scening; vera_scene_id=9, friendly_name=Porte Vestiaire fermée @ 2019-01-05T08:44:51.156515+01:00>, <state sensor.nodon_gris_switch_16=4; battery_level=48, Vera Device Id=16, friendly_name=Nodon gris switch @ 2019-01-05T08:44:51.167423+01:00>, <state sensor.temperature_sensor_132=17.60; Vera Device Id=132, unit_of_measurement=°C, friendly_name=Temperature Sensor @ 2019-01-05T08:44:51.167883+01:00>, <state sensor.scene_controller_1_47=unknown; Vera Device Id=47, friendly_name=Scene Controller 1 @ 2019-01-05T08:44:51.168307+01:00>, <state sensor.embedded_humidity_s_41=26; Vera Device Id=41, unit_of_measurement=%, friendly_name=Embedded Humidity S @ 2019-01-05T08:44:51.168709+01:00>, <state sensor.entree_temp_sensor_31=18.33; Vera Device Id=31, unit_of_measurement=°C, friendly_name=Entrée Temp sensor @ 2019-01-05T08:44:51.169115+01:00>, <state sensor.embedded_temperatur_40=17.90; Vera Device Id=40, unit_of_measurement=°C, friendly_name=Embedded Temperatur @ 2019-01-05T08:44:51.169543+01:00>, <state calendar.poubelles_redacted=off; message=Poubelles Blanches, all_day=True, offset_reached=False, start_time=2019-01-09 00:00:00, end_time=2019-01-10 00:00:00, location=, description=, friendly_name=Poubelles redacted @ 2019-01-05T08:44:51.335203+01:00>, <state group.calendar=off; entity_id=('calendar.domotique', 'calendar.poubelles_redacted', 'calendar.schedulechauffagesalledebain'), order=4, auto=True, friendly_name=calendar, hidden=True @ 2019-01-05T08:44:51.339271+01:00>, <state calendar.domotique=off; message=HEAT_OFF {SDB}, all_day=False, offset_reached=False, start_time=2019-01-05 10:30:00, end_time=2019-01-05 10:45:00, location=, description=, friendly_name=Domotique @ 2019-01-05T08:44:51.779035+01:00>, <state calendar.schedulechauffagesalledebain=off; message=HEAT_OFF {SDB}, all_day=False, offset_reached=False, start_time=2019-01-05 10:30:00, end_time=2019-01-05 10:45:00, location=, description=, friendly_name=schedule chauffage salle de bain @ 2019-01-05T08:44:51.780365+01:00>]} 2019-01-05 08:44:53 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140162568231344] Sending {'id': 8, 'type': 'result', 'success': True, 'result': {'latitude': 50.639108, 'longitude': 4.534111, 'elevation': 123, 'unit_system': {'length': 'km', 'mass': 'g', 'temperature': '°C', 'volume': 'L'}, 'location_name': 'Home', 'time_zone': 'Europe/redacted', 'components': {'cover', 'config.script', 'sensor.buienradar', 'config.auth_provider_homeassistant', 'config.entity_registry', 'google', 'tts', 'history', 'discovery', 'config.automation', 'scene.vera', 'sensor.vera', 'websocket_api', 'switch.fibaro', 'lock.vera', 'config.customize', 'switch.vera', 'hue', 'system_log', 'binary_sensor', 'auth', 'fibaro', 'zoneminder', 'input_boolean', 'light.vera', 'sensor.yr', 'light.hue', 'camera.zoneminder', 'sensor.template', 'cast', 'script', 'api', 'cover.vera', 'recorder', 'lovelace', 'group', 'logger', 'config.config_entries', 'config', 'binary_sensor.vera', 'media_player.cast', 'google_assistant', 'sensor', 'lock', 'input_select', 'climate.vera', 'onboarding', 'map', 'config.core', 'camera', 'config.device_registry', 'media_player', 'calendar', 'automation', 'vera', 'updater', 'binary_sensor.fibaro', 'cover.fibaro', 'mqtt', 'http', 'logbook', 'climate', 'sensor.mqtt', 'scene.fibaro', 'config.auth', 'lock.template', 'frontend', 'light', 'scene', 'light.group', 'sensor.fibaro', 'sun', 'config.group', 'conversation', 'calendar.google', 'cloud', 'switch', 'light.fibaro'}, 'config_dir': '/home/homeassistant/.homeassistant', 'whitelist_external_dirs': {'/home/homeassistant/.homeassistant/www'}, 'version': '0.84.2'}} 2019-01-05 08:44:53 DEBUG (SyncWorker_45) [homeassistant.util.json] JSON file not found: /srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/scene/.translations/fibaro.en.json 2019-01-05 08:44:53 DEBUG (SyncWorker_45) [homeassistant.util.json] JSON file not found: /srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/sensor/.translations/fibaro.en.json 2019-01-05 08:44:53 DEBUG (SyncWorker_46) [homeassistant.util.json] JSON file not found: /srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/switch/.translations/fibaro.en.json 2019-01-05 08:44:53 DEBUG (SyncWorker_46) [homeassistant.util.json] JSON file not found: /srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/binary_sensor/.translations/fibaro.en.json 2019-01-05 08:44:53 DEBUG (SyncWorker_46) [homeassistant.util.json] JSON file not found: /srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/cover/.translations/fibaro.en.json 2019-01-05 08:44:53 DEBUG (SyncWorker_46) [homeassistant.util.json] JSON file not found: /srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/light/.translations/fibaro.en.json 2019-01-05 08:44:53 DEBUG (SyncWorker_46) [homeassistant.util.json] JSON file not found: /srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/.translations/fibaro.en.json 2019-01-05 08:44:53 DEBUG (SyncWorker_46) [homeassistant.util.json] JSON file not found: /srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/scene/.translations/fibaro.en.json 2019-01-05 08:44:53 DEBUG (SyncWorker_46) [homeassistant.util.json] JSON file not found: /srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/sensor/.translations/fibaro.en.json 2019-01-05 08:44:53 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140162031348032] Sending {'id': 7, 'type': 'result', 'success': True, 'result': [<state sun.sun=above_horizon; next_dawn=redacted, next_dusk=redacted, next_midnight=redacted, next_noon=redacted, next_rising=redacted, next_setting=redacted, elevation=0.02, azimuth=126.45, friendly_name=Sun @ 2019-01-05T08:44:50.662260+01:00>, <state sensor.meteo_redacted_wind_direction_en=; friendly_name=meteo-redacted wind direction EN @ 2019-01-05T08:44:51.784758+01:00>, <state sensor.meteoredacted_pressure=unknown; attribution=None, Stationname=None, unit_of_measurement=hPa, friendly_name=meteo-redacted Pressure, icon=mdi:gauge @ 2019-01-05T08:44:50.785001+01:00>, <state sensor.meteoredacted_condition=unknown; attribution=None, Stationname=None, friendly_name=meteo-redacted Condition @ 2019-01-05T08:44:50.785188+01:00>, <state sensor.meteoredacted_wind_direction=unknown; attribution=None, Stationname=None, friendly_name=meteo-redacted Wind direction, icon=mdi:compass-outline @ 2019-01-05T08:44:50.785420+01:00>, <state sensor.meteoredacted_humidity=unknown; attribution=None, Stationname=None, unit_of_measurement=%, friendly_name=meteo-redacted Humidity, icon=mdi:water-percent @ 2019-01-05T08:44:50.785595+01:00>, <state sensor.meteoredacted_wind_gust=unknown; attribution=None, Stationname=None, unit_of_measurement=m/s, friendly_name=meteo-redacted Wind gust, icon=mdi:weather-windy @ 2019-01-05T08:44:50.785828+01:00>, <state sensor.meteoredacted_temperature=unknown; attribution=None, Stationname=None, unit_of_measurement=°C, friendly_name=meteo-redacted Temperature, icon=mdi:thermometer @ 2019-01-05T08:44:50.786091+01:00>, <state sensor.meteoredacted_snow_1d=unknown; attribution=None, Stationname=None, unit_of_measurement=cm, friendly_name=meteo-redacted Snow 1d, icon=mdi:snowflake @ 2019-01-05T08:44:50.786313+01:00>, <state sensor.meteoredacted_wind_speed=unknown; attribution=None, Stationname=None, unit_of_measurement=m/s, friendly_name=meteo-redacted Wind speed, icon=mdi:weather-windy @ 2019-01-05T08:44:50.786750+01:00>, <state sensor.yr_symbol=4; attribution=Weather forecast from met.no, delivered by the Norwegian Meteorological Institute., friendly_name=yr Symbol, entity_picture=https://api.met.no/weatherapi/weathericon/1.1/?symbol=4;content_type=image/png @ 2019-01-05T08:44:51.125173+01:00>, <state lock.porte_garage_sophie=locked; friendly_name=Porte Garage Sophie @ 2019-01-05T08:44:51.785006+01:00>, <state lock.porte_garage_arnaud=unlocked; friendly_name=Porte Garage Arnaud @ 2019-01-05T08:44:51.785768+01:00>, <state light.cuisine_all_lights=off; friendly_name=Cuisine all lights, supported_features=0 @ 2019-01-05T08:44:50.824463+01:00>, <state light.salon_suspension=off; min_mireds=153, max_mireds=500, friendly_name=salon suspension, supported_features=63 @ 2019-01-05T08:44:50.912270+01:00>, <state light.cuisine_leds=off; friendly_name=Cuisine LEDs, supported_features=0 @ 2019-01-05T08:44:50.825044+01:00>, <state binary_sensor.cuisine_multisensor_34=off; battery_level=85, device_armed=True, fibaro_id=34, friendly_name=Cuisine multisensor, icon=mdi:run, device_class=motion @ 2019-01-05T08:44:50.794671+01:00>, <state sensor.home_alarm=unknown; friendly_name=Home Alarm @ 2019-01-05T08:44:50.795221+01:00>, <state switch.cave_principale_prise_ext_cave_58=off; current_power_w=0.0, current_energy_kwh=0.0, fibaro_id=58, friendly_name=Cave Principale Prise ext. Cave @ 2019-01-05T08:44:50.795587+01:00>, <state media_player.chromecast_audio_atelier=off; friendly_name=Chromecast audio Atelier, supported_features=21437 @ 2019-01-05T08:44:50.885341+01:00>, <state media_player.partout=off; friendly_name=Partout, supported_features=21437 @ 2019-01-05T08:44:50.889388+01:00>, <state sensor.home_alarm_health=unknown; friendly_name=Home Alarm health @ 2019-01-05T08:44:50.799171+01:00>, <state group.all_locks=locked; entity_id=('lock.porte_garage_arnaud', 'lock.porte_garage_sophie'), order=0, auto=True, friendly_name=all locks, hidden=True @ 2019-01-05T08:44:51.788556+01:00>, <state sensor.home_alarm_battery_status=unknown; friendly_name=Home Alarm battery status @ 2019-01-05T08:44:50.804056+01:00>, <state input_boolean.alarm_toggle=off; friendly_name=alarm toggle @ 2019-01-05T08:44:50.805030+01:00>, <state input_boolean.modecinema=off; friendly_name=mode cinéma @ 2019-01-05T08:44:50.806546+01:00>, <state input_select.garage_open_states=None; options=['None', 'Arnaud', 'Sophie', 'Arnaud&Sophie'], friendly_name=Garage open States @ 2019-01-05T08:44:50.807246+01:00>, <state group.all_lights=on; entity_id=('light.bureau_spot_2', 'light.cuis_amb_cafe_75', 'light.cuisine_led_droite_51', 'light.cuisine_led_gauche_46', 'light.cuisine_leds', 'light.cuisine_plafonnier_41', 'light.cuisine_all_lights', 'light.dressing', 'light.dressing_spot_1', 'light.dressing_spot_2', 'light.dressing_spot_3', 'light.dressing_spot_4', 'light.entertainment_area_1', 'light.exterieur_entree_38', 'light.hall_entree_36', 'light.lampe_vestiaire_26', 'light.salon_plafonnier_31', 'light.ovni', 'light.salon_spot_2', 'light.salon_spot_3', 'light.salon_toggle_hue_salon_32', 'light.salon_lamp_1', 'light.salon_lamp_2', 'light.bureau_2', 'light.bureau', 'light.salon', 'light.salon_lampe_fenetre', 'light.salon_plafond', 'light.salon_suspension'), order=1, auto=True, friendly_name=all lights, hidden=True @ 2019-01-05T08:44:50.833469+01:00>, <state group.all_switches=on; entity_id=('switch.cave_principale_prise_ext_cave_58', 'switch.chromecast_115', 'switch.flood_sensor_44', 'switch.garage_arnaud_122', 'switch.garage_sophie_117', 'switch.lampes_ext_34', 'switch.porte_cafe_96', 'switch.porte_entree_33', 'switch.porte_garage_a_137', 'switch.porte_garage_sophie_131', 'switch.porte_vestiaire_29', 'switch.temp_humidity_sens_39', 'switch.terrasse_prise_d_102', 'switch.terrasse_prise_g_105'), order=2, auto=True, friendly_name=all switches, hidden=True @ 2019-01-05T08:44:50.884955+01:00>, <state light.salon_toggle_hue_salon_32=on; brightness=255, fibaro_id=32, friendly_name=Salon Toggle Hue salon, supported_features=1 @ 2019-01-05T08:44:50.817830+01:00>, <state light.salon_plafonnier_31=on; brightness=255, current_power_w=21.1, current_energy_kwh=2.9, fibaro_id=31, friendly_name=Living Plafonnier, supported_features=1 @ 2019-01-05T08:44:50.818085+01:00>, <state light.cuisine_plafonnier_41=off; current_power_w=0.0, current_energy_kwh=65.08, fibaro_id=41, friendly_name=Cuisine Plafonnier, supported_features=0 @ 2019-01-05T08:44:50.818353+01:00>, <state light.cuisine_led_gauche_46=off; current_power_w=0.0, current_energy_kwh=16.92, fibaro_id=46, friendly_name=Cuisine LED Gauche, supported_features=0 @ 2019-01-05T08:44:50.818583+01:00>, <state light.cuisine_led_droite_51=off; current_power_w=0.0, current_energy_kwh=14.63, fibaro_id=51, friendly_name=Cuisine LED Droite, supported_features=0 @ 2019-01-05T08:44:50.820687+01:00>, <state camera.escalier=idle; access_token=741d0fdc177f89b05e45e193ea9dd0da6d0fc5d0c3c9dd46753dae943525e590, friendly_name=Escalier, entity_picture=/api/camera_proxy/camera.escalier?token=741d0fdc177f89b05e45e193ea9dd0da6d0fc5d0c3c9dd46753dae943525e590, supported_features=0 @ 2019-01-05T08:44:50.821942+01:00>, <state media_player.googlehome6718=off; friendly_name=Google Home, supported_features=21437 @ 2019-01-05T08:44:50.940501+01:00>, <state cover.volet_cuisine_2_49=open; current_position=100, Vera Device Id=49, friendly_name=Volet Cuisine 2, supported_features=15 @ 2019-01-05T08:44:50.864988+01:00>, <state cover.volet_cuisine_1_51=open; current_position=100, Vera Device Id=51, friendly_name=Volet Cuisine 1, supported_features=15 @ 2019-01-05T08:44:50.865229+01:00>, <state cover.volet_cuisine_porte_50=open; current_position=100, Vera Device Id=50, friendly_name=Volet Cuisine Porte, supported_features=15 @ 2019-01-05T08:44:50.865433+01:00>, <state media_player.living_room_tv_2=off; friendly_name=Chromecast salon, supported_features=21437 @ 2019-01-05T08:44:50.957713+01:00>, <state light.hall_entree_36=off; Vera Device Id=36, friendly_name=Hall Entrée, supported_features=1 @ 2019-01-05T08:44:50.867749+01:00>, <state binary_sensor.porte_cafe_96=off; device_armed=False, last_tripped_time=2019-01-02T07:08:33+00:00, device_tripped=False, Vera Device Id=96, friendly_name=Porte Cafe @ 2019-01-05T08:44:50.868145+01:00>, <state switch.porte_garage_sophie_131=off; device_armed=False, last_tripped_time=2019-01-04T17:01:33+00:00, device_tripped=False, Vera Device Id=131, friendly_name=Porte Garage Sophie @ 2019-01-05T08:44:50.868960+01:00>, <state climate.radiateur_sdb_35=heat; current_temperature=None, min_temp=7, max_temp=35, temperature=25.5, fan_mode=Auto, fan_list=['on', 'auto'], operation_mode=heat, operation_list=['heat', 'cool', 'auto', 'off'], battery_level=48, Vera Device Id=35, friendly_name=Radiateur SDB, supported_features=193 @ 2019-01-05T08:44:50.869765+01:00>, <state group.all_covers=open; entity_id=('cover.volet_cuisine_1_51', 'cover.volet_cuisine_2_49', 'cover.volet_cuisine_porte_50'), order=3, auto=True, friendly_name=all covers, hidden=True @ 2019-01-05T08:44:50.870428+01:00>, <state light.cuis_amb_cafe_75=off; current_power_w=0.0, current_energy_kwh=0.7, Vera Device Id=75, friendly_name=Cuis. Amb. cafe, supported_features=1 @ 2019-01-05T08:44:50.870701+01:00>, <state binary_sensor.porte_vestiaire_29=off; device_armed=False, last_tripped_time=2019-01-01T10:18:47+00:00, device_tripped=False, Vera Device Id=29, friendly_name=Porte Vestiaire @ 2019-01-05T08:44:50.870922+01:00>, <state switch.flood_sensor_44=off; battery_level=80, device_armed=False, last_tripped_time=2019-01-04T21:05:18+00:00, device_tripped=False, Vera Device Id=44, friendly_name=Flood Sensor @ 2019-01-05T08:44:50.871191+01:00>, <state light.exterieur_entree_38=off; Vera Device Id=38, friendly_name=Extérieur Entrée, supported_features=1 @ 2019-01-05T08:44:50.871795+01:00>, <state binary_sensor.porte_garage_sophie_131=off; device_armed=False, last_tripped_time=2019-01-04T17:01:33+00:00, device_tripped=False, Vera Device Id=131, friendly_name=Porte Garage Sophie @ 2019-01-05T08:44:50.872032+01:00>, <state switch.porte_cafe_96=off; device_armed=False, last_tripped_time=2019-01-02T07:08:33+00:00, device_tripped=False, Vera Device Id=96, friendly_name=Porte Cafe @ 2019-01-05T08:44:50.872260+01:00>, <state light.lampe_vestiaire_26=off; Vera Device Id=26, friendly_name=Lampe Vestiaire, supported_features=1 @ 2019-01-05T08:44:50.872888+01:00>, <state binary_sensor.porte_garage_a_137=on; device_armed=False, last_tripped_time=2019-01-05T07:26:13+00:00, device_tripped=True, Vera Device Id=137, friendly_name=Porte Garage A @ 2019-01-05T08:44:50.873142+01:00>, <state switch.terrasse_prise_d_102=off; current_power_w=0.0, current_energy_kwh=0.0, Vera Device Id=102, friendly_name=Terrasse Prise D @ 2019-01-05T08:44:50.873360+01:00>, <state binary_sensor.porte_entree_33=off; device_armed=False, last_tripped_time=2019-01-05T07:41:21+00:00, device_tripped=False, Vera Device Id=33, friendly_name=Porte Entrée @ 2019-01-05T08:44:50.874381+01:00>, <state switch.porte_garage_a_137=off; device_armed=False, last_tripped_time=2019-01-05T07:26:13+00:00, device_tripped=True, Vera Device Id=137, friendly_name=Porte Garage A @ 2019-01-05T08:44:50.875285+01:00>, <state light.salon=on; min_mireds=153, max_mireds=500, brightness=254, hs_color=(35.593, 69.412), rgb_color=(255, 182, 77), xy_color=(0.514, 0.412), effect_list=['colorloop', 'random'], is_hue_group=True, friendly_name=salon, supported_features=63 @ 2019-01-05T08:44:50.875616+01:00>, <state light.dressing=on; min_mireds=153, max_mireds=500, brightness=254, color_temp=366, effect_list=['colorloop', 'random'], is_hue_group=True, friendly_name=Dressing, supported_features=63 @ 2019-01-05T08:44:50.875988+01:00>, <state light.entertainment_area_1=on; min_mireds=153, max_mireds=500, brightness=254, color_temp=366, effect_list=['colorloop', 'random'], is_hue_group=True, friendly_name=Entertainment area 1, supported_features=63 @ 2019-01-05T08:44:50.876233+01:00>, <state light.salon_plafond=off; min_mireds=153, max_mireds=500, is_hue_group=True, friendly_name=salon plafond, supported_features=63 @ 2019-01-05T08:44:50.876520+01:00>, <state light.bureau_2=on; min_mireds=153, max_mireds=500, brightness=254, color_temp=366, effect_list=['colorloop', 'random'], is_hue_group=True, friendly_name=bureau, supported_features=63 @ 2019-01-05T08:44:50.876823+01:00>, <state binary_sensor.flood_sensor_44=off; battery_level=80, device_armed=False, last_tripped_time=2019-01-04T21:05:18+00:00, device_tripped=False, Vera Device Id=44, friendly_name=Flood Sensor @ 2019-01-05T08:44:50.877409+01:00>, <state switch.porte_vestiaire_29=off; device_armed=False, last_tripped_time=2019-01-01T10:18:47+00:00, device_tripped=False, Vera Device Id=29, friendly_name=Porte Vestiaire @ 2019-01-05T08:44:50.878650+01:00>, <state scene.chauffage_chambre_off=scening; vera_scene_id=6, friendly_name=Chauffage Chambre OFF @ 2019-01-05T08:44:50.879732+01:00>, <state switch.terrasse_prise_g_105=off; current_power_w=0.0, current_energy_kwh=0.0, Vera Device Id=105, friendly_name=Terrasse Prise G @ 2019-01-05T08:44:50.880074+01:00>, <state switch.chromecast_115=on; current_power_w=1.8, current_energy_kwh=2.56, Vera Device Id=115, friendly_name=Chromecast @ 2019-01-05T08:44:50.881121+01:00>, <state switch.garage_sophie_117=off; Vera Device Id=117, friendly_name=Garage Sophie @ 2019-01-05T08:44:50.881582+01:00>, <state switch.lampes_ext_34=on; Vera Device Id=34, friendly_name=Lampes Ext. @ 2019-01-05T08:44:50.881985+01:00>, <state switch.garage_arnaud_122=off; Vera Device Id=122, friendly_name=Garage Arnaud @ 2019-01-05T08:44:50.882541+01:00>, <state switch.temp_humidity_sens_39=off; battery_level=53, device_armed=False, last_tripped_time=2018-02-12T04:36:23+00:00, device_tripped=True, Vera Device Id=39, friendly_name=Temp Humidity Sens. @ 2019-01-05T08:44:50.883372+01:00>, <state switch.porte_entree_33=off; device_armed=False, last_tripped_time=2019-01-05T07:41:21+00:00, device_tripped=False, Vera Device Id=33, friendly_name=Porte Entrée @ 2019-01-05T08:44:50.884069+01:00>, <state scene.ouvrir_tous_les_volets=scening; vera_scene_id=23, friendly_name=Ouvrir tous les volets @ 2019-01-05T08:44:50.890790+01:00>, <state light.dressing_spot_2=unavailable; friendly_name=Dressing Spot 2, supported_features=63 @ 2019-01-05T08:44:50.894634+01:00>, <state light.bureau=on; min_mireds=153, max_mireds=500, brightness=254, color_temp=366, effect_list=['colorloop', 'random'], friendly_name=bureau, supported_features=63 @ 2019-01-05T08:44:50.897066+01:00>, <state light.salon_lamp_2=off; min_mireds=153, max_mireds=500, friendly_name=Salon plafond 2, supported_features=63 @ 2019-01-05T08:44:50.897326+01:00>, <state light.dressing_spot_1=unavailable; friendly_name=Dressing Spot 1, supported_features=63 @ 2019-01-05T08:44:50.902348+01:00>, <state light.salon_lampe_fenetre=on; min_mireds=153, max_mireds=500, brightness=127, hs_color=(35.593, 69.412), rgb_color=(255, 182, 77), xy_color=(0.514, 0.412), effect_list=['colorloop', 'random'], friendly_name=salon fenêtre, supported_features=63 @ 2019-01-05T08:44:50.902695+01:00>, <state light.bureau_spot_2=unavailable; friendly_name=Bureau Spot 2, supported_features=63 @ 2019-01-05T08:44:50.902962+01:00>, <state light.dressing_spot_4=unavailable; friendly_name=Dressing Spot 4, supported_features=63 @ 2019-01-05T08:44:50.903188+01:00>, <state light.salon_lamp_1=off; min_mireds=153, max_mireds=500, friendly_name=Salon plafond 1, supported_features=63 @ 2019-01-05T08:44:50.903412+01:00>, <state light.salon_spot_2=unavailable; friendly_name=Salon Spot 2, supported_features=63 @ 2019-01-05T08:44:50.910130+01:00>, <state light.dressing_spot_3=unavailable; friendly_name=Dressing Spot 3, supported_features=63 @ 2019-01-05T08:44:50.910401+01:00>, <state light.ovni=on; min_mireds=153, max_mireds=500, brightness=25, hs_color=(299.72, 83.922), rgb_color=(254, 40, 255), xy_color=(0.382, 0.159), effect_list=['colorloop', 'random'], friendly_name=OVNI, supported_features=63 @ 2019-01-05T08:44:50.911033+01:00>, <state light.salon_spot_3=unavailable; friendly_name=Salon Spot 3, supported_features=63 @ 2019-01-05T08:44:50.911317+01:00>, <state scene.porte_vestiaire_ouverte=scening; vera_scene_id=8, friendly_name=Porte Vestiaire ouverte @ 2019-01-05T08:44:50.912623+01:00>, <state scene.chauffage_chambre_on=scening; vera_scene_id=5, friendly_name=Chauffage Chambre ON @ 2019-01-05T08:44:50.924974+01:00>, <state scene.porte_cafe_fermee=scening; vera_scene_id=27, friendly_name=Porte Cafe Fermee @ 2019-01-05T08:44:50.939420+01:00>, <state scene.test_allumage_ambiance=scening; vera_scene_id=25, friendly_name=Test Allumage ambiance @ 2019-01-05T08:44:50.952879+01:00>, <state scene.chauffage_sdb_off=scening; vera_scene_id=12, friendly_name=Chauffage SDB OFF @ 2019-01-05T08:44:50.968773+01:00>, <state scene.porte_cafe_ouverte=scening; vera_scene_id=26, friendly_name=Porte Cafe ouverte @ 2019-01-05T08:44:50.992149+01:00>, <state scene.flood=scening; vera_scene_id=20, friendly_name=flood @ 2019-01-05T08:44:51.002506+01:00>, <state scene.chauffage_sdb_on=scening; vera_scene_id=13, friendly_name=Chauffage SDB ON @ 2019-01-05T08:44:51.020948+01:00>, <state scene.porte_entree_fermee=scening; vera_scene_id=11, friendly_name=Porte Entrée fermée @ 2019-01-05T08:44:51.030836+01:00>, <state scene.fermer_tous_les_volets=scening; vera_scene_id=22, friendly_name=Fermer tous les volets @ 2019-01-05T08:44:51.042798+01:00>, <state scene.porte_entree_ouverte=scening; vera_scene_id=10, friendly_name=Porte Entrée ouverte @ 2019-01-05T08:44:51.057902+01:00>, <state scene.calendar_heat_control=scening; vera_scene_id=3, friendly_name=Calendar Heat Control @ 2019-01-05T08:44:51.125616+01:00>, <state sensor.chambre01_radiateur_chambre_1_17=21.0; battery_level=57, fibaro_id=17, unit_of_measurement=°C, friendly_name=Chambre01 Radiateur chambre 1 @ 2019-01-05T08:44:51.142801+01:00>, <state sensor.chambre02_radiateur_chambre2_7=21.0; battery_level=79, fibaro_id=7, unit_of_measurement=°C, friendly_name=Chambre02 Radiateur Chambre2 @ 2019-01-05T08:44:51.143559+01:00>, <state scene.lumieres_arrivee=scening; vera_scene_id=14, friendly_name=Lumières Arrivée @ 2019-01-05T08:44:51.144408+01:00>, <state sensor.cuisine_luminosite_36=0.0; fibaro_id=36, unit_of_measurement=lx, friendly_name=Cuisine Luminosité, device_class=illuminance @ 2019-01-05T08:44:51.144896+01:00>, <state sensor.cuisine_temperature_35=21.2; fibaro_id=35, unit_of_measurement=°C, friendly_name=Cuisine temperature, device_class=temperature @ 2019-01-05T08:44:51.146301+01:00>, <state sensor.chambre02_temperature_ch02_8=20.1; battery_level=85, fibaro_id=8, unit_of_measurement=°C, friendly_name=Chambre02 Temperature CH02, device_class=temperature @ 2019-01-05T08:44:51.147302+01:00>, <state sensor.vera_power_meter_116_116=0; Vera Device Id=116, unit_of_measurement=watts, friendly_name=Vera Power meter 116 @ 2019-01-05T08:44:51.147557+01:00>, <state sensor.temp_humidity_sens_39=Tripped; battery_level=53, device_armed=False, last_tripped_time=2018-02-12T04:36:23+00:00, device_tripped=True, Vera Device Id=39, friendly_name=Temp Humidity Sens. @ 2019-01-05T08:44:51.148022+01:00>, <state sensor.entree_light_sensor_32=2; Vera Device Id=32, unit_of_measurement=lx, friendly_name=Entrée Light sensor @ 2019-01-05T08:44:51.148409+01:00>, <state scene.porte_vestiaire_fermee=scening; vera_scene_id=9, friendly_name=Porte Vestiaire fermée @ 2019-01-05T08:44:51.156515+01:00>, <state sensor.nodon_gris_switch_16=4; battery_level=48, Vera Device Id=16, friendly_name=Nodon gris switch @ 2019-01-05T08:44:51.167423+01:00>, <state sensor.temperature_sensor_132=17.60; Vera Device Id=132, unit_of_measurement=°C, friendly_name=Temperature Sensor @ 2019-01-05T08:44:51.167883+01:00>, <state sensor.scene_controller_1_47=unknown; Vera Device Id=47, friendly_name=Scene Controller 1 @ 2019-01-05T08:44:51.168307+01:00>, <state sensor.embedded_humidity_s_41=26; Vera Device Id=41, unit_of_measurement=%, friendly_name=Embedded Humidity S @ 2019-01-05T08:44:51.168709+01:00>, <state sensor.entree_temp_sensor_31=18.33; Vera Device Id=31, unit_of_measurement=°C, friendly_name=Entrée Temp sensor @ 2019-01-05T08:44:51.169115+01:00>, <state sensor.embedded_temperatur_40=17.90; Vera Device Id=40, unit_of_measurement=°C, friendly_name=Embedded Temperatur @ 2019-01-05T08:44:51.169543+01:00>, <state calendar.poubelles_redacted=off; message=Poubelles Blanches, all_day=True, offset_reached=False, start_time=2019-01-09 00:00:00, end_time=2019-01-10 00:00:00, location=, description=, friendly_name=Poubelles redacted @ 2019-01-05T08:44:51.335203+01:00>, <state group.calendar=off; entity_id=('calendar.domotique', 'calendar.poubelles_redacted', 'calendar.schedulechauffagesalledebain'), order=4, auto=True, friendly_name=calendar, hidden=True @ 2019-01-05T08:44:51.339271+01:00>, <state calendar.domotique=off; message=HEAT_OFF {SDB}, all_day=False, offset_reached=False, start_time=2019-01-05 10:30:00, end_time=2019-01-05 10:45:00, location=, description=, friendly_name=Domotique @ 2019-01-05T08:44:51.779035+01:00>, <state calendar.schedulechauffagesalledebain=off; message=HEAT_OFF {SDB}, all_day=False, offset_reached=False, start_time=2019-01-05 10:30:00, end_time=2019-01-05 10:45:00, location=, description=, friendly_name=schedule chauffage salle de bain @ 2019-01-05T08:44:51.780365+01:00>]} 2019-01-05 08:44:53 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140162031348032] Sending {'id': 8, 'type': 'result', 'success': True, 'result': {'latitude': 50.639108, 'longitude': 4.534111, 'elevation': 123, 'unit_system': {'length': 'km', 'mass': 'g', 'temperature': '°C', 'volume': 'L'}, 'location_name': 'Home', 'time_zone': 'Europe/redacted', 'components': {'cover', 'config.script', 'sensor.buienradar', 'config.auth_provider_homeassistant', 'config.entity_registry', 'google', 'tts', 'history', 'discovery', 'config.automation', 'scene.vera', 'sensor.vera', 'websocket_api', 'switch.fibaro', 'lock.vera', 'config.customize', 'switch.vera', 'hue', 'system_log', 'binary_sensor', 'auth', 'fibaro', 'zoneminder', 'input_boolean', 'light.vera', 'sensor.yr', 'light.hue', 'camera.zoneminder', 'sensor.template', 'cast', 'script', 'api', 'cover.vera', 'recorder', 'lovelace', 'group', 'logger', 'config.config_entries', 'config', 'binary_sensor.vera', 'media_player.cast', 'google_assistant', 'sensor', 'lock', 'input_select', 'climate.vera', 'onboarding', 'map', 'config.core', 'camera', 'config.device_registry', 'media_player', 'calendar', 'automation', 'vera', 'updater', 'binary_sensor.fibaro', 'cover.fibaro', 'mqtt', 'http', 'logbook', 'climate', 'sensor.mqtt', 'scene.fibaro', 'config.auth', 'lock.template', 'frontend', 'light', 'scene', 'light.group', 'sensor.fibaro', 'sun', 'config.group', 'conversation', 'calendar.google', 'cloud', 'switch', 'light.fibaro'}, 'config_dir': '/home/homeassistant/.homeassistant', 'whitelist_external_dirs': {'/home/homeassistant/.homeassistant/www'}, 'version': '0.84.2'}} 2019-01-05 08:44:56 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140161496164840] Sending {'id': 7, 'type': 'result', 'success': True, 'result': [<state sun.sun=above_horizon; next_dawn=2019-01-06T07:03:54+00:00, next_dusk=2019-01-05T16:29:43+00:00, next_midnight=2019-01-05T23:47:35+00:00, next_noon=2019-01-05T11:46:55+00:00, next_rising=2019-01-06T07:42:29+00:00, next_setting=2019-01-05T15:51:03+00:00, elevation=0.02, azimuth=126.45, friendly_name=Sun @ 2019-01-05T08:44:50.662260+01:00>, <state sensor.meteo_redacted_wind_direction_en=; friendly_name=meteo-redacted wind direction EN @ 2019-01-05T08:44:51.784758+01:00>, <state sensor.meteoredacted_pressure=unknown; attribution=None, Stationname=None, unit_of_measurement=hPa, friendly_name=meteo-redacted Pressure, icon=mdi:gauge @ 2019-01-05T08:44:50.785001+01:00>, <state sensor.meteoredacted_condition=unknown; attribution=None, Stationname=None, friendly_name=meteo-redacted Condition @ 2019-01-05T08:44:50.785188+01:00>, <state sensor.meteoredacted_wind_direction=unknown; attribution=None, Stationname=None, friendly_name=meteo-redacted Wind direction, icon=mdi:compass-outline @ 2019-01-05T08:44:50.785420+01:00>, <state sensor.meteoredacted_humidity=unknown; attribution=None, Stationname=None, unit_of_measurement=%, friendly_name=meteo-redacted Humidity, icon=mdi:water-percent @ 2019-01-05T08:44:50.785595+01:00>, <state sensor.meteoredacted_wind_gust=unknown; attribution=None, Stationname=None, unit_of_measurement=m/s, friendly_name=meteo-redacted Wind gust, icon=mdi:weather-windy @ 2019-01-05T08:44:50.785828+01:00>, <state sensor.meteoredacted_temperature=unknown; attribution=None, Stationname=None, unit_of_measurement=°C, friendly_name=meteo-redacted Temperature, icon=mdi:thermometer @ 2019-01-05T08:44:50.786091+01:00>, <state sensor.meteoredacted_snow_1d=unknown; attribution=None, Stationname=None, unit_of_measurement=cm, friendly_name=meteo-redacted Snow 1d, icon=mdi:snowflake @ 2019-01-05T08:44:50.786313+01:00>, <state sensor.meteoredacted_wind_speed=unknown; attribution=None, Stationname=None, unit_of_measurement=m/s, friendly_name=meteo-redacted Wind speed, icon=mdi:weather-windy @ 2019-01-05T08:44:50.786750+01:00>, <state sensor.yr_symbol=4; attribution=Weather forecast from met.no, delivered by the Norwegian Meteorological Institute., friendly_name=yr Symbol, entity_picture=https://api.met.no/weatherapi/weathericon/1.1/?symbol=4;content_type=image/png @ 2019-01-05T08:44:51.125173+01:00>, <state lock.porte_garage_sophie=locked; friendly_name=Porte Garage Sophie @ 2019-01-05T08:44:51.785006+01:00>, <state lock.porte_garage_arnaud=unlocked; friendly_name=Porte Garage Arnaud @ 2019-01-05T08:44:51.785768+01:00>, <state light.cuisine_all_lights=off; friendly_name=Cuisine all lights, supported_features=0 @ 2019-01-05T08:44:50.824463+01:00>, <state light.salon_suspension=off; min_mireds=153, max_mireds=500, friendly_name=salon suspension, supported_features=63 @ 2019-01-05T08:44:50.912270+01:00>, <state light.cuisine_leds=off; friendly_name=Cuisine LEDs, supported_features=0 @ 2019-01-05T08:44:50.825044+01:00>, <state binary_sensor.cuisine_multisensor_34=off; battery_level=85, device_armed=True, fibaro_id=34, friendly_name=Cuisine multisensor, icon=mdi:run, device_class=motion @ 2019-01-05T08:44:50.794671+01:00>, <state sensor.home_alarm=unknown; friendly_name=Home Alarm @ 2019-01-05T08:44:50.795221+01:00>, <state switch.cave_principale_prise_ext_cave_58=off; current_power_w=0.0, current_energy_kwh=0.0, fibaro_id=58, friendly_name=Cave Principale Prise ext. Cave @ 2019-01-05T08:44:50.795587+01:00>, <state media_player.chromecast_audio_atelier=off; friendly_name=Chromecast audio Atelier, supported_features=21437 @ 2019-01-05T08:44:50.885341+01:00>, <state media_player.partout=off; friendly_name=Partout, supported_features=21437 @ 2019-01-05T08:44:50.889388+01:00>, <state sensor.home_alarm_health=unknown; friendly_name=Home Alarm health @ 2019-01-05T08:44:50.799171+01:00>, <state group.all_locks=locked; entity_id=('lock.porte_garage_arnaud', 'lock.porte_garage_sophie'), order=0, auto=True, friendly_name=all locks, hidden=True @ 2019-01-05T08:44:51.788556+01:00>, <state sensor.home_alarm_battery_status=unknown; friendly_name=Home Alarm battery status @ 2019-01-05T08:44:50.804056+01:00>, <state input_boolean.alarm_toggle=off; friendly_name=alarm toggle @ 2019-01-05T08:44:50.805030+01:00>, <state input_boolean.modecinema=off; friendly_name=mode cinéma @ 2019-01-05T08:44:50.806546+01:00>, <state input_select.garage_open_states=None; options=['None', 'Arnaud', 'Sophie', 'Arnaud&Sophie'], friendly_name=Garage open States @ 2019-01-05T08:44:50.807246+01:00>, <state group.all_lights=on; entity_id=('light.bureau_spot_2', 'light.cuis_amb_cafe_75', 'light.cuisine_led_droite_51', 'light.cuisine_led_gauche_46', 'light.cuisine_leds', 'light.cuisine_plafonnier_41', 'light.cuisine_all_lights', 'light.dressing', 'light.dressing_spot_1', 'light.dressing_spot_2', 'light.dressing_spot_3', 'light.dressing_spot_4', 'light.entertainment_area_1', 'light.exterieur_entree_38', 'light.hall_entree_36', 'light.lampe_vestiaire_26', 'light.salon_plafonnier_31', 'light.ovni', 'light.salon_spot_2', 'light.salon_spot_3', 'light.salon_toggle_hue_salon_32', 'light.salon_lamp_1', 'light.salon_lamp_2', 'light.bureau_2', 'light.bureau', 'light.salon', 'light.salon_lampe_fenetre', 'light.salon_plafond', 'light.salon_suspension'), order=1, auto=True, friendly_name=all lights, hidden=True @ 2019-01-05T08:44:50.833469+01:00>, <state group.all_switches=on; entity_id=('switch.cave_principale_prise_ext_cave_58', 'switch.chromecast_115', 'switch.flood_sensor_44', 'switch.garage_arnaud_122', 'switch.garage_sophie_117', 'switch.lampes_ext_34', 'switch.porte_cafe_96', 'switch.porte_entree_33', 'switch.porte_garage_a_137', 'switch.porte_garage_sophie_131', 'switch.porte_vestiaire_29', 'switch.temp_humidity_sens_39', 'switch.terrasse_prise_d_102', 'switch.terrasse_prise_g_105'), order=2, auto=True, friendly_name=all switches, hidden=True @ 2019-01-05T08:44:50.884955+01:00>, <state light.salon_toggle_hue_salon_32=on; brightness=255, fibaro_id=32, friendly_name=Salon Toggle Hue salon, supported_features=1 @ 2019-01-05T08:44:50.817830+01:00>, <state light.salon_plafonnier_31=on; brightness=255, current_power_w=21.1, current_energy_kwh=2.9, fibaro_id=31, friendly_name=Living Plafonnier, supported_features=1 @ 2019-01-05T08:44:50.818085+01:00>, <state light.cuisine_plafonnier_41=off; current_power_w=0.0, current_energy_kwh=65.08, fibaro_id=41, friendly_name=Cuisine Plafonnier, supported_features=0 @ 2019-01-05T08:44:50.818353+01:00>, <state light.cuisine_led_gauche_46=off; current_power_w=0.0, current_energy_kwh=16.92, fibaro_id=46, friendly_name=Cuisine LED Gauche, supported_features=0 @ 2019-01-05T08:44:50.818583+01:00>, <state light.cuisine_led_droite_51=off; current_power_w=0.0, current_energy_kwh=14.63, fibaro_id=51, friendly_name=Cuisine LED Droite, supported_features=0 @ 2019-01-05T08:44:50.820687+01:00>, <state camera.escalier=idle; access_token=741d0fdc177f89b05e45e193ea9dd0da6d0fc5d0c3c9dd46753dae943525e590, friendly_name=Escalier, entity_picture=/api/camera_proxy/camera.escalier?token=741d0fdc177f89b05e45e193ea9dd0da6d0fc5d0c3c9dd46753dae943525e590, supported_features=0 @ 2019-01-05T08:44:50.821942+01:00>, <state media_player.googlehome6718=off; friendly_name=Google Home, supported_features=21437 @ 2019-01-05T08:44:50.940501+01:00>, <state cover.volet_cuisine_2_49=open; current_position=100, Vera Device Id=49, friendly_name=Volet Cuisine 2, supported_features=15 @ 2019-01-05T08:44:50.864988+01:00>, <state cover.volet_cuisine_1_51=open; current_position=100, Vera Device Id=51, friendly_name=Volet Cuisine 1, supported_features=15 @ 2019-01-05T08:44:50.865229+01:00>, <state cover.volet_cuisine_porte_50=open; current_position=100, Vera Device Id=50, friendly_name=Volet Cuisine Porte, supported_features=15 @ 2019-01-05T08:44:50.865433+01:00>, <state media_player.living_room_tv_2=off; friendly_name=Chromecast salon, supported_features=21437 @ 2019-01-05T08:44:50.957713+01:00>, <state light.hall_entree_36=off; Vera Device Id=36, friendly_name=Hall Entrée, supported_features=1 @ 2019-01-05T08:44:50.867749+01:00>, <state binary_sensor.porte_cafe_96=off; device_armed=False, last_tripped_time=2019-01-02T07:08:33+00:00, device_tripped=False, Vera Device Id=96, friendly_name=Porte Cafe @ 2019-01-05T08:44:50.868145+01:00>, <state switch.porte_garage_sophie_131=off; device_armed=False, last_tripped_time=2019-01-04T17:01:33+00:00, device_tripped=False, Vera Device Id=131, friendly_name=Porte Garage Sophie @ 2019-01-05T08:44:50.868960+01:00>, <state climate.radiateur_sdb_35=heat; current_temperature=None, min_temp=7, max_temp=35, temperature=25.5, fan_mode=Auto, fan_list=['on', 'auto'], operation_mode=heat, operation_list=['heat', 'cool', 'auto', 'off'], battery_level=48, Vera Device Id=35, friendly_name=Radiateur SDB, supported_features=193 @ 2019-01-05T08:44:50.869765+01:00>, <state group.all_covers=open; entity_id=('cover.volet_cuisine_1_51', 'cover.volet_cuisine_2_49', 'cover.volet_cuisine_porte_50'), order=3, auto=True, friendly_name=all covers, hidden=True @ 2019-01-05T08:44:50.870428+01:00>, <state light.cuis_amb_cafe_75=off; current_power_w=0.0, current_energy_kwh=0.7, Vera Device Id=75, friendly_name=Cuis. Amb. cafe, supported_features=1 @ 2019-01-05T08:44:50.870701+01:00>, <state binary_sensor.porte_vestiaire_29=off; device_armed=False, last_tripped_time=2019-01-01T10:18:47+00:00, device_tripped=False, Vera Device Id=29, friendly_name=Porte Vestiaire @ 2019-01-05T08:44:50.870922+01:00>, <state switch.flood_sensor_44=off; battery_level=80, device_armed=False, last_tripped_time=2019-01-04T21:05:18+00:00, device_tripped=False, Vera Device Id=44, friendly_name=Flood Sensor @ 2019-01-05T08:44:50.871191+01:00>, <state light.exterieur_entree_38=off; Vera Device Id=38, friendly_name=Extérieur Entrée, supported_features=1 @ 2019-01-05T08:44:50.871795+01:00>, <state binary_sensor.porte_garage_sophie_131=off; device_armed=False, last_tripped_time=2019-01-04T17:01:33+00:00, device_tripped=False, Vera Device Id=131, friendly_name=Porte Garage Sophie @ 2019-01-05T08:44:50.872032+01:00>, <state switch.porte_cafe_96=off; device_armed=False, last_tripped_time=2019-01-02T07:08:33+00:00, device_tripped=False, Vera Device Id=96, friendly_name=Porte Cafe @ 2019-01-05T08:44:50.872260+01:00>, <state light.lampe_vestiaire_26=off; Vera Device Id=26, friendly_name=Lampe Vestiaire, supported_features=1 @ 2019-01-05T08:44:50.872888+01:00>, <state binary_sensor.porte_garage_a_137=on; device_armed=False, last_tripped_time=2019-01-05T07:26:13+00:00, device_tripped=True, Vera Device Id=137, friendly_name=Porte Garage A @ 2019-01-05T08:44:50.873142+01:00>, <state switch.terrasse_prise_d_102=off; current_power_w=0.0, current_energy_kwh=0.0, Vera Device Id=102, friendly_name=Terrasse Prise D @ 2019-01-05T08:44:50.873360+01:00>, <state binary_sensor.porte_entree_33=off; device_armed=False, last_tripped_time=2019-01-05T07:41:21+00:00, device_tripped=False, Vera Device Id=33, friendly_name=Porte Entrée @ 2019-01-05T08:44:50.874381+01:00>, <state switch.porte_garage_a_137=off; device_armed=False, last_tripped_time=2019-01-05T07:26:13+00:00, device_tripped=True, Vera Device Id=137, friendly_name=Porte Garage A @ 2019-01-05T08:44:50.875285+01:00>, <state light.salon=on; min_mireds=153, max_mireds=500, brightness=254, hs_color=(35.593, 69.412), rgb_color=(255, 182, 77), xy_color=(0.514, 0.412), effect_list=['colorloop', 'random'], is_hue_group=True, friendly_name=salon, supported_features=63 @ 2019-01-05T08:44:50.875616+01:00>, <state light.dressing=on; min_mireds=153, max_mireds=500, brightness=254, color_temp=366, effect_list=['colorloop', 'random'], is_hue_group=True, friendly_name=Dressing, supported_features=63 @ 2019-01-05T08:44:50.875988+01:00>, <state light.entertainment_area_1=on; min_mireds=153, max_mireds=500, brightness=254, color_temp=366, effect_list=['colorloop', 'random'], is_hue_group=True, friendly_name=Entertainment area 1, supported_features=63 @ 2019-01-05T08:44:50.876233+01:00>, <state light.salon_plafond=off; min_mireds=153, max_mireds=500, is_hue_group=True, friendly_name=salon plafond, supported_features=63 @ 2019-01-05T08:44:50.876520+01:00>, <state light.bureau_2=on; min_mireds=153, max_mireds=500, brightness=254, color_temp=366, effect_list=['colorloop', 'random'], is_hue_group=True, friendly_name=bureau, supported_features=63 @ 2019-01-05T08:44:50.876823+01:00>, <state binary_sensor.flood_sensor_44=off; battery_level=80, device_armed=False, last_tripped_time=2019-01-04T21:05:18+00:00, device_tripped=False, Vera Device Id=44, friendly_name=Flood Sensor @ 2019-01-05T08:44:50.877409+01:00>, <state switch.porte_vestiaire_29=off; device_armed=False, last_tripped_time=2019-01-01T10:18:47+00:00, device_tripped=False, Vera Device Id=29, friendly_name=Porte Vestiaire @ 2019-01-05T08:44:50.878650+01:00>, <state scene.chauffage_chambre_off=scening; vera_scene_id=6, friendly_name=Chauffage Chambre OFF @ 2019-01-05T08:44:50.879732+01:00>, <state switch.terrasse_prise_g_105=off; current_power_w=0.0, current_energy_kwh=0.0, Vera Device Id=105, friendly_name=Terrasse Prise G @ 2019-01-05T08:44:50.880074+01:00>, <state switch.chromecast_115=on; current_power_w=1.8, current_energy_kwh=2.56, Vera Device Id=115, friendly_name=Chromecast @ 2019-01-05T08:44:50.881121+01:00>, <state switch.garage_sophie_117=off; Vera Device Id=117, friendly_name=Garage Sophie @ 2019-01-05T08:44:50.881582+01:00>, <state switch.lampes_ext_34=on; Vera Device Id=34, friendly_name=Lampes Ext. @ 2019-01-05T08:44:50.881985+01:00>, <state switch.garage_arnaud_122=off; Vera Device Id=122, friendly_name=Garage Arnaud @ 2019-01-05T08:44:50.882541+01:00>, <state switch.temp_humidity_sens_39=off; battery_level=53, device_armed=False, last_tripped_time=2018-02-12T04:36:23+00:00, device_tripped=True, Vera Device Id=39, friendly_name=Temp Humidity Sens. @ 2019-01-05T08:44:50.883372+01:00>, <state switch.porte_entree_33=off; device_armed=False, last_tripped_time=2019-01-05T07:41:21+00:00, device_tripped=False, Vera Device Id=33, friendly_name=Porte Entrée @ 2019-01-05T08:44:50.884069+01:00>, <state scene.ouvrir_tous_les_volets=scening; vera_scene_id=23, friendly_name=Ouvrir tous les volets @ 2019-01-05T08:44:50.890790+01:00>, <state light.dressing_spot_2=unavailable; friendly_name=Dressing Spot 2, supported_features=63 @ 2019-01-05T08:44:50.894634+01:00>, <state light.bureau=on; min_mireds=153, max_mireds=500, brightness=254, color_temp=366, effect_list=['colorloop', 'random'], friendly_name=bureau, supported_features=63 @ 2019-01-05T08:44:50.897066+01:00>, <state light.salon_lamp_2=off; min_mireds=153, max_mireds=500, friendly_name=Salon plafond 2, supported_features=63 @ 2019-01-05T08:44:50.897326+01:00>, <state light.dressing_spot_1=unavailable; friendly_name=Dressing Spot 1, supported_features=63 @ 2019-01-05T08:44:50.902348+01:00>, <state light.salon_lampe_fenetre=on; min_mireds=153, max_mireds=500, brightness=127, hs_color=(35.593, 69.412), rgb_color=(255, 182, 77), xy_color=(0.514, 0.412), effect_list=['colorloop', 'random'], friendly_name=salon fenêtre, supported_features=63 @ 2019-01-05T08:44:50.902695+01:00>, <state light.bureau_spot_2=unavailable; friendly_name=Bureau Spot 2, supported_features=63 @ 2019-01-05T08:44:50.902962+01:00>, <state light.dressing_spot_4=unavailable; friendly_name=Dressing Spot 4, supported_features=63 @ 2019-01-05T08:44:50.903188+01:00>, <state light.salon_lamp_1=off; min_mireds=153, max_mireds=500, friendly_name=Salon plafond 1, supported_features=63 @ 2019-01-05T08:44:50.903412+01:00>, <state light.salon_spot_2=unavailable; friendly_name=Salon Spot 2, supported_features=63 @ 2019-01-05T08:44:50.910130+01:00>, <state light.dressing_spot_3=unavailable; friendly_name=Dressing Spot 3, supported_features=63 @ 2019-01-05T08:44:50.910401+01:00>, <state light.ovni=on; min_mireds=153, max_mireds=500, brightness=25, hs_color=(299.72, 83.922), rgb_color=(254, 40, 255), xy_color=(0.382, 0.159), effect_list=['colorloop', 'random'], friendly_name=OVNI, supported_features=63 @ 2019-01-05T08:44:50.911033+01:00>, <state light.salon_spot_3=unavailable; friendly_name=Salon Spot 3, supported_features=63 @ 2019-01-05T08:44:50.911317+01:00>, <state scene.porte_vestiaire_ouverte=scening; vera_scene_id=8, friendly_name=Porte Vestiaire ouverte @ 2019-01-05T08:44:50.912623+01:00>, <state scene.chauffage_chambre_on=scening; vera_scene_id=5, friendly_name=Chauffage Chambre ON @ 2019-01-05T08:44:50.924974+01:00>, <state scene.porte_cafe_fermee=scening; vera_scene_id=27, friendly_name=Porte Cafe Fermee @ 2019-01-05T08:44:50.939420+01:00>, <state scene.test_allumage_ambiance=scening; vera_scene_id=25, friendly_name=Test Allumage ambiance @ 2019-01-05T08:44:50.952879+01:00>, <state scene.chauffage_sdb_off=scening; vera_scene_id=12, friendly_name=Chauffage SDB OFF @ 2019-01-05T08:44:50.968773+01:00>, <state scene.porte_cafe_ouverte=scening; vera_scene_id=26, friendly_name=Porte Cafe ouverte @ 2019-01-05T08:44:50.992149+01:00>, <state scene.flood=scening; vera_scene_id=20, friendly_name=flood @ 2019-01-05T08:44:51.002506+01:00>, <state scene.chauffage_sdb_on=scening; vera_scene_id=13, friendly_name=Chauffage SDB ON @ 2019-01-05T08:44:51.020948+01:00>, <state scene.porte_entree_fermee=scening; vera_scene_id=11, friendly_name=Porte Entrée fermée @ 2019-01-05T08:44:51.030836+01:00>, <state scene.fermer_tous_les_volets=scening; vera_scene_id=22, friendly_name=Fermer tous les volets @ 2019-01-05T08:44:51.042798+01:00>, <state scene.porte_entree_ouverte=scening; vera_scene_id=10, friendly_name=Porte Entrée ouverte @ 2019-01-05T08:44:51.057902+01:00>, <state scene.calendar_heat_control=scening; vera_scene_id=3, friendly_name=Calendar Heat Control @ 2019-01-05T08:44:51.125616+01:00>, <state sensor.chambre01_radiateur_chambre_1_17=21.0; battery_level=57, fibaro_id=17, unit_of_measurement=°C, friendly_name=Chambre01 Radiateur chambre 1 @ 2019-01-05T08:44:51.142801+01:00>, <state sensor.chambre02_radiateur_chambre2_7=21.0; battery_level=79, fibaro_id=7, unit_of_measurement=°C, friendly_name=Chambre02 Radiateur Chambre2 @ 2019-01-05T08:44:51.143559+01:00>, <state scene.lumieres_arrivee=scening; vera_scene_id=14, friendly_name=Lumières Arrivée @ 2019-01-05T08:44:51.144408+01:00>, <state sensor.cuisine_luminosite_36=0.0; fibaro_id=36, unit_of_measurement=lx, friendly_name=Cuisine Luminosité, device_class=illuminance @ 2019-01-05T08:44:51.144896+01:00>, <state sensor.cuisine_temperature_35=21.2; fibaro_id=35, unit_of_measurement=°C, friendly_name=Cuisine temperature, device_class=temperature @ 2019-01-05T08:44:51.146301+01:00>, <state sensor.chambre02_temperature_ch02_8=20.1; battery_level=85, fibaro_id=8, unit_of_measurement=°C, friendly_name=Chambre02 Temperature CH02, device_class=temperature @ 2019-01-05T08:44:51.147302+01:00>, <state sensor.vera_power_meter_116_116=0; Vera Device Id=116, unit_of_measurement=watts, friendly_name=Vera Power meter 116 @ 2019-01-05T08:44:51.147557+01:00>, <state sensor.temp_humidity_sens_39=Tripped; battery_level=53, device_armed=False, last_tripped_time=2018-02-12T04:36:23+00:00, device_tripped=True, Vera Device Id=39, friendly_name=Temp Humidity Sens. @ 2019-01-05T08:44:51.148022+01:00>, <state sensor.entree_light_sensor_32=2; Vera Device Id=32, unit_of_measurement=lx, friendly_name=Entrée Light sensor @ 2019-01-05T08:44:51.148409+01:00>, <state scene.porte_vestiaire_fermee=scening; vera_scene_id=9, friendly_name=Porte Vestiaire fermée @ 2019-01-05T08:44:51.156515+01:00>, <state sensor.nodon_gris_switch_16=4; battery_level=48, Vera Device Id=16, friendly_name=Nodon gris switch @ 2019-01-05T08:44:51.167423+01:00>, <state sensor.temperature_sensor_132=17.60; Vera Device Id=132, unit_of_measurement=°C, friendly_name=Temperature Sensor @ 2019-01-05T08:44:51.167883+01:00>, <state sensor.scene_controller_1_47=unknown; Vera Device Id=47, friendly_name=Scene Controller 1 @ 2019-01-05T08:44:51.168307+01:00>, <state sensor.embedded_humidity_s_41=26; Vera Device Id=41, unit_of_measurement=%, friendly_name=Embedded Humidity S @ 2019-01-05T08:44:51.168709+01:00>, <state sensor.entree_temp_sensor_31=18.33; Vera Device Id=31, unit_of_measurement=°C, friendly_name=Entrée Temp sensor @ 2019-01-05T08:44:51.169115+01:00>, <state sensor.embedded_temperatur_40=17.90; Vera Device Id=40, unit_of_measurement=°C, friendly_name=Embedded Temperatur @ 2019-01-05T08:44:51.169543+01:00>, <state calendar.poubelles_redacted=off; message=Poubelles Blanches, all_day=True, offset_reached=False, start_time=2019-01-09 00:00:00, end_time=2019-01-10 00:00:00, location=, description=, friendly_name=Poubelles redacted @ 2019-01-05T08:44:51.335203+01:00>, <state group.calendar=off; entity_id=('calendar.domotique', 'calendar.poubelles_redacted', 'calendar.schedulechauffagesalledebain'), order=4, auto=True, friendly_name=calendar, hidden=True @ 2019-01-05T08:44:51.339271+01:00>, <state calendar.domotique=off; message=HEAT_OFF {SDB}, all_day=False, offset_reached=False, start_time=2019-01-05 10:30:00, end_time=2019-01-05 10:45:00, location=, description=, friendly_name=Domotique @ 2019-01-05T08:44:51.779035+01:00>, <state calendar.schedulechauffagesalledebain=off; message=HEAT_OFF {SDB}, all_day=False, offset_reached=False, start_time=2019-01-05 10:30:00, end_time=2019-01-05 10:45:00, location=, description=, friendly_name=schedule chauffage salle de bain @ 2019-01-05T08:44:51.780365+01:00>]} 2019-01-05 08:44:56 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.140161496164840] Sending {'id': 8, 'type': 'result', 'success': True, 'result': {'latitude': 50.639108, 'longitude': 4.534111, 'elevation': 123, 'unit_system': {'length': 'km', 'mass': 'g', 'temperature': '°C', 'volume': 'L'}, 'location_name': 'Home', 'time_zone': 'Europe/redacted', 'components': {'cover', 'config.script', 'sensor.buienradar', 'config.auth_provider_homeassistant', 'config.entity_registry', 'google', 'tts', 'history', 'discovery', 'config.automation', 'scene.vera', 'sensor.vera', 'websocket_api', 'switch.fibaro', 'lock.vera', 'config.customize', 'switch.vera', 'hue', 'system_log', 'binary_sensor', 'auth', 'fibaro', 'zoneminder', 'input_boolean', 'light.vera', 'sensor.yr', 'light.hue', 'camera.zoneminder', 'sensor.template', 'cast', 'script', 'api', 'cover.vera', 'recorder', 'lovelace', 'group', 'logger', 'config.config_entries', 'config', 'binary_sensor.vera', 'media_player.cast', 'google_assistant', 'sensor', 'lock', 'input_select', 'climate.vera', 'onboarding', 'map', 'config.core', 'camera', 'config.device_registry', 'media_player', 'calendar', 'automation', 'vera', 'updater', 'binary_sensor.fibaro', 'cover.fibaro', 'mqtt', 'http', 'logbook', 'climate', 'sensor.mqtt', 'scene.fibaro', 'config.auth', 'lock.template', 'frontend', 'light', 'scene', 'light.group', 'sensor.fibaro', 'sun', 'config.group', 'conversation', 'calendar.google', 'cloud', 'switch', 'light.fibaro'}, 'config_dir': '/home/homeassistant/.homeassistant', 'whitelist_external_dirs': {'/home/homeassistant/.homeassistant/www'}, 'version': '0.84.2'}}

I believe there are no errors in the logs, but I do not see any 'climate component loading up (I see one for my Vera). I suspect this is the issue here as the climate component is handling this kind of device on the vera.

We can see in the log the 'sensor.chambre02_radiateur_chambre2_7' loading up as a sensor and not a climate device.

`

bprus commented 5 years ago

I have similiar issues. I own Fibaro HCL and have a few Danfoss thermostats and Secure SRT321 thermostat. I can control them via Fibaro interface but when imported to HA they function only as sensors. Is there anything I can do about that?

michalterbert commented 5 years ago

I have the same issue on HC2. I can see only sensor for my thermostats Danfoss. In Fibaro I can manage that device, change temperature etc.

pbalogh77 commented 5 years ago

Brave souls are wanted for testing my climate integration code. It's pretty basic, but temp sensor, target temp, fan mode and operating mode is now supported and works on my Danfoss and MCO units.

bprus commented 5 years ago

I can test your code. However, this will be my first time doing it, so I will need some help probably (although I am a programmer so it won't be completely new for me). Tell me what to do and I will try to help.

masterz666 commented 5 years ago

I can test it as well.

How do I proceed to install your code ?

pbalogh77 commented 5 years ago

Basically you can do a 'python venv' type of installation: https://www.home-assistant.io/docs/installation/virtualenv/

But instead of getting the homeassistant package with pip, grabbing the source from my repo: https://github.com/pbalogh77/home-assistant/tree/climate

You'd need to run script/setup to get everything set up.

pbalogh77 commented 5 years ago

Or you can set up the dev environment and use my code there.

bprus commented 5 years ago

Unfortunately I am not able to run your code. I get the following error:

2019-01-21 00:34:48 ERROR (MainThread) [homeassistant.config] Invalid config for [fibaro]: [url] is an invalid option for [fibaro]. Check: fibaro->fibaro->url. (See /home/pi/.homeassistant/configuration.yaml, line 73). Please check the docs at https://home-assistant.io/components/fibaro/ 2019-01-21 00:34:48 ERROR (MainThread) [homeassistant.setup] Setup failed for fibaro: Invalid config.

Anything I can do?

pbalogh77 commented 5 years ago

My bad, there's another unreleased change, rolling out soon, adding support for multiple hubs. The config has slightly changed: https://github.com/home-assistant/home-assistant/pull/19705

(You only need to change the config based on this PR's documentation)

bprus commented 5 years ago

Ok, so I managed to install it and it seems to be working most of the time. I can set the temperature on my Danfoss and within 15 minutes it is updated on the thermostat. However, sometimes Fibaro loses connection with Danfoss and sometimes the temperature is not set or goes back to previous one after some time (but it doesn't happen too often).

It would be nice to be able to set the duration of a temperature change in HA, because now it is set to about 2:30 hours (but it is not a deal breaker).

I also own Secure SRT321 thermostat and it still does not work. I only get it recognized as a sensor. Can you do something about it? Or I can try fixing it on my own if you point me to the appropriate place in code.

pbalogh77 commented 5 years ago

@bprus Are you on Discord? If so, please msg me. I need a bit of logging from you to add support for the srt321.

bprus commented 5 years ago

@pbalogh77 I have just created an account on Discord, so I don't know how to use it yet :) You can message me on: zajaccek#8210

pbalogh77 commented 5 years ago

@bprus can't find you on discord. have you joined the home assistant server yet? My userid is PBalogh#6960

masterz666 commented 5 years ago

I'm trying to do some tests but having issues. I first tried to install your code in a docker container, but was unsuccessful so I gave up.

I started an Ubuntu VM and followed the following steps to install your code:

sudo apt-get install python3-pip python3-dev python3-venv
sudo apt-get install autoconf libssl-dev libxml2-dev libxslt1-dev libjpeg-dev libffi-dev libudev-dev zlib1g-dev

git clone git clone https://github.com/pbalogh77/home-assistant.git
cd home-assistant
git remote add upstream https://github.com/home-assistant/home-assistant.git

python3 -m venv .
source bin/activate

script/setup

hass

I then updated the configuration .yml for the fibaro component and restarted hass.

Result: I'm only seeing the temperature sensors and not the climate devices (as before). But I'm not sure everything is setup right.

I ended up with version : 0.85.0.dev0 So the fibaro config syntax is the old one (no 'gateways:' needed in the config). Still the connection is OK and devices are retrieved.

I also do not see in the any climate.fibaro in the 'loaded components'. Should there be one ?

bprus commented 5 years ago

@masterz666 I had the same problem in the beginning, you probably did not change the branch on home assistant repo (from dev to climate). Add:

git checkout climate

after git remote add upstream https://github.com/home-assistant/home-assistant.git cd home-assistant

then you can check by running:

git branch

After that you should be able to build and install version modified by pbalogh77.

masterz666 commented 5 years ago

Thanks for the help. I was able to start it up yesterday and get my 2 thermostatic heads in HA. Danfoss living connect Fibaro radiator thermostatic head FGT001

No issues to report until now. I tested multiple temperature changes in HA and they were reflected correctly in the Fibaro HC2. I did not experience the thermostats coming back to the previous temperature setting after setting them up in HA. (I waited all night, then made another change and waited again 8 hours).

The Fibaro FGT001 is marked as 'Hold' in the HC2 interface. Which means that it will hold that temperature indefinitely. The Danfoss head does not seem to have the same setting in the HC2 interface. What happens is that after the thermostatic head wakes up and get the temperature set, it then displays '2h 0m' in the HC2 interface. but after it reaches '0m' it just stays on the same setting... maybe I need to test a combination of manual and remote temperature changes to replicate the issue listed above by @bprus.

astrandb commented 5 years ago

@pbalogh77 I have problems with Heatit thermostat. The attributes picked up are as follows. fibaro_id: 253 friendly_name: Badrum GolvTermostat min_temp: 7 operation_mode: max_temp: 35 temperature: null supported_features: 128 current_temperature: 24.5

The target temperature is displayed as 0.0 and I get an error message when trying to set a new target: File "/home-assistant/homeassistant/components/climate/fibaro.py", line 221, in set_temperature self._targettemp_device.action("setTargetLevel", AttributeError: 'NoneType' object has no attribute 'action'

My Python skills are minimal. What info do you need to find the problem. Will the json output from Fibaro API be of any help?

astrandb commented 5 years ago

@pbalogh77 I took a dive into the code and logs and found that the Heatit thermostat supports the modes "0,1,2,11". After updating OPMODE_MAP and IOPMODE_MAP (11 is STATE_ECO), the operating mode is displayed properly and can be changed from HA. However, the display and setting of target temperature is not working.

astrandb commented 5 years ago

@pbalogh77 I managed to sort out the behaviour of the Heatit floor thermostat. It works now without any issues in my vagrant environment. However, I have no other models of thermostats so I cannot verify that my changes are not causing any regressions.

michalterbert commented 5 years ago

When we can expect support for climate component (fibaro) in HA? I would like to test my Danfoss Living Connect (z-wave) and Eurotronic Comet (z-wave) and let you know about results :)

pbalogh77 commented 5 years ago

Sorry, I had to skip a few weeks, life's been busy. I'm back and will soon commit my changes.

pbalogh77 commented 5 years ago

The new PR is waiting for review. You could try it by fetching it from my repo: https://github.com/pbalogh77/home-assistant/tree/climate You could use the fibaro.py files and the components/fibaro folder and add them to your local running version for testing.

astrandb commented 5 years ago

@pbalogh77 Thank you for your excellent work. Therer are two problems with my Heatit Floor Thermostats: They support opmodes 0,1,2,11. When I patched your previous version, the "Eco leaf" appeared to the right of the snowflake. It does not appear in this version. Switching between Off/Heat/Cool works fine in both directions, but nothing happens when selecting Energy Eco in HC2. I noted that the constant STATE_ECO worked in previous version, but in your new code 11 is STATE_ENERGY_HEAT. I dont know if that matters.

The target temperature is not reported in Homeassistant and if i change it in the UI it is not sent to HC2. I dont know how to make a PR (yet - I must learn) but these changes make it work

line 127 change to:   
if 'setThermostatSetpoint' in device.actions or 'setTargetLevel' in device.actions:

line 260 insert and change: 
            if "setThermostatSetpoint" in self._targettemp_device.fibaro_device.actions:
                self._targettemp_device.action("setThermostatSetpoint",
                                    self._iopmode_map[self.current_operation],
                                    kwargs.get(ATTR_TEMPERATURE))
            else:
                self._targettemp_device.action("setTargetLevel",
                                            kwargs.get(ATTR_TEMPERATURE))

Well, it is not perfect, changing the target temp in HA is sent to HC2 and the thermostat, but if I change in HC2 it is not reflected in HA. However, if I click opmode-off or on in HA the target temperature is updated in HA.

pbalogh77 commented 5 years ago

@astrandb This is extremely useful, thank you! I've updated the opmode and fanmode logic based on the Z-Wave specification, which means broader compatibility, but now I need to figure out how HA represents it. Could you figure out what textual status triggers the eco leaf symbol?

astrandb commented 5 years ago

@pbalogh77 There are a few opmodes defined in components/const.py. I guess the other Z-Wave modes are not implemented. Adjusting the textual mapping in fibaro.py enables the functionality for the Heatit thermostat. STATE_ENERGY_HEAT = 'eco'

michalterbert commented 5 years ago

Guys, Any update when do you plan add this commit to master? Im using hass.io so I cant test your branch :(

pbalogh77 commented 5 years ago

I hope my PR will pass this time and then we'll see this in an upcoming release. I've been distracted for the last few months, but hopefully I can slowly pick up where I left off now. (Being one of the sharks in my country's Shark Tank TV show took a lot more effort than I ever anticipated.)

pbalogh77 commented 5 years ago

@astrandb Could you try with my latest code: https://github.com/pbalogh77/home-assistant/tree/climate please? I reworked how opmodes and fanmodes are mapped, it should be a lot more flexibile.

astrandb commented 5 years ago

@pbalogh77 I don't know how to make a PR against your fork so I explain the fixes needed to support the Heatit floor thermostats:

The ZWAVE definition STATE_ENERGY_HEAT should map to HA constant STATE_ECO Import on line 6 and change on line 32

climate.py
6:   STATE_DRY, STATE_ECO, STATE_FAN_ONLY, STATE_HEAT,
32:  STATE_ENERGY_HEAT = STATE_ECO

The thermostat does not expose the action setTargetLevel but uses setThermostatSetpoint instead. I believe it is because the thermostat have 3 internal target levels (heat, cool, eco) that can be set independently.

climate.py
126:        if 'setTargetLevel' in device.actions or \
                'setThermostatSetpoint' in device.actions:
                self._target_temp_device = FibaroDevice(device)
                self._support_flags |= SUPPORT_TARGET_TEMPERATURE
                tempunit = device.properties.unit

and almost at the bottom

    def set_temperature(self, **kwargs):
        """Set new target temperatures."""
        temperature = kwargs.get(ATTR_TEMPERATURE)
        if temperature is not None:
            if "setThermostatSetpoint" in self._target_temp_device.fibaro_device.actions:
                self._target_temp_device.action("setThermostatSetpoint",
                                 self._op_state_to_mode[self.current_operation],
                                 kwargs.get(ATTR_TEMPERATURE))
            else:
                self._target_temp_device.action("setTargetLevel",
                                 kwargs.get(ATTR_TEMPERATURE))
pbalogh77 commented 5 years ago

@astrandb Amazing, thanks! Could you test it now? I've committed your proposed changes.

astrandb commented 5 years ago

@pbalogh77 It works! Thank you.