So I have python installed and the abodepy package installed.
I can run abodepy commands from command line and it is working, but I cannot figure out how to run the commands from Homeseer events.
Example code I would like to run:
abodepy -u account@gmail.com -p Password --arm home
I tried making it into a .cmd file and using event to run program. Nothing
I tried putting cmd.exe path as the program and adding the code as a parameter.
I could not find a way to run this cmd command in events. It seems very simple.
I can run abodepy commands from command line and it is working, but I cannot figure out how to run the commands from Homeseer events.
Example code I would like to run:
abodepy -u account@gmail.com -p Password --arm home
I tried making it into a .cmd file and using event to run program. Nothing
I tried putting cmd.exe path as the program and adding the code as a parameter.
I could not find a way to run this cmd command in events. It seems very simple.
Comment