Its has a Post Processing which can run a Script
So In Domoticz the have a Text object
GOT MQTT working

by sending this command BY hand
mosquitto_pub -h localhost -m '{ "idx" : 11, "nvalue" : 0, "svalue" : "Got: APB S01E09" }' -t 'domoticz/in'
You can Run a python Script after the Post Processing
https://github.com/SickRage/SickRage/wi ... ra-scripts
My idea is writing a Script to update the Domoticz Text object
im only 3 days into Domoticz and about a day into MQTT and about 6 months into Python
so it wil the Blind leading the blind LOL
So by joining the "S" + argv[4] + "E" + arg[5]
HOW do i get Python to send the Above command I'm reading up on that now
Can anybody Help me
what you guys think of this Idea