Extended CLI functionality to include all remote services provided by bimmer_connected.remote_services #411
Unanswered
rsteininger
asked this question in
Feature request
Replies: 1 comment
-
I'll have a look. Maybe there is also a way to make it more generic, i.e. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi there,
As I am using node red with a function call to the bimmer_connected CLI, I have added all (?) functions provided by the bimmer_connected.remote_services.
As I am not too familiar with formal github pull request / branching, maybe this contribution could be included in the formal repository by someone more familiar / glued in with such a request?
I have "tried" the CLI commands with our 2016 BMW i3 60Ahs. They were all reported "EXECUTED", but not all services did trigger the respective functions in our car ... not sure if that is because of an "error" in my programming or if the car simply does not support all the functions ...
CLI documentation would need to be changed to reflect the "bimmerconnected" function call:
https://bimmer-connected.readthedocs.io/en/latest/cli.html#bimmerconnected
{status,fingerprint,lightflash,chargenow,remoteairconditioning,remoteairconditioningstop,remotedoorlock,remotedoorunlock,remotehornvehiclefinder,image,sendpoi,sendpoi_from_address,sendmessage}
Same for "Positional Arguments"
https://bimmer-connected.readthedocs.io/en/latest/cli.html#Positional%20Arguments
Possible choices: status, fingerprint, lightflash, chargenow,remoteairconditioning,remoteairconditioningstop,remotedoorlock,remotedoorunlock,remotehornvehiclefinder, image, sendpoi, sendpoi_from_address, sendmessage
the update program: cli.py
Sorry, I tried to paste the code here but it seems to have formatting that reverts the "code paste" function of this post to text ... see below for the text file / python program file!
cli file to be renamed to .py:
cli.py.txt
Many thanks for your consideration!
Beta Was this translation helpful? Give feedback.
All reactions