I am very new to WebCoRE and I have no programming experience, simple “if this, then that”
with SmartThings and Alexa experience.
1) Give a description of the problem
I can’t get then fan to behave in the manner I would like.
2) What is the expected behaviour?
If temp is at or less than 73F, turn off fan
If temp is at or higher than 74F, set fan to low (33%)
If temp is at or higher than 76F, set fan to medium (66%)
If temp is at or higher than 77F, set fan to high (100%)
3) What is happening/not happening?
Fan may be only be setting itself to one speed and not changing as it gets cooler
or warmer. Honestly doesn’t look like it is changing anything. I also need to have the sensor
checked for status updates as it will only update every hour or more on its own.
4) Post a Green Snapshot of the piston
5) Attach logs after turning logging level to Full
6/6/2020, 11:26:24 PM +863ms
+0ms ╔Starting piston… (v0.3.110.20191009)
+378ms ║╔Subscribing to devices…
+417ms ║║Subscribing to Master bedroom.temperature…
+496ms ║║Subscribing to Our Room Fan…
+497ms ║╚Finished subscribing (131ms)
+537ms ║Comparison (decimal) 75.0 is_less_than_or_equal_to (integer) 73 = false (1ms)
+549ms ║Comparison (decimal) 75.0 is_greater_than_or_equal_to (integer) 74 = true (2ms)
+559ms ║Comparison (decimal) 75.0 is_greater_than_or_equal_to (integer) 76 = false (1ms)
+569ms ║Comparison (decimal) 75.0 is_greater_than_or_equal_to (integer) 77 = false (2ms)
+582ms ║Setting up scheduled job for Sat, Jun 6 2020 @ 11:56:25 PM CDT (in 1799.939s)
+596ms ╚Piston successfully started (596ms)