Closed jpily closed 1 year ago
hi @jpily , i facing same issue with you, can you share your current working config here? thanks
Does Steve server work properly? You can do it the way I debugged it and made it work. Please meet the prerequisites to properly use the arduinoOCpp library.
mysql local time command setting (whether it was executed once before, once again... unconditionally do) SET GLOBAL time_zone = '+00:00';
Connect to the Stever server and create a virtual charging point. Steve server start-> menu Data management->charge point ->add new -> Create ChargeBox ID
steve-master\steve-master\src\main\resources\config\prod\main.properties setup
ex )
============================================\context.path = steve
db is your own
The most important is server.host, but don't use 127.0.0.1 and write the local ip.
db.ip = localhost db.port = 3306 db.schema = stevedb db.user = steve db.password = tech7975
auth.user = admin auth.password = 1234
webapi.key = STEVE-API-KEY webapi.value = 1234
server.host = 192.168.0.2 server.gzip.enabled = true
http.enabled = true http.port = 9000
https.enabled = false https.port = 8443 keystore.path = keystore.password =
ws.session.select.strategy = ALWAYS_LAST
auto.register.unknown.stations = false
If it does not work after following the above steps, the port is not activated. If not, please contact us again. It's hard to answer because I'm at work.
Did you check the meter value with arduino Occpp? Check on Steve server...
If you don't mind, could you share the entire code?
Did you check the meter value with arduino Occpp? Check on Steve server...
If you don't mind, could you share the entire code?
HAI Jpily, were you able to connect to websocket connection, if yes please help as i am unable to acess please help
I succeeded in connecting by doing the test myself
Can you please tell the steps you followed
On Wed, 19 Apr, 2023, 11:39 am jpily, @.***> wrote:
I succeeded in connecting by doing the test myself
— Reply to this email directly, view it on GitHub https://github.com/steve-community/steve/issues/1059#issuecomment-1514181774, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7GH3IGJVQ7MDA4TXOB5OWTXB56RFANCNFSM6AAAAAAU5SNT5U . You are receiving this because you commented.Message ID: @.***>
This is the first part to check. Please check first and tell me
Run command prompt (cmd) -> netstat -ano Enter 127.0.0.1:port listening check
Have you finished installing Steve server? I'd like to know if Steve's server is running normally
yes
Have you finished installing Steve server?
yes
Secondly, the Steve server also needs to be configured. Copy what I'm uploading, put what's right for you, and edit it
Run main.properties in \steve-master\src\main\resources\config\dev and paste the code I give you and fix it
============ =======================
# context.path = steve
# db.ip = localhost db.port = 3306 db.schema = stevedb db.user = steve db.password = 1234
# auth.user = admin auth.password = 1234
# webapi.key = STEVE-API-KEY webapi.value =
# server.host = 127.0.0.1 server.gzip.enabled = false
# http.enabled = true http.port = 8085
# https.enabled = false https.port = 8443 keystore.path = keystore.password =
# ws.session.select.strategy = ALWAYS_LAST
#
# auto.register.unknown.stations = false
steve.version = ${project.version} git.describe = ${git.commit.id.describe} db.sql.logging = true profile = dev
i am able to acess steve but when i try to run mathews library i get the same error as you posted cpp/31/disconeected
Tell me the WS address and port number that will come out after Steve server starts
Tell me the local ip
Tell me the local ip
- You must create a chargeBoxId on the Steve server.
- After making it, please let me know chargeBoxId and local ip. I'll fix the code that works accordingly and upload it
yes i i have created an id by name test1
\syslog-master\src\main\cisco\config\dev main.properties
http.enabled = true Request to modify-> http.port = 8080
What is the internal ip? local ip is required
tell me the result. If it doesn't work, you'll have to move on
hai jpily i tried to run your code but it shows Replace cached operation
i removed all earlier cached data but it still gives me this error , can you help
were you able to acheive hearbeat using esp32 on steve ?
Can I have a look with a remote desktop connection?
If the development environment is Platformio, you can enable debugging mode to view the data transmission and reception process on the serial port
I'm at work.. There's no way I can help you if it's not this time
For your information, I tested both ESP32 and ESP32-S3 and checked the heartbeat
closing due to inactivity. i hope you resolved your issues after this exchange :)
Thank you for providing the test tool for free. I am using the math-x Arduino OCPP1.6 library and making several attempts to test the STeve server as a central system.
I successfully built the Steve server environment and it worked normally until build and run.
To test the math-x Arduino OCPP1.6 library, I made a charge box ID on the Steve server, and then set the math-x arduino ocpp library as follows.