So I'm having a new problem trying to use this script to control my doors. The last issue I reported was that the control function worked, but the status function did not work with multiple doors. I am now having the exact reverse problem - the status function reports correctly for both doors, but control does not work.
# ./myq-garage.py status
1. South Garage Door is Closed. Last changed at Sun 27 May 2018 09:19:58
2. North Garage Door is Closed. Last changed at Mon 04 Jun 2018 15:15:36
# ./myq-garage.py open "North Garage Door"
North Garage Door not found in available devices.
So I'm having a new problem trying to use this script to control my doors. The last issue I reported was that the control function worked, but the status function did not work with multiple doors. I am now having the exact reverse problem - the status function reports correctly for both doors, but control does not work.
# ./myq-garage.py status 1. South Garage Door is Closed. Last changed at Sun 27 May 2018 09:19:58 2. North Garage Door is Closed. Last changed at Mon 04 Jun 2018 15:15:36
# ./myq-garage.py open "North Garage Door" North Garage Door not found in available devices.