-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
mqtt broker to json-scada connection #115
Comments
This log is just for calculations. |
In Inkscape Sage created my SVG file , how to create tag and how to do communicate with my Device collecting Data ? |
Actually My mqtt broker doesn't have spark plug b device so I'm confused about the connection between mqtt broker to json scada i even checked the path you mentioned...We can't see our mqtt data in log files so how can i see my realtime data in json scada? Any page to see? |
Please try this and post the results Open cmd as admin |
It is connected to test.mosquitto.org, remove it from the endpointURLs. Leave there only your broker address. |
Yes now connectted to my broker i can see |
Remove spBv1.0 from topics list. Put # in the topics or a valid filter. |
Yes i did the same thing, it is showing my broker is connected but i can't see any json messages there, how to see my json data which I'm sending to mqtt broker? |
If it is not in the logs it will not be anywhere in JSON-SCADA. |
I have detected problems with the MQTT driver in version 0.29, now fixed in version 0.30! |
I have mosquitto broker v3.1 and I'm using arduino to send my data to mqtt broker (mosquitto) and from there i want to send these data to json scada , when i downloaded windows installer inside it in mqtt-sparkplug folder i given my mqtt ip adress , username and password . when im building all mqtt data is getting to mqtt broker and im checking it in mqtt explorer , but im unable to configure whether these data is going to json-scada or not, in json scada web page nothing is showing and in log file im getting this:
2023/08/03 11:15:17.632851 find
2023/08/03 11:15:17.632851 server selection error: server selection timeout, current topology: { Type: Single, Servers: [] }
2023/08/03 11:15:17.989929 {json:scada} - CALCULATIONS - Version 0.1.2
2023/08/03 11:15:17.990595 Usage: calculations [instance number] [log level] [period of calculation in seconds] [config file path/name]
2023/08/03 11:15:17.990595 Default args: calculations 1 1 2.0 ../conf/json-scada.json
2023/08/03 11:15:17.990595 Instance number: 1
2023/08/03 11:15:17.990595 Log level: 1
2023/08/03 11:15:17.990595 Period of calculation (s): 2
2023/08/03 11:15:17.990595 Config file: c:\json-scada\conf\json-scada.json
im unable to figure out where is the issue , is there any way to confirm whether json-scada is connected with mqtt mosquitto broker or not?
thanks in advance
The text was updated successfully, but these errors were encountered: