Skip to content

Releases: AndreyShamis/SmartRoomHeater

SmartRoomHeater:release v0.5

27 Dec 13:26
Compare
Choose a tag to compare

#define CHECK_TMP_INSIDE 1 // For disable validation of seconds thermometer use 0
#define CHECK_INTERNET_CONNECT 1 // For disable internet connectiviy check use 0

SmartRoomHeater:release v0.4.2

22 Dec 18:24
Compare
Choose a tag to compare
  1. On WiFi disconnect the load will be disabled(KEEP mode only)
  2. Delay between disable to enable- default 60 seconds(KEEP mode only)
  3. In case temperature value is anomalous the load will be disabled
  4. Watch inside thermometer, the maximum inside temperature is MAX_POSSIBLE_TMP_INSIDE
  5. Check internet connecitivity, if there is no ping to 8.8.8.8, load will be disabled
  6. Add reconnect after X pings failures

SmartRoomHeater.zip

SmartRoomHeater:pre-release v0.4.1-alpha

22 Dec 10:17
Compare
Choose a tag to compare
Remove unused code

Change-Id: Ie6d1a1b141a89f38fd8ca2d0e3b21a1bdc659d02
Signed-off-by: Andrey Shamis <lolnik@gmail.com>

SmartRoomHeater:pre-release v0.4-alpha

21 Dec 09:56
Compare
Choose a tag to compare
Pre-release
  • Increase global counter MAX value
  • Increase RECONNECT_AFTER_FAILS to 100=~4min

Itegration with travis ci

18 Dec 21:31
Compare
Choose a tag to compare
Change readme

Change-Id: Ibde08959e08827f9c686a9d0ae7e496cf103578e
Signed-off-by: Andrey Shamis <lolnik@gmail.com>