No update of MQTT-Device if return value ist 0 ?

Posted on
Sun May 29, 2022 4:40 am
DirkWe offline
Posts: 22
Joined: Jun 22, 2015

No update of MQTT-Device if return value ist 0 ?

Hi,
finally i managed to get all Infos from my go-e Wallbox via MQTT to indigo. Everthing works smart an fine. :D

Except one thing: Actual values of voltage, current and power are nested in an array which looks like this:
Code: Select all
 "nrg": [218, 220,221,1,32,33,32,6,6,6,0,[b]203[/b],93,93,94,11]
when the car is charging. The value of interest is the actual charging power, which is nrg.[11] = 203. This means 2,03 kWh charging power.

IF the car is charging, my indigodevice has always the correct an actual value. But if i stop charging, the value of my indigo devices NEVER becomes Zero. It always stays at the last reported value. (Array while not charging looks like this
Code: Select all
"nrg": [218, 220,221,1,0,0,0,0,0,0,[b]0[/b],0,0,0]


My device is a MQTT Value Sensor Device (s. Attachment)

Any ideas what might be the problem ?

Thanks from Germany
Dirk

PS: Topics in my MQTT looks like this: go-eCharger/028965/status and status is:

Code: Select all
{"version":"B","rbc":"251","rbt":"2208867","car":"1","amp":"10","err":"0","ast":"0","alw":"1","stp":"0","cbl":"0","pha":"8","tmp":"30","dws":"0","dwo":"0","adi":"1","uby":"0","eto":"120","wst":"3","nrg":[2,0,0,235,0,0,0,0,0,0,0,0,0,0,0,0],"fwv":"020-c1","sse":"000000","wss":"goe","wke":"","wen":"1","tof":"101","tds":"1","lbr":"255","aho":"2","afi":"8","ama":"32","al1":"11","al2":"12","al3":"15","al4":"24","al5":"31","cid":"255","cch":"65535","cfi":"65280","lse":"0","ust":"0","wak":"","r1x":"2","dto":"0","nmo":"0","eca":"0","ecr":"0","ecd":"0","ec4":"0","ec5":"0","ec6":"0","ec7":"0","ec8":"0","ec9":"0","ec1":"0","rca":"","rcr":"","rcd":"","rc4":"","rc5":"","rc6":"","rc7":"","rc8":"","rc9":"","rc1":"","rna":"","rnm":"","rne":"","rn4":"","rn5":"","rn6":"","rn7":"","rn8":"","rn9":"","rn1":""}
Attachments
go-e_shims.jpg
go-e_shims.jpg (114.55 KiB) Viewed 1799 times

Posted on
Sun May 29, 2022 7:15 am
FlyingDiver offline
User avatar
Posts: 7213
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: No update of MQTT-Device if return value ist 0 ?

Weird. I'll see if I can replicate the issue.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Sun May 29, 2022 7:16 am
FlyingDiver offline
User avatar
Posts: 7213
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: No update of MQTT-Device if return value ist 0 ?

Please post a screen shot of the trigger you're using for this.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Sun May 29, 2022 10:07 am
FlyingDiver offline
User avatar
Posts: 7213
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: No update of MQTT-Device if return value ist 0 ?

Nevermind. I found the bug.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Sun May 29, 2022 10:13 am
FlyingDiver offline
User avatar
Posts: 7213
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: No update of MQTT-Device if return value ist 0 ?

Release 2022.0.2 now on plugin store.

https://github.com/FlyingDiver/Indigo-S ... g/2022.0.2

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Sun May 29, 2022 11:00 am
DirkWe offline
Posts: 22
Joined: Jun 22, 2015

Re: No update of MQTT-Device if return value ist 0 ?

Oh WOW! That's fast...

Thanks, everthing is working as designed ! :D :D :D :D

Dirk

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 2 guests

cron