SmartEVSE / SmartEVSE-2

Smart Electric Vehicle Charging Station (EVSE)
80 stars 41 forks source link

No response for 'state' over Modbus on FW 2.30 #26

Open martijndierckx opened 2 years ago

martijndierckx commented 2 years ago

Hi

Just updated my SmartEVSE to 2.30. Where I was able to get the state from address 0x00A0 on FW 2.13, I'm not able to get in from 0x0000 on FW 2.30. Other addresses seem to work fine.

Any ideas?

Kind regards M

kennyschuoler commented 2 years ago

I have the same issue it seems ( @martijndierckx thank you for your previous remark :) ). Tomorrow i'll compile the latest version and check if it is already fixed in the meantime ( The charging current is also not working as it should , but looking at the commits that should be fixed )

mstegen commented 2 years ago

Please note that the modbus registers changed between v2.30 and <=2.20

use this list for 2.20 or earlier: https://github.com/SmartEVSE/SmartEVSE-2/tree/b8b6a1a2def22a2bfc3cc30be2f2ef639e2d4389#modbus and the default one for v2.30: https://github.com/SmartEVSE/SmartEVSE-2/#modbus

martijndierckx commented 2 years ago

I’m using the new list. Everything seems to work except the first state address.


Van: Michael Stegen @.> Verzonden: Tuesday, January 11, 2022 8:56:40 PM Aan: SmartEVSE/SmartEVSE-2 @.> CC: Martijn Dierckx @.>; Mention @.> Onderwerp: Re: [SmartEVSE/SmartEVSE-2] No response for 'state' over Modbus on FW 2.30 (Issue #26)

Please note that the modbus registers changed between v2.30 and <=2.20

use this list for 2.20 or earlier: https://github.com/SmartEVSE/SmartEVSE-2/tree/b8b6a1a2def22a2bfc3cc30be2f2ef639e2d4389#modbus and the default one for v2.30: https://github.com/SmartEVSE/SmartEVSE-2/tree/b8b6a1a2def22a2bfc3cc30be2f2ef639e2d4389#modbus

— Reply to this email directly, view it on GitHubhttps://github.com/SmartEVSE/SmartEVSE-2/issues/26#issuecomment-1010311850, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA6KD7XE6DX5QQ6VSDC4HETUVSDPRANCNFSM5LXEYLWA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.***>

kennyschuoler commented 2 years ago

@mstegen It is a possibility that i have a slightly different issue then @martijndierckx , if it is the case i'll create a new issue

I am also using the latest registers - see screenshot ( Everything else is working as expected - ignore the the callibration value, i still need to display that one correctly )

smart-evse

charging-history

rvdgaag commented 2 years ago

@kennyschuoler How did you manage to read the values of the Smart EVSE ?

I have also fw 2.30 installed but can't get any values via modbus from the smartevse, both SDM630 eastron units reply fine.

Any suggestions ??