Skip to content

Node data CSV export & misc fixes (v8.9)

Compare
Choose a tag to compare
@LowPowerLab LowPowerLab released this 18 Apr 19:38
· 110 commits to master since this release

New features

  • Export all node data (csv):
    image

  • Datepicker support for export date range popup:
    image

  • Add "excel timestamp" columns in CSV exports. You can now open the CSV in excel and simply format the column as date-time and that column will display each datapoint time.

  • New SMS limit setting - an SMS will only be repeated after this many milliseconds. Helps to limit repeats for things like repeated motion or alerts:
    image

  • Settings description + tooltips:
    image

  • Moved "Restart App" in main menu

  • Moved "Uptime" status after main menu
    image

Other changes and fixes

  • Settings page listview trigger create bug fix
  • Added _example.js event override sample
  • Fixed README.md titles
  • Fixed AM/PM bug in SMS messages
  • Updated exports.timeoutOffset function
  • Setup script mkdir /data/db so pi would chown it