-
Notifications
You must be signed in to change notification settings - Fork 44
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
How to determine the Charging States from Terminal. #12
Comments
Currently you can read the charge state only over Modbus (RS485), |
@bobosch thanks for your comment. could you please answer me that can i connect the Following Chint Smart Energy meter with Smart EVSE over the modbus and show the Chint meter values on the terminal ? |
so as we already reading the terminal through rx,tx availbale on the Smart EVSE . so you are saying if i want to read the states values then we should communicate with Smart EVSE over the RS-485 and then read the States Values ? |
If you are using the terminal, you can also send the serial command STATE? EVSE0:B(16.0A),EVSE1:C(12.0A),EVSE2:A(0.0A),EVSE3:A(0.0A),EVSE4:A(0.0A),EVSE5:A(0.0A),EVSE6:A(0.0A),EVSE7:A(0.0A) |
Thanks, @mstegen for your comment. as my question was I want to determine the states (Connected, Charging, Disconnected) I hope you understood my question. but as you answered that if I send the serial command State over the terminal. the answer of the Smart EVSE will be EVSE0:B(16.0A),EVSE1:C(12.0A),EVSE2:A(0.0A),EVSE3:A(0.0A),EVSE4:A(0.0A),EVSE5:A(0.0A),EVSE6:A(0.0A),EVSE7:A(0.0A) . but how can I extract the state from this line that Currently what is the state? |
If it's state A, then it's Disconnected. In the above example EVSE2-7 are Disconnected. |
okay. so you are talking about the LOADBL when we enable this we have Master, Node 1----Node 7. so we can determine the states accordingly. am I right? |
|
You should use STATE? |
hi! @mstegen i run STATE? commond in Master and get the EVSE0:B(16.0A),EVSE1:C(12.0A),EVSE2:A(0.0A),EVSE3:A(0.0A),EVSE4:A(0.0A),EVSE5:A(0.0A),EVSE6:A(0.0A),EVSE7:A(0.0A) could you please tell me in the above result which is my EVSE . as There are two EVSE0:B(16.0A),EVSE1:C(12.0A) displaying how can i recognize which is my EVSE ? |
The Master is EVSE0 |
Ok, thanks. But what about EVSE1 who is also displaying some current. Is it
that way
EVSE 0--- Master
EVSE 1--- Node1
.....
EVSE 7----Node 7
…On Mon, May 24, 2021, 5:41 PM Michael Stegen ***@***.***> wrote:
The Master is EVSE0
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOCJ7TQXMCSR23JFIXXYOJ3TPJCRHANCNFSM44QZMUCQ>
.
|
Ok, thanks to @mstegen . But what about EVSE1 who is also displaying some current. Is it EVSE 0 --->Master |
Yes that's correct. |
okay. Thanks, It's means when we connect Something with Node1---Node7 they will also display their status and Currents.? |
Yes, for each connected controller the current STATE and max charge current is displayed. |
Ok, thanks for the clarification.
…On Tue, May 25, 2021, 1:00 PM Michael Stegen ***@***.***> wrote:
Yes, for each connected controller the current STATE and max charge
current is displayed.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOCJ7TWDMTREJKZ5ACK6EOLTPNKJTANCNFSM44QZMUCQ>
.
|
hi , @mstegen i am facing the issue regarding getting the States . as there is no Curennt Showing in EVSE Screen as well as on the STATE? Commond . can you please help me out where i am doing mistake . |
Somehow the sensorbox is not measuring any current. Are you using a sensorbox or are you emulating it in software? Or do you mean the charging current? That will only show if you are actually charging. Then the STATE? data will also change. |
This is the picture of the circuit that I am using. 2nd as you mentioned that am I emulating the current from software. Could you please tell me how can I
![WhatsApp Image 2021-06-02 at 5 59 07 PM](https://user-images.githubusercontent.com/59023310/120612650-d857a000-c46e-11eb-9a4b-aaf0d779e4ec.jpeg)
emulate the software?
|
You could use the Sensorbox 1.5 code as a starting point, but i guess you have that atleast partly working, otherwise the SmartEVSE will show an error message on the LCD. |
Sorry @mstegen i didn't actually understand. can you please explain more ? |
yes i am using the Sensorbox 1.5 version .but EVSE not showing the Current. How can i emulate the Current from the Software? |
This is the Sensorbox code that sends the measured current to the SmartEVSE. The measured current is stored in Irms[x]. |
hi @mstegen i changed the code as you suggest me but i am getting same result . when i entered the STATE? commond still there is no state change information. |
You asked "How can i emulate the Current from the Software" |
okay. Thanks but my main concern with the STATE? command output. Could you please help me to simulate the Circuit so i can test the STATE command? like how many resistors required or Diode and with how much value etc? |
hi, @mstegen I am using the Following circuit to emulate the EV and test the State? is that correct or need to rectify? |
hi, I am reading the EVSE terminal using python3. I want to read the states (Connected, Charging, Disconnected) which are not available in the terminal. But when I go through the EVSE C code I figure out (State A, State B, State C) are available in the code. but these settings are not available on the terminal. Could you please help me out with the issue?
@wido @bobosch @Links2004 @mstegen @maximevince
The text was updated successfully, but these errors were encountered: