View Single Post
Unread 12/23/2017, 09:11 AM   #2558
ronnyking
Registered Member
 
Join Date: Aug 2014
Posts: 19
Quote:
Originally Posted by d0ughb0y View Post
You can still add it. You can look at the pwm fan code for counting pulses.
Ok, I'm thinking of adding a new sensor type and use the same routines as for the other sensors. I'm pretty sure I can get the programming right in the arduino code.
in sensor.h:

Quote:
class Sensor {
public:
enum SensorType {_ph,_orp,_cond,_flow};
And then use 4 different _flow sensors with individual names in config.h
etc.

However, I don't think I will be able to find the html code to add to the htm file to make sure the values are printed on the webpage under the sensor part.
Can somebody point me in the right direction?

thanks!


ronnyking is offline   Reply With Quote