Future plans - florindumitrescu94/DashBoard_PowerBox_V2 GitHub Wiki
PWM Automation without dew heater temperature probes.
I will be working on this functionality in the future, as I could not think of a good algorithm to set the dew heater power based solely on dew point. This will be updated in the Arduino code
Dew heater probes temperature display
Feature implemented
This is one more thing I need to work on since when I added the temperature readings for the dew heater probes, the driver would be very unstable (time out when setting switches, data would land on incorrect switches, etc.). This is most probably due to some stuck registries on the computer I am developing the driver on, so I will need to fix that before getting the temperatures displayed properly.
Separate Switch and ObservingConditions driver
Currently, both the environmental conditions and switches are shown on the Switches page. This makes it a little bit difficult to use the data in NINA (unless you are using the Sequencer Powerups plug-in. I highly recommend you give that a try. You will need NINA 3.0 for it). I will try to develop a driver that will split the data between the Switch and ObservingConditions page. This is not a priority for now and I don't have an ETA, since I not yet know how to correctly split the data in the driver.