Idea For Python Script SickRage
Posted: Tuesday 11 April 2017 12:55
I have SickRage Running my Home Server (Ubuntu I'm am a windows man Getting my head around Ubuntu ) which is fnn Cool
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
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