Extend TODO for wireless sensor improvements
[khatus.git] / README.md
index ea6a29c..12d9f70 100644 (file)
--- a/README.md
+++ b/README.md
@@ -97,3 +97,18 @@ controller, which are in turn actualized as desktop notifications by the
 `khatus_actuate_alert_to_notify_send` actuator:
 
 ![screenshot-self-error-propagation](screenshot-self-error-propagation.jpg)
+
+TODO
+----
+
+- retry/cache for sensors fetching flaky remote resources (such as weather)
+- throttling of broken sensors (constantly returns errors)
+- alert specification language
+    - trigger threshold
+    - above/bellow/equal to threshold value
+    - priority
+    - snooze time (if already alerted, when to re-alert?)
+    - text: subject/body
+- Reduce wireless sensor resource footprint:
+    - use `nmcli monitor`, instead of polling, for state changes
+    - use `iwconfig`, instead of `nmcli`, for SSID and signal strength
This page took 0.022428 seconds and 4 git commands to generate.