diff --git a/hydrobot_example.conf b/hydrobot_example.conf --- a/hydrobot_example.conf +++ b/hydrobot_example.conf @@ -29,67 +29,77 @@ off_duration: [0, 0, 0, 0, 10] name: "Pump" type: output_feedback output_module: RelayDrive1 -output: output_1 +output_type: digital_output +output_number: 1 input_module: RelayDrive1 -input: input_1 +input_type: frequency_input +input_number: 1 on_threshold: 50 off_threshold: 1 -deadband: 5 +hysteresis: 5 [alert2] name: "Light" type: output_feedback output_module: RelayDrive1 -output: output_1 +output_type: digital_output +output_number: 1 input_module: AirSense1 -input: ambient_light +input_type: ambient_light +input_number: 0 on_threshold: 5000 off_threshold: 500 -deadband: 10 +hysteresis: 10 [alert3] name: "Lamp Dim" type: output_feedback output_module: RelayDrive1 -output: output_1 +output_type: digital_output +output_number: 1 input_module: AirSense1 -input: ambient_light +input_type: ambient_light +input_number: 0 on_threshold: 10000 -off_threshold: None -deadband: 10 +off_threshold: 0 +hysteresis: 10 [alert4] name: "Air Temperature" type: measurement input_module: AirSense1 -input: air_temp +input_type: air_temp +input_number: 0 high_threshold: 35 low_threshold: 15 -deadband: 10 +hysteresis: 10 [alert5] name: "Air Humidity" type: measurement input_module: AirSense1 -input: air_humid +input_type: air_humid +input_number: 0 high_threshold: 80 low_threshold: 30 -deadband: 10 +hysteresis: 10 [alert6] name: "Water Level" type: measurement input_module: WaterSense1 -input: water_level -high_threshold: None +input_type: water_level +input_number: 0 +high_threshold: 120 low_threshold: 50 -deadband: 10 +hysteresis: 10 [alert7] name: "Water Temperature" type: measurement input_module: WaterSense1 -input: water_temp +input_type: water_temp +input_number: 0 high_threshold: 30 low_threshold: 20 -deadband: 10 \ No newline at end of file +hysteresis: 10