Page 1 of 1

Idea For Python Script SickRage

Posted: Tuesday 11 April 2017 12:55
by MYLE
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
SickRageScreen.PNG
SickRageScreen.PNG (99.47 KiB) Viewed 541 times
So In Domoticz the have a Text object
DomScreen.PNG
DomScreen.PNG (11.09 KiB) Viewed 541 times
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
PythonBit.PNG
PythonBit.PNG (36.19 KiB) Viewed 541 times
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