Streaming updates can't be activated

Hi there :slight_smile:

my Home Assistant does something really strange the last weeks:

When i turn on a wall plug z-wave switch the device does work as it should, but the switch does switch back to off in my overview a few seconds later. The device is still on but the overview jumps back to off. Same thing the other way round. To get the actual status of the device i have to push the refresh button on the page.
I noticed ‘Streaming updates’ is off. So i tried to turn it on. When i refresh the page it’s off again. No way to get it on.

I have checked this in multiple browsers (ff and chrome), with or without cache reset, i even reinstalled my raspberry to set it up from scratch. Same problem. Logs are empty.

Is there anybody who knows this problem or how to fix it?
Thanks for any help.

Best regards,
S.

Do you have any filtering on your logs or are they standard reporting level? Seems strange that nothing would be on the logs if the Streaming Updates won’t stay on. I usually only see it off on mine during a restart.

hey thanks for your answer :slight_smile:

logs are default.
here is what log says when i “turn on - refresh - turn off”

2016-09-23 20:01:55.442 Info, Node002, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - True
2016-09-23 20:01:55.444 Info, Node002, SwitchBinary::Set - Setting node 2 to On
2016-09-23 20:01:55.444 Detail, Node002, Queuing (Send) SwitchBinaryCmd_Set (Node=2): 0x01, 0x0a, 0x00, 0x13, 0x02, 0x03, 0x25, 0x01, 0xff, 0x25, 0x2e, 0x37
2016-09-23 20:01:55.445 Detail, Node002, Queuing (Send) SwitchBinaryCmd_Get (Node=2): 0x01, 0x09, 0x00, 0x13, 0x02, 0x02, 0x25, 0x02, 0x25, 0x2f, 0xc8
2016-09-23 20:01:55.445 Detail,
2016-09-23 20:01:55.445 Info, Node002, Sending (Send) message (Callback ID=0x2e, Expected Reply=0x13) - SwitchBinaryCmd_Set (Node=2): 0x01, 0x0a, 0x00, 0x13, 0x02, 0x03, 0x25, 0x01, 0xff, 0x25, 0x2e, 0x37

playing around with the stream button doesen’t show up in any way.

(that’s the OZW_Log ist that the right one? im new to ha stuff sorry)

No worries, we are all new at something! Actually the one you want is the home-assistant.log file.

ah okay… so i set the level to info and this is what shows up when i switch streaming on, refresh and its off again. as far as i can see there is nothing strange here, isn’t it?

16-09-24 14:58:13 homeassistant.components.http: Serving /states to 192.168.2.101 (auth: True)
16-09-24 14:58:13 homeassistant.components.http: Serving /api/bootstrap to 192.168.2.101 (auth: True)
16-09-24 14:58:13 homeassistant.components.http: Serving /api/stream to 192.168.2.101 (auth: True)
16-09-24 14:58:16 homeassistant.components.http: Serving /api/stream to 192.168.2.101 (auth: True)
16-09-24 14:58:17 homeassistant.components.http: Serving /api/stream to 192.168.2.101 (auth: True)
16-09-24 14:58:19 homeassistant.components.http: Serving /api/stream to 192.168.2.101 (auth: True)
16-09-24 14:58:21 homeassistant.components.http: Serving /api/services/homeassistant/turn_on to 192.168.2.101 (auth: True)
16-09-24 14:58:21 homeassistant.core: Bus:Handling <Event call_service[L]: service_data=entity_id=switch.fibaro_system_fgwpe_wall_plug_switch_2, service=turn_on, service_call_id=1978625360-1, domain=homeassistant>
16-09-24 14:58:21 homeassistant.core: Bus:Handling <Event call_service[L]: service_data=entity_id=[‘switch.fibaro_system_fgwpe_wall_plug_switch_2’], service=turn_on, service_call_id=1978625360-2, domain=switch>
16-09-24 14:58:21 homeassistant.core: Bus:Handling <Event service_executed[L]: service_call_id=1978625360-2>
16-09-24 14:58:21 homeassistant.core: Bus:Handling <Event service_executed[L]: service_call_id=1978625360-1>
16-09-24 14:58:21 homeassistant.core: Bus:Handling <Event state_changed[L]: entity_id=switch.fibaro_system_fgwpe_wall_plug_switch_2, old_state=<state switch.fibaro_system_fgwpe_wall_plug_switch_2=off; node_id=2, friendly_name=FIBARO System FGWPE Wall Plug Switch @ 2016-09-24T12:56:42.307290+00:00>, new_state=<state switch.fibaro_system_fgwpe_wall_plug_switch_2=on; node_id=2, friendly_name=FIBARO System FGWPE Wall Plug Switch @ 2016-09-24T12:58:21.144601+00:00>>
16-09-24 14:58:21 homeassistant.core: Bus:Handling <Event state_changed[L]: entity_id=group.all_switches, old_state=<state group.all_switches=off; hidden=True, entity_id=(‘switch.fibaro_system_fgwpe_wall_plug_switch_2’,), auto=True, friendly_name=all switches, order=0 @ 2016-09-24T12:56:42.376239+00:00>, new_state=<state group.all_switches=on; hidden=True, entity_id=(‘switch.fibaro_system_fgwpe_wall_plug_switch_2’,), auto=True, friendly_name=all switches, order=0 @ 2016-09-24T12:58:21.157791+00:00>>
16-09-24 14:58:26 homeassistant.components.http: Serving /states to 192.168.2.101 (auth: True)
16-09-24 14:58:26 homeassistant.components.http: Serving /api/bootstrap to 192.168.2.101 (auth: True)
16-09-24 14:58:26 homeassistant.components.http: Serving /api/stream to 192.168.2.101 (auth: True)
16-09-24 14:58:29 homeassistant.components.http: Serving /api/services/homeassistant/turn_off to 192.168.2.101 (auth: True)
16-09-24 14:58:29 homeassistant.core: Bus:Handling <Event call_service[L]: service_data=entity_id=switch.fibaro_system_fgwpe_wall_plug_switch_2, service=turn_off, service_call_id=1978625360-3, domain=homeassistant>
16-09-24 14:58:29 homeassistant.core: Bus:Handling <Event call_service[L]: service_data=entity_id=[‘switch.fibaro_system_fgwpe_wall_plug_switch_2’], service=turn_off, service_call_id=1978625360-4, domain=switch>
16-09-24 14:58:29 homeassistant.core: Bus:Handling <Event service_executed[L]: service_call_id=1978625360-4>
16-09-24 14:58:29 homeassistant.core: Bus:Handling <Event service_executed[L]: service_call_id=1978625360-3>
16-09-24 14:58:29 homeassistant.core: Bus:Handling <Event state_changed[L]: entity_id=switch.fibaro_system_fgwpe_wall_plug_switch_2, old_state=<state switch.fibaro_system_fgwpe_wall_plug_switch_2=on; node_id=2, friendly_name=FIBARO System FGWPE Wall Plug Switch @ 2016-09-24T12:58:21.144601+00:00>, new_state=<state switch.fibaro_system_fgwpe_wall_plug_switch_2=off; node_id=2, friendly_name=FIBARO System FGWPE Wall Plug Switch @ 2016-09-24T12:58:29.357445+00:00>>
16-09-24 14:58:29 homeassistant.core: Bus:Handling <Event state_changed[L]: entity_id=group.all_switches, old_state=<state group.all_switches=on; hidden=True, entity_id=(‘switch.fibaro_system_fgwpe_wall_plug_switch_2’,), auto=True, friendly_name=all switches, order=0 @ 2016-09-24T12:58:21.157791+00:00>, new_state=<state group.all_switches=off; hidden=True, entity_id=(‘switch.fibaro_system_fgwpe_wall_plug_switch_2’,), auto=True, friendly_name=all switches, order=0 @ 2016-09-24T12:58:29.369290+00:00>>
16-09-24 14:58:30 homeassistant.core: Bus:Handling <Event state_changed[L]: entity_id=sun.sun, old_state=<state sun.sun=above_horizon; next_rising=2016-09-25T05:14:14+00:00, azimuth=211.59, friendly_name=Sun, next_setting=2016-09-24T17:15:02+00:00, elevation=33.53 @ 2016-09-24T12:56:38.644376+00:00>, new_state=<state sun.sun=above_horizon; next_rising=2016-09-25T05:14:14+00:00, azimuth=211.87, friendly_name=Sun, next_setting=2016-09-24T17:15:02+00:00, elevation=33.45 @ 2016-09-24T12:56:38.644376+00:00>>
16-09-24 14:58:31 homeassistant.components.http: Serving /states to 192.168.2.101 (auth: True)
16-09-24 14:58:32 homeassistant.components.http: Serving /api/bootstrap to 192.168.2.101 (auth: True)
16-09-24 14:58:32 homeassistant.components.http: Serving /api/stream to 192.168.2.101 (auth: True)
16-09-24 14:59:00 homeassistant.components.http: Serving /api/stream to 192.168.2.101 (auth: True)
16-09-24 14:59:12 homeassistant.components.http: Serving /states to 192.168.2.101 (auth: True)