Hello,
i am using HADashboard with an iPad Mini 1 and it works perfectly fine for the first 1-2 hours, afterwards hapush stops and no switch changes are pushed to the dashboard.
My Setup:
I am running Home Assistant (0.38.1, exactly the same error in 0.35.3 and 0.37.1) in a Docker container and there is also an NGINX as a proxy running.
At first, everything works perfectly fine:
2017-02-15 13:57:49,321 DEBUG Event type:state_changed:
2017-02-15 13:57:49,322 DEBUG Entity ID:switch.kitchen_spotlight:
2017-02-15 13:57:49,322 INFO switch.kitchen_spotlight -> on
2017-02-15 13:57:49,323 DEBUG http://10.0.1.3:3030/widgets/kitchen_spotlight
2017-02-15 13:57:49,324 DEBUG {'state': 'on'}
2017-02-15 13:57:49,337 DEBUG Event type:service_executed:
2017-02-15 13:57:49,357 DEBUG Event type:state_changed:
2017-02-15 13:57:49,357 DEBUG Entity ID:group.all_switches:
Here are the last few entries of the hapush.log. As you can see, there is no error or warning, it just stops.
2017-02-15 18:47:47,539 DEBUG Entity ID:media_player.apple_tv:
2017-02-15 18:47:50,520 DEBUG Event type:state_changed:
2017-02-15 18:47:50,521 DEBUG Entity ID:sensor.ram_free:
2017-02-15 18:47:58,533 DEBUG Event type:state_changed:
2017-02-15 18:47:58,535 DEBUG Entity ID:media_player.apple_tv:
2017-02-15 18:48:02,883 DEBUG Event type:mqtt_message_received:
2017-02-15 18:48:06,196 DEBUG Event type:mqtt_message_received:
2017-02-15 18:48:09,537 DEBUG Event type:state_changed:
2017-02-15 18:48:09,538 DEBUG Entity ID:media_player.apple_tv:
And the same, a few days ago:
2017-02-12 22:47:35,046 DEBUG Entity ID:sensor.dark_sky_wind_bearing:
2017-02-12 22:47:35,058 DEBUG Event type:state_changed:
2017-02-12 22:47:35,059 DEBUG Entity ID:sensor.dark_sky_apparent_temperature:
2017-02-12 22:47:35,070 DEBUG Event type:state_changed:
2017-02-12 22:47:35,071 DEBUG Entity ID:sensor.dark_sky_temperature:
2017-02-12 22:48:02,658 DEBUG Event type:mqtt_message_received:
2017-02-12 22:48:03,676 DEBUG Event type:mqtt_message_received:
2017-02-12 22:48:04,526 DEBUG Event type:state_changed:
2017-02-12 22:48:04,527 DEBUG Entity ID:sensor.time:
2017-02-12 22:48:04,538 DEBUG Event type:state_changed:
2017-02-12 22:48:04,539 DEBUG Entity ID:sensor.ram_free:
2017-02-12 22:48:30,533 DEBUG Event type:state_changed:
2017-02-12 22:48:30,534 DEBUG Entity ID:sun.sun:
2017-02-12 22:48:34,525 DEBUG Event type:state_changed:
2017-02-12 22:48:34,525 DEBUG Entity ID:sensor.ram_free:
Do you have any idea, how to debug this problem further?