Below is the start up log. I have secured HA which uses duckdns and let’s encrypt and appdaemon has 20 threads in my config. Hope I am not filling up space with log details.
Thanks for your help.
home@nha-ubuntu:~/appdaemon$ sudo appdaemon -c conf/appdaemon.cfg -D DEBUG
[sudo] password for home:
2016-12-21 14:13:14.687658 INFO AppDaemon Version 1.3.6 starting
2016-12-21 14:13:14.687755 DEBUG Entering run()
2016-12-21 14:13:14.692266 DEBUG Creating worker threads ...
2016-12-21 14:13:14.693535 DEBUG Done
2016-12-21 14:13:14.693593 DEBUG Calling HA for initial state
2016-12-21 14:13:14.693645 DEBUG Refreshing HA state
2016-12-21 14:13:14.693697 DEBUG get_ha_state: entity is None
2016-12-21 14:13:19.912906 INFO Got initial state
2016-12-21 14:13:19.913032 DEBUG Reading Apps
2016-12-21 14:13:19.913283 INFO Loading Module: conf/apps/motion_during_armed.py
2016-12-21 14:13:19.944875 INFO Loading Object MotionDuringArmed using class MotionDuringArmed from module motion_during_armed
2016-12-21 14:13:19.945173 INFO Loading Module: conf/apps/ha_restarted.py
2016-12-21 14:13:19.945474 DEBUG Calling initialize() for MotionDuringArmed
2016-12-21 14:13:19.945809 INFO MotionDuringArmed: Hello from MotionDuringArmed
2016-12-21 14:13:19.946169 DEBUG MotionDuringArmed initialize() done
2016-12-21 14:13:20.112137 INFO Loading Object HARestarted using class HARestarted from module ha_restarted
2016-12-21 14:13:20.112334 INFO Loading Module: conf/apps/ring_doorbell.py
2016-12-21 14:13:20.112570 DEBUG Calling initialize() for HARestarted
2016-12-21 14:13:20.112683 INFO HARestarted: Hello from HARestarted : 14:13:20.112
2016-12-21 14:13:20.112768 INFO HARestarted: notify_pb(): type=103, title=Home Assistant, msg=HomeAssistant restarted! :14:13:20.112
2016-12-21 14:13:20.112825 DEBUG get_state: input_boolean.automation_notify.None
2016-12-21 14:13:20.114981 INFO Loading Object RingDoorbell using class RingDoorbell from module ring_doorbell
2016-12-21 14:13:20.115190 DEBUG Calling initialize() for RingDoorbell
2016-12-21 14:13:20.115257 INFO RingDoorbell: Hello from RingDoorbell
2016-12-21 14:13:20.115508 INFO Loading Module: conf/apps/testing.py
2016-12-21 14:13:20.116417 INFO Loading Object Testing using class Testing from module testing
2016-12-21 14:13:20.116645 INFO Loading Module: conf/apps/hello.py
2016-12-21 14:13:20.116838 DEBUG Calling initialize() for Testing
2016-12-21 14:13:20.116900 INFO Testing: Starting Testing App
cool
heat
2016-12-21 14:13:20.117012 DEBUG get_state: sensor.connected_clients.None
2016-12-21 14:13:20.117060 INFO Testing: 1
2016-12-21 14:13:20.117118 DEBUG get_state: input_boolean.audio_notifications.None
2016-12-21 14:13:20.117179 INFO Testing: on
2016-12-21 14:13:20.117342 INFO Loading Object HelloWorld using class HelloWorld from module hello
2016-12-21 14:13:20.117401 DEBUG Testing initialize() done
2016-12-21 14:13:20.117664 DEBUG Calling initialize() for HelloWorld
2016-12-21 14:13:20.117730 INFO Loading Module: conf/apps/insteon_motion.py
2016-12-21 14:13:20.117798 INFO HelloWorld: Hello from AppDaemon : 14:13:20.117
2016-12-21 14:13:20.117995 INFO HelloWorld: notify_pb(): type=103, title=Home Assistant, msg=AppDaemon restarted! :14:13:20.117
2016-12-21 14:13:20.118050 DEBUG get_state: input_boolean.automation_notify.None
2016-12-21 14:13:20.118885 INFO Loading Object InsteonMotion using class InsteonMotion from module insteon_motion
2016-12-21 14:13:20.119169 DEBUG Calling initialize() for InsteonMotion
2016-12-21 14:13:20.119245 INFO Loading Module: conf/apps/garage_door.py
2016-12-21 14:13:20.119303 INFO InsteonMotion: Hello from InsteonMotion
2016-12-21 14:13:20.119844 INFO Loading Object GarageDoor using class GarageDoor from module garage_door
2016-12-21 14:13:20.120911 INFO Loading Module: conf/apps/alarm_security.py
2016-12-21 14:13:20.121019 DEBUG Calling initialize() for GarageDoor
2016-12-21 14:13:20.121079 INFO GarageDoor: Hello from GarageDoor
2016-12-21 14:13:20.121139 DEBUG GarageDoor initialize() done
2016-12-21 14:13:20.121557 INFO Loading Object AlarmSecurity using class AlarmSecurity from module alarm_security
2016-12-21 14:13:20.121704 DEBUG Calling initialize() for AlarmSecurity
2016-12-21 14:13:20.121761 INFO Loading Module: conf/apps/connected_clients.py
2016-12-21 14:13:20.121951 INFO AlarmSecurity: Hello from AlarmSecurity 14:13:20.121
2016-12-21 14:13:20.123705 DEBUG AlarmSecurity initialize() done
2016-12-21 14:13:20.124047 INFO Loading Object ConnectedClients using class ConnectedClients from module connected_clients
2016-12-21 14:13:20.124169 DEBUG Calling initialize() for ConnectedClients
2016-12-21 14:13:20.124234 INFO Loading Module: conf/apps/camera_automation.py
2016-12-21 14:13:20.124295 INFO ConnectedClients: Starting ConnectedClients App
2016-12-21 14:13:20.124504 DEBUG ConnectedClients initialize() done
2016-12-21 14:13:20.124646 INFO Loading Object CameraAutomation using class CameraAutomation from module camera_automation
2016-12-21 14:13:20.124856 DEBUG Calling initialize() for CameraAutomation
2016-12-21 14:13:20.124905 INFO Loading Module: conf/apps/livingroom_light.py
2016-12-21 14:13:20.124943 INFO CameraAutomation: Starting CameraAutomation App
2016-12-21 14:13:20.125292 INFO Loading Object LivingroomLight using class LivingroomLight from module livingroom_light
2016-12-21 14:13:20.125341 DEBUG CameraAutomation initialize() done
2016-12-21 14:13:20.125480 DEBUG Calling initialize() for LivingroomLight
2016-12-21 14:13:20.125544 INFO Loading Module: conf/apps/custom_notification.py
2016-12-21 14:13:20.125589 INFO LivingroomLight: Hello from LivingroomLight
2016-12-21 14:13:20.125703 INFO Loading Object Notifications using class Notifications from module custom_notification
2016-12-21 14:13:20.125763 DEBUG Registering run_at_sunset with kwargs = {'offset': -1800} for LivingroomLight
2016-12-21 14:13:20.126054 DEBUG Registering run_every starting 2016-12-21 22:30:00 in 86400s intervals for LivingroomLight
2016-12-21 14:13:20.126097 INFO Loading Module: conf/apps/porch_light.py
2016-12-21 14:13:20.126153 DEBUG Calling initialize() for Notifications
2016-12-21 14:13:20.126493 DEBUG Registering run_every starting 2016-12-21 23:30:00 in 86400s intervals for LivingroomLight
2016-12-21 14:13:20.126547 INFO Notifications: Hello from CustomNotification
2016-12-21 14:13:20.126711 INFO Loading Object PorchLight using class PorchLight from module porch_light
2016-12-21 14:13:20.126808 DEBUG LivingroomLight initialize() done
2016-12-21 14:13:20.126842 DEBUG Notifications initialize() done
2016-12-21 14:13:20.127030 DEBUG Calling initialize() for PorchLight
2016-12-21 14:13:20.127074 INFO Loading Module: conf/apps/ecobee_automation.py
2016-12-21 14:13:20.127165 INFO PorchLight: Hello from PorchLight
2016-12-21 14:13:20.127343 DEBUG Registering run_at_sunset with kwargs = {'offset': -3600} for PorchLight
2016-12-21 14:13:20.127412 DEBUG Registering run_at_sunrise with kwargs = {'offset': 3600} for PorchLight
2016-12-21 14:13:20.127702 INFO Loading Module: conf/apps/ecobee_tracking.py
2016-12-21 14:13:20.127786 DEBUG PorchLight initialize() done
2016-12-21 14:13:20.128097 INFO Loading Object EcobeeTracking using class EcobeeTracking from module ecobee_tracking
2016-12-21 14:13:20.128284 DEBUG Calling initialize() for EcobeeTracking
2016-12-21 14:13:20.128339 INFO Loading Module: conf/apps/testing_toggle.py
2016-12-21 14:13:20.128393 INFO EcobeeTracking: Starting EcobeeTracking App
2016-12-21 14:13:20.128725 INFO Loading Object TestingToggle using class TestingToggle from module testing_toggle
2016-12-21 14:13:20.128877 DEBUG get_state: sensor.ecobee_dn_counter.None
2016-12-21 14:13:20.128925 DEBUG Calling initialize() for TestingToggle
2016-12-21 14:13:20.128970 INFO Loading Module: conf/apps/christmas_tree_light.py
2016-12-21 14:13:20.129017 DEBUG get_state: sensor.thermostat_downstairs_current_status.None
2016-12-21 14:13:20.129062 INFO TestingToggle: Hello from TestingToggle
2016-12-21 14:13:20.129254 DEBUG get_state: sensor.ecobee_dn_local_runtime.None
2016-12-21 14:13:20.129497 INFO Loading Object ChristmasTreeLight using class ChristmasTreeLight from module christmas_tree_light
2016-12-21 14:13:20.129551 DEBUG TestingToggle initialize() done
2016-12-21 14:13:20.129832 INFO Loading Module: conf/apps/rachio.py
2016-12-21 14:13:20.130809 DEBUG get_state: sensor.dn_last_cool_time.None
2016-12-21 14:13:20.130894 DEBUG Calling initialize() for ChristmasTreeLight
2016-12-21 14:13:20.131033 INFO EcobeeTracking: counter=0, run time=00:00:00, last cool=None, old state=idle, new state=idle at 14:13:20.131
2016-12-21 14:13:20.131096 INFO ChristmasTreeLight: Hello from ChristmasTreeLight
2016-12-21 14:13:20.131278 INFO Loading Object Rachio using class Rachio from module rachio
2016-12-21 14:13:20.131345 INFO EcobeeTracking: Down: 0, idle, 0:00:00, None
2016-12-21 14:13:20.131436 DEBUG Registering run_every starting 2016-12-22 06:00:00 in 86400s intervals for ChristmasTreeLight
2016-12-21 14:13:20.131629 INFO Waiting for App initialization: 7 remaining
2016-12-21 14:13:20.131728 DEBUG Calling initialize() for Rachio
2016-12-21 14:13:20.131797 DEBUG get_state: sensor.ecobee_up_counter.None
2016-12-21 14:13:20.131977 INFO Rachio: Hello from Rachio
2016-12-21 14:13:20.132072 DEBUG get_state: sensor.thermostat_upstairs_current_status.None
2016-12-21 14:13:20.132170 DEBUG Registering run_every starting 2016-12-21 22:30:00 in 86400s intervals for ChristmasTreeLight
2016-12-21 14:13:20.133210 DEBUG get_state: sensor.ecobee_up_local_runtime.None
2016-12-21 14:13:20.133374 DEBUG get_state: sensor.up_last_cool_time.None
2016-12-21 14:13:20.133437 DEBUG ChristmasTreeLight initialize() done
2016-12-21 14:13:20.133512 INFO EcobeeTracking: counter=0, run time=00:00:00, last cool=None, old state=idle, new state=idle at 14:13:20.133
2016-12-21 14:13:20.133596 INFO EcobeeTracking: Up: 0, idle, 0:00:00, None
2016-12-21 14:13:20.133641 DEBUG Registering run_every starting 2016-12-22 00:00:00 in 86400s intervals for EcobeeTracking
2016-12-21 14:13:20.133694 INFO EcobeeTracking: Done
2016-12-21 14:13:20.133727 DEBUG EcobeeTracking initialize() done
<Response [200]>
<Response [200]>
2016-12-21 14:13:20.367597 DEBUG get_state: input_slider.motion_light_on_seconds.None
2016-12-21 14:13:20.367726 INFO InsteonMotion: 30
2016-12-21 14:13:20.367806 DEBUG InsteonMotion initialize() done
<Response [200]>
2016-12-21 14:13:20.487544 DEBUG RingDoorbell initialize() done
<Response [200]>
2016-12-21 14:13:20.497076 DEBUG Rachio initialize() done
2016-12-21 14:13:20.806625 INFO HelloWorld: Done
2016-12-21 14:13:20.806705 DEBUG HelloWorld initialize() done
2016-12-21 14:13:21.069946 INFO HARestarted: Done
2016-12-21 14:13:21.070029 DEBUG HARestarted initialize() done
2016-12-21 14:13:21.132961 INFO App initialization complete
2016-12-21 14:13:21.133111 DEBUG Starting timer thread
2016-12-21 14:13:21.134760 DEBUG Registering run_in in 60 seconds for HARestarted
...
...
2016-12-21 14:14:00.597412 DEBUG Event type:state_changed:
2016-12-21 14:14:00.597514 DEBUG {'new_state': {'last_updated': '2016-12-21T20:14:00.560399+00:00', 'attributes': {'friendly_name': 'UPS Time to empty', 'icon': 'mdi:battery-10'}, 'entity_id': 'sensor.ups_time_to_empty', 'state': '2.0 hours', 'last_changed': '2016-12-21T20:14:00.560399+00:00'}, 'entity_id': 'sensor.ups_time_to_empty', 'old_state': {'last_updated': '2016-12-21T20:00:00.576797+00:00', 'attributes': {'friendly_name': 'UPS Time to empty', 'icon': 'mdi:battery-10'}, 'entity_id': 'sensor.ups_time_to_empty', 'state': '2.1 hours', 'last_changed': '2016-12-21T20:00:00.576797+00:00'}}
2016-12-21 14:14:00.597566 DEBUG Entity ID:sensor.ups_time_to_empty:
2016-12-21 14:14:00.601479 DEBUG Event type:state_changed:
2016-12-21 14:14:00.601572 DEBUG {'new_state': {'last_updated': '2016-12-21T20:14:00.573772+00:00', 'attributes': {'friendly_name': 'Office Room', 'unit_of_measurement': '°F'}, 'entity_id': 'sensor.office_room_temperature', 'state': '72.9', 'last_changed': '2016-12-21T20:14:00.573772+00:00'}, 'entity_id': 'sensor.office_room_temperature', 'old_state': {'last_updated': '2016-12-21T20:10:30.547125+00:00', 'attributes': {'friendly_name': 'Office Room', 'unit_of_measurement': '°F'}, 'entity_id': 'sensor.office_room_temperature', 'state': '72.7', 'last_changed': '2016-12-21T20:10:30.547125+00:00'}}
2016-12-21 14:14:00.601646 DEBUG Entity ID:sensor.office_room_temperature:
2016-12-21 14:14:00.605780 DEBUG Event type:state_changed:
2016-12-21 14:14:00.605831 DEBUG {'new_state': {'last_updated': '2016-12-21T20:14:00.576169+00:00', 'attributes': {'friendly_name': 'Downstairs Thermostat', 'unit_of_measurement': '°F', 'icon': 'mdi:gauge'}, 'entity_id': 'sensor.downstairs_temperature', 'state': '69.8', 'last_changed': '2016-12-21T20:14:00.576169+00:00'}, 'entity_id': 'sensor.downstairs_temperature', 'old_state': {'last_updated': '2016-12-21T20:10:30.549022+00:00', 'attributes': {'friendly_name': 'Downstairs Thermostat', 'unit_of_measurement': '°F', 'icon': 'mdi:gauge'}, 'entity_id': 'sensor.downstairs_temperature', 'state': '69.5', 'last_changed': '2016-12-21T20:10:30.549022+00:00'}}
2016-12-21 14:14:00.605907 DEBUG Entity ID:sensor.downstairs_temperature:
2016-12-21 14:14:00.609805 DEBUG Event type:state_changed:
2016-12-21 14:14:00.609875 DEBUG {'new_state': {'last_updated': '2016-12-21T20:14:00.578949+00:00', 'attributes': {'friendly_name': "Alan's Room", 'unit_of_measurement': '°F'}, 'entity_id': 'sensor.alans_room_temperature', 'state': '71.2', 'last_changed': '2016-12-21T20:14:00.578949+00:00'}, 'entity_id': 'sensor.alans_room_temperature', 'old_state': {'last_updated': '2016-12-21T20:10:30.553780+00:00', 'attributes': {'friendly_name': "Alan's Room", 'unit_of_measurement': '°F'}, 'entity_id': 'sensor.alans_room_temperature', 'state': '71.0', 'last_changed': '2016-12-21T20:10:30.553780+00:00'}}
2016-12-21 14:14:00.609923 DEBUG Entity ID:sensor.alans_room_temperature:
2016-12-21 14:14:16.579929 DEBUG Event type:state_changed:
2016-12-21 14:14:16.580020 DEBUG {'new_state': {'last_updated': '2016-12-21T20:14:16.572483+00:00', 'attributes': {'friendly_name': 'Entrance Doors', 'last_tripped_time': 475, 'sensor_class': 'opening'}, 'entity_id': 'binary_sensor.entrance_doors', 'state': 'off', 'last_changed': '2016-12-21T20:07:16.859107+00:00'}, 'entity_id': 'binary_sensor.entrance_doors', 'old_state': {'last_updated': '2016-12-21T20:13:46.877651+00:00', 'attributes': {'friendly_name': 'Entrance Doors', 'last_tripped_time': 445, 'sensor_class': 'opening'}, 'entity_id': 'binary_sensor.entrance_doors', 'state': 'off', 'last_changed': '2016-12-21T20:07:16.859107+00:00'}}
2016-12-21 14:14:16.580102 DEBUG Entity ID:binary_sensor.entrance_doors:
2016-12-21 14:14:16.589519 DEBUG Event type:state_changed:
2016-12-21 14:14:16.589656 DEBUG {'new_state': {'last_updated': '2016-12-21T20:14:16.575691+00:00', 'attributes': {'friendly_name': 'Motion Sensor', 'last_tripped_time': 30, 'sensor_class': 'motion'}, 'entity_id': 'binary_sensor.motion_sensor', 'state': 'off', 'last_changed': '2016-12-21T20:13:58.953992+00:00'}, 'entity_id': 'binary_sensor.motion_sensor', 'old_state': {'last_updated': '2016-12-21T20:13:58.953992+00:00', 'attributes': {'friendly_name': 'Motion Sensor', 'last_tripped_time': 215, 'sensor_class': 'motion'}, 'entity_id': 'binary_sensor.motion_sensor', 'state': 'off', 'last_changed': '2016-12-21T20:13:58.953992+00:00'}}
2016-12-21 14:14:16.589782 DEBUG Entity ID:binary_sensor.motion_sensor:
2016-12-21 14:14:21.000915 INFO HARestarted: notify_pb(): type=103, title=Home Assistant, msg=event_ha_started(): 14:14:21.000
2016-12-21 14:14:21.001108 DEBUG get_state: input_boolean.automation_notify.None
2016-12-21 14:14:22.273496 DEBUG get_state: sensor.ecobee_dn_counter.None
2016-12-21 14:14:22.273620 DEBUG set_state: sensor.ecobee_dn_counter, {'attributes': {'friendly_name': 'Ecobee Dn Counter', 'icon': 'mdi:counter'}, 'state': '0'}
2016-12-21 14:14:22.447087 DEBUG get_state: sensor.ecobee_up_counter.None
2016-12-21 14:14:22.447276 DEBUG set_state: sensor.ecobee_up_counter, {'attributes': {'friendly_name': 'Ecobee Up Counter', 'icon': 'mdi:counter'}, 'state': '0'}
2016-12-21 14:14:22.607063 DEBUG get_state: sensor.ecobee_dn_local_runtime.None
2016-12-21 14:14:22.607257 DEBUG set_state: sensor.ecobee_dn_local_runtime, {'attributes': {'friendly_name': 'Ecobee Dn Total Runtime', 'icon': 'mdi:counter'}, 'state': '0:00:00'}
2016-12-21 14:14:22.766994 DEBUG get_state: sensor.ecobee_up_local_runtime.None
2016-12-21 14:14:22.767143 DEBUG set_state: sensor.ecobee_up_local_runtime, {'attributes': {'friendly_name': 'Ecobee Up Total Runtime', 'icon': 'mdi:counter'}, 'state': '0:00:00'}