mp-se / gravitymon

iSpindle replacement firmware for beer brewing/fermenting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identify and display potential issues with device on index page

mp-se opened this issue · comments

commented

Some users have had issues with getting started and missed some of the steps. Warnings related to calibration is only shown on the config page and can be missed.

Add a feature on the index page that can detect and show any potential issues with config. Check these points:

  • Gyro is connected and responds
  • Gyro is calibrated at 90 (check for no gyro calibration data)
  • Temperature sensor is attached (only for spindle hardware)
  • Voltage level can be read
  • Voltage level (if the voltage level is higher / lower than expected, only for spindle hardware)
  • No gravity formula defined (will not provide any gravity readings, could connect this to the default formula #139 )
  • At least one push target is defined

Look into the documentation to see if the step-by-step guide is clear and easy to follow.

An option could be to have a wizard during a fresh installation to ensure all steps are completed.