BangleApps/apps/widbaroalarm
Erik Andresen f75d97662a widbaroalarm settings graph: fix off by one 2024-02-10 17:18:51 +01:00
..
ChangeLog widbaroalarm: keep interval 2024-02-09 20:16:14 +01:00
README.md Remove arrows from widget 2022-06-22 14:25:46 +02:00
default.json Fix settings 2022-05-26 19:20:15 +02:00
metadata.json widbaroalarm: keep interval 2024-02-09 20:16:14 +01:00
screenshot.png Update screenshot and remove double minus sign 2022-06-22 14:30:01 +02:00
settings.js widbaroalarm settings graph: fix off by one 2024-02-10 17:18:51 +01:00
widget.js widbaroalarm: keep interval 2024-02-09 20:16:14 +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
  • Dismiss delay: Delay added before the next alert if the alert is dismissed. From 5 to 60 min
  • Pause delay: Same as Dismiss delay but longer (useful for meetings and such). From 30 to 240 min

Widget

The widget shows two rows:

  1. pressure value of last measurement
  2. difference of last measurement to pressure average of the the last three hours

Creator

Marco (myxor)