status inputs thermostat #2088
spiseregern
started this conversation in
MEPLHAA Scripts
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I'm hoping someone may be able to help me or give me advice. I am making a thermostat to control my evaporative cooler and i have run into a roadblock. when i run the cooler i plan to use current switch to send a gpio high to indicate that the service is running but can't seem to figure out how to make it work, i though i could use "g" status input but after some reading realized that the thermostat service doesn't offer this option.
any help with this would be much appreciated.
{
"c": { "io": [ [ [ 16,14,12,13 ], 2 ], [ [15,5,27], 6]] },
"a": [{
"t": 21,
"0": { "r": [ [ 16,1,0.5 ] ] },
"1": { "a": 0 },
"2": { },
"3": { "r": [ [ 14, 1,0.5 ] ] },
"4": { "r": [ [ 12, 1,0.5 ] ] },
"b": [ [ 0 ] ],
"n": 1,
"g0": [[15,1]],
"g5": [[5,1]],
"g6": [[27,1]],
"s": 5,
"g": 4,
"w": 4,
"j": 5,
"es":[{
"t":65,
"e":100,
"y0":[
{"v":1, "0":{ "q": [ [ 23, 655, 2000 ] ] } },
{"v":10, "0":{ "q": [ [ 23, 6553, 2000 ] ] } },
{"v":20, "0":{ "q": [ [ 23, 13107, 2000 ] ] } },
{"v":30, "0":{ "q": [ [ 23, 19660, 2000 ] ] } },
{"v":40, "0":{ "q": [ [ 23, 26214, 2000 ] ] } },
{"v":50, "0":{ "q": [ [ 23, 32767, 2000 ] ] } },
{"v":60, "0":{ "q": [ [ 23, 39321, 2000 ] ] } },
{"v":70, "0":{ "q": [ [ 23, 45874, 2000 ] ] } },
{"v":80, "0":{ "q": [ [ 23, 52428, 2000 ] ] } },
{"v":90, "0":{ "q": [ [ 23, 58981, 2000 ] ] } },
{"v":100, "0":{ "q": [ [ 23, 65535, 2000 ] ] } }
]
}]
},
{
"t": 1,
"0": { "r": [ [ 16, 1,0.5 ] ] },
"1": { "r": [ [ 13, 1,0.5 ] ] },
"n": 1
}]
}
Beta Was this translation helpful? Give feedback.
All reactions