GroovRio MQTT Sparkplug

I’m using the Groov Manage Data Services configuration. Is there a way to enable and disable the I/O publishing from Node-Red?

Hi Ruben, Node-Red is configurable from the Node-Red area of groov Manage. The Data Services is the native MQTT and OPC UA functionality in groov Manage.

Looking at this in a browser debug/dev window, you do a POST to /manage/api/v1/dataservice/stop and /manage/api/v1/dataservice/start to stop and start the data service. It takes a while for it to respond and sometimes returns a 503 service unavailable so you may need some retry logic.

BTW, the request payload is empty.

3 Likes