Im wondering if anybody has a solution to my problem
So I've got a Tellstick and a temperature sensor outdoors, i constantly get values into Eventghost.
For these i use this script
Code: Select all
p = str(eg.event.payload)
p = p.split("|")
outtemp135=p[0]
eg.globals.outtemp135 = outtemp135So sending the variable to my iMon display works perfectly. So does NMA.
So my questions
1. How does one go about posting this temperature to terremote (so i have a button showing temp outside). DONE. Thanks Javier!
2. How do i show it on a website (html?)
3. On my iMon Display I've got this
Code: Select all
{eg.globals.outtemp135}┬░C {eg.globals.time}The variable for my humidity is "eg.globals.outhum135"
Been lurking quite a while trying to use different solutions to these problems but nothing has worked for me :/
Thanks for any help in this