BangleApps/apps/widbaroalarm
Gordon Williams 2f119b3d08
Merge branch 'master' into baroalarm_v0.02
2022-03-10 10:46:55 +00:00
..
ChangeLog Try not to warn multiple times for the same exceedance 2022-03-09 09:32:43 +01:00
README.md Try not to warn multiple times for the same exceedance 2022-03-09 09:32:43 +01:00
default.json Allow configuration of drop and raise alarm independently 2022-03-08 09:54:16 +01:00
metadata.json Merge branch 'master' into baroalarm_v0.02 2022-03-10 10:46:55 +00:00
settings.js Try not to warn multiple times for the same exceedance 2022-03-09 09:32:43 +01:00
widget.js Fix multiple drop warnings 2022-03-10 09:15:41 +01:00
widget.png Initial version of Barometer Alarm Widget 2022-03-07 17:59:18 +01:00
widget24.png Initial version of Barometer Alarm Widget 2022-03-07 17:59:18 +01:00

README.md

Barometer alarm widget

Get a notification when the pressure reaches defined thresholds.

Settings

  • Interval: check interval of sensor data in minutes. 0 to disable automatic check.
  • Low alarm: Toggle low alarm
    • Low threshold: Warn when pressure drops below this value
  • High alarm: Toggle high alarm
    • High threshold: Warn when pressure exceeds above this value
  • Drop alarm: Warn when pressure drops more than this value in the recent 3 hours (having at least 30 min of data) 0 to disable this alarm.
  • Raise alarm: Warn when pressure raises more than this value in the recent 3 hours (having at least 30 min of data) 0 to disable this alarm.
  • Show widget: Enable/disable widget visibility
  • Buzz on alarm: Enable/disable buzzer on alarm

Widget

The widget shows two rows: pressure value of last measurement and pressure average of the the last three hours.

Creator

Marco (myxor)