--
You received this message because you are subscribed to the Google Groups "Wireless Sensor Tags" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wireless-sensor-...@googlegroups.com.
To post to this group, send email to wireless-s...@googlegroups.com.
Visit this group at https://groups.google.com/group/wireless-sensor-tags.
To view this discussion on the web visit https://groups.google.com/d/msgid/wireless-sensor-tags/5877fcb4-af9e-4b79-a853-7f8704775940%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Simply set the upper threshold (the box on the right edge) to something like 40C since you are not using it. Don't set the left and the right box number different by less than 1.5C like I explained already.
On Wednesday, March 30, 2016, Zuhdi AK <zuhd...@gmail.com> wrote:
So basically I have the following settings :--Now I expect that when the Kumo sensor reaches 23 or 23.5 Celsius it will deactivate and activate my AC respectively. However, this does not happen. I don't have a heating wire attached and removed the Fan mode; The nest only has a Cooling function.Maybe I have something wrong in the settings? Am I missing something? Would it be more efficient to use KumoApps for such thing?Thanks
You received this message because you are subscribed to the Google Groups "Wireless Sensor Tags" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wireless-sensor-tags+unsub...@googlegroups.com.
To post to this group, send email to wireless-sensor-tags@googlegroups.com.
Visit this group at https://groups.google.com/group/wireless-sensor-tags.
To view this discussion on the web visit https://groups.google.com/d/msgid/wireless-sensor-tags/5877fcb4-af9e-4b79-a853-7f8704775940%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Sent from MetroMail
I want the temperature to be between 23 and 23.5. Shouldn't this be easy to accomplish?
In your case you could do the reverse for your AC - set the upper limit to 23.5 and your lower limit to maybe 20, then set a half a degree threshold. It should then cycle the temperature between 23-23.5.
I'm not 100% sure, but I think it works like this because the rule works by state change, the TempState variable in the KumoApp. Therefore, your AC comes on when the state is "too hot" (above the maximum boundary) and goes off when it is back to normal (the maximum boundary minus the threshold window). This is when it decides that the state is no longer "too hot".
To achieve behaviour as you describe, where it cools to the lower boundary, you would have to write a rule which turns the Nest off when the state changes to "too cold" rather than "normal" .
To achieve behaviour as you describe, where it cools to the lower boundary, you would have to write a rule which turns the Nest off when the state changes to "too cold" rather than "normal"
Maybe I should use kumo app to avoid such strange behaviours?
I find sometimes my heating doesn't react when one of the devices is unreachable. I think it tries 3 or 5 times and then times out.
I don't know what logic the built in app which triggers Nest to react to the temperature changes is using, but I found using a Kumoapp which triggers when the temperature changes rather than crosses the boundary to be more reliable (using temperatureChange rather than temperatureCross), because if it crosses and doesn't trigger for whatever reason, it's not going to trigger again.
| 3/31/2016 9:15 PM | Living Room ThermostatNormal |
| 3/31/2016 9:15 PM | Temp KumoSensor state is now 1 |
| 3/31/2016 9:12 PM | App has been started successfully. |
| 3/31/2016 9:12 PM | App has been stopped successfully. |
| 3/31/2016 9:11 PM | Living Room Thermostat AC turned ON |
| 3/31/2016 9:11 PM | Temp KumoSensor state is now 2 |
| 3/31/2016 8:58 PM | App has been started successfully. |