-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set charge power #22
Comments
It would have to be implemented in the TeslaJs library first. But if they have it then yes, i can add it easily here as well. |
Someone did develop something => mseminatore/TeslaJS#282 |
it's been added to teslaJS, and it appears in the list of available commands in node-red, but I get this error: "TypeError: tjs.setChargingAmpsAsync is not a function" |
I tested it today. It works with the most recent version of node-red-contrib-tesla.
|
Since it works now, I close this issue. |
I'm still getting the error even running the sample flow above "TypeError: tjs.setChargingAmpsAsync is not a function" I'm using node-red 2.1.4, node-red-contrib-tesla 2.0.0, and my Tesla is up to date. Other Tesla commands work fine in my tests (I have not tested many of them though) Any ideas on what could be amiss? |
I'm still running at node-red 2.1.3, with node-red-contrib-tesla 2.0.0 The error message starts with tjs.... If the author of the node does not react here, I suggest to take this over to the node-red forum. There are tons of javascript experts which might have an idea where to look. Their first answer might be, that you should take this up with the author of the node. I propose therefore, that you mention in your question to the expert pool there, that you already did that. |
thanks for the tip @Urs-Eppenberger - for some reason I had another version of teslaJS that was old and took precedence over the node-red version. All is good now |
How did you fix it? I've still got the error "setChargingAmpsAsync is not a function". I've only ever installed node-red-contrib-tesla. |
so I got it working. teslajs will not magically update itself. maybe after a new install? I did an "npm install teslajs" |
I just upgraded my Tesla Model 3 with SW version 2021.36.5.5
The release note states, that there is now the possibility to configure the charging power via the Tesla App. I checked and this seems true. There is now a new configuration option in the iPhone Tesla App.
If the App can control charging power, then this might be possible via the API used by this node-red node too.
Could you try to figure this out and update the implementation?
setChargePower as a new option name?
Kind regards,
Urs.
The text was updated successfully, but these errors were encountered: