Thanks, almost, all errors are gone, still have one, maybe i did not understand how the app works.
Is it not using my existing binary_sensor.front_door_sensor?
home_presence_app:
module: home_presence_app
class: HomePresenceApp
plugin: HASS
hass_namespace: hass
presence_topic: presence
minimum_confidence: 100
not_home_timeout: 15
home_gateway_sensors:
- binary_sensor.front_door_sensor
scan_timeout: 20
users_sensors:
- binary_sensor.john_home_state
e_presence_app: Creating Binary Sensor for Everyone Not Home State
2019-03-03 09:12:47.998297 INFO AppDaemon: MQTT: Publishing Payload {"name": "Everyone Not Home State", "device_class": "presence", "state_topic": "homeassistant/binary_sensor/everyone_not_home_state/state"} to Topic homeassistant/binary_sensor/everyone_not_home_state/config Successful
2019-03-03 09:12:47.999645 INFO home_presence_app: Creating Binary Sensor for Everyone Home State
2019-03-03 09:12:48.000246 INFO AppDaemon: MQTT: Publishing Payload {"name": "Everyone Home State", "device_class": "presence", "state_topic": "homeassistant/binary_sensor/everyone_home_state/state"} to Topic homeassistant/binary_sensor/everyone_home_state/config Successful
2019-03-03 09:12:48.013247 WARNING AppDaemon: home_presence_app: Entity binary_sensor.front_door_sensor not found in AppDaemon
2019-03-03 09:12:48.014103 INFO AppDaemon: App initialization complete