Okay, let’s say I dont use teltonika device to send data and I use a simple PLC device which sends the data in JSON. How can I process that in openremote?
MQTTBox is the only time I have seen the data coming.
I am following the above tutorial but after point of Run as MQTT Publisher , I am completely lost.
Do you know any way I can use flespi to send the data to my openremote instance.
How to connect via MQTT between openremote and flespi - OpenRemote
I also checked out this thread but couldn’t find anything useful .
I am familiar with using flespi streams to send the data.
{
“protocol_id”: 12,
“enabled”: true,
“validate_message”: “”,
“name”: “openremote-mqtt”,
“configuration”: {
“client_id”: “flespi-stream”,
“password”: “PJozcCc80AyzZCxcmArt0QYwLaVJPs37”,
“ssl”: true,
“topics”: [
“master/flespi-stream/writeattributevalue/battery_current/4kfhHMzJeOgWD0fSo1FahF”
],
“uri”: “gv.saarthigreentech.com:8883”,
“username”: “master:mqtt_device”
},
“queue_ttl”: 86400,
“metadata”: {}
}
This is my current stream config and I have created a service user in openremote and given all its permissions and then linked the asset (4kfhHMzJeOgWD0fSo1FahF) with the user. I still cant see my stream connecting to openremote.
