dgthomson / nodered-shellrecharge

A subflow for Nodered to control Shell Recharge car charging equipment.
GNU General Public License v3.0
20 stars 7 forks source link

TypeError messages as a debug response #23

Closed ghost closed 7 months ago

ghost commented 7 months ago

I configured the node with my user/password and also entered the two uiid's which came back as the response of the setup message ({"action":"setup"}). From my side it looks that the node can login and read successfully all the configured properties from the shell portal (email, name, country,...)

When I press the buttons start, stop, reset or poll one I always get somethink like:

"TypeError: Cannot read properties of undefined (reading 'evses')" "TypeError: Cannot read properties of undefined (reading 'uuid')"

At the moment I do not have the additional subscription (Abonnement) ordered, is this required or do you have other ideas what could be the problem?

ghost commented 7 months ago

I have the latest version installed

dgthomson commented 7 months ago

Check the documentation! Do not enter the uuid or rfid from the {"action":"setup"} process.

Charger ID and Card ID should be a number, usually 0.

#

ghost commented 7 months ago

Sorry, I missed that, now it's working, thank you!