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

Charging status not updating #13

Closed Marc1200 closed 10 months ago

Marc1200 commented 1 year ago

I have a problem, when i start charging session, i poll a minute if the charger is charging but that isn't working. It says status unknown I did a token expire but that did not help.

Whats problem here when i poll once is says poll payload: occupied.

dgthomson commented 1 year ago

I can't replicate this, sorry. The same code runs for both scenarios. But I have found an error in the documentation. Make sure that your polling payload is right:

msg.payload = { "action": "rpoll", "poll": {"interval": 5, "duration": 20 } }

Marc1200 commented 1 year ago

yes polling does work for me, it only polls the idle state. i get no charging status anymore

dgthomson commented 1 year ago

i have a theory. do you have more than 1 charger? please send the output from

msg.payload = {"action":"setup"}

Marc1200 commented 1 year ago

We have one charger and two different charging accounts. I will send the output later this day

I do not have the newest release running, maybe thats the problem, i just saw, you updated the repository last week.

Marc1200 commented 1 year ago

image

Marc1200 commented 1 year ago

should i maybe update to sr-2-20.json from sr-2-19.json?

Marc1200 commented 1 year ago

Charging update still not working with the newest version. image image