rgleason / watchdog_pi

watchdog plugin for opencpn
GNU General Public License v3.0
1 stars 9 forks source link

Bug: Relative Humidity [Humidity%] not implemented #103

Open rgleason opened 6 months ago

rgleason commented 6 months ago
  1. Drop "Absolute Humidity" from Watchdog as it can be derived from calculation using AirTemp and Humidity%. This will simplify.
  2. Relative Humidity should be shown as Humidity% V (value) or Humidity R (rate) with greater than and less than shown,.
  3. Use XDR and units "P" percent.
  4. I don't know if it should just be integer % or have one additional place. I think just using interger % is fine.
  5. Example sentence: $WIXDR,H,69,P,HUMIDITY%*7B
  6. Test file: Humidity-VDR.txt
  7. I believe that Humidity should be added to the XDR code using "Humidity%" and "P" for percentage.so that Watchdog can moniter humidity.
  8. For "Value" Display should show Humidity %v [Dashboard value] </> [Entered value] with signs and color changing on alert.
  9. For "Rate" Display should show Humidity %r [Dashboard value] </> [Entered value] with signs and color changing on alert.
  10. Perhaps instead of Weather, it should say Met. 8, I have tried this file and it is not being read. Humidity-VDR.txt

Humidity