Appdaemon commandlist.

 

all command are used like:

self.command()

What comes between the brackets can be found out by clicking the link.

This is just a list of the possible commands. What to do with it? check out the examples, or my AppDaemon for beginner.

Dont forget, all credits for Appdaemon go to Andrew Cockburn (aimc), all i can do is to help you to use his development.

 

General info about Appdaemon

 

passing-arguments-to-apps

callback-constraints

input_boolean

input_select

presence

time

scheduler-ransomization

sharing-information-between-apps

development-workflow

time-travel

 

State change

 

listen_state

cancel_listen_state

info_listen_state

 

events happening

 

listen_event

cancel_listen_event

info_listen_event

 

timers

 

run_daily

run_hourly

run_minutely

run_every

run_at_sunrise

run_at_sunset

run_in

run_once

run_at

cancel_timer

info_timer

 

Info commands

 

get_state

sunrise

sunset

sun_up

sun_down

get_trackers

get_tracker_state

everyone_home

anyone_home

noone_home

time

date

datetime

convert_utc

parse_time

now_is_between

friendly_name

split_entity

get_app

split_device_list

 

actions

 

set_state

call_service

turn_on

turn_off

toggle

select_value

select_option

notify

fire_event

 

debug functions

 

log

error