Files
        @ 514bbf7bb55e
    
        
              Branch filter: 
        
    Location: HydroBot/hydrobot-software/hydrobot_example.conf - annotation
        
            
            514bbf7bb55e
            539 B
            text/plain
        
        
    
    Implemented Influxdb SeriesHelper for logging data
    a5b830d92afd a5b830d92afd a5b830d92afd a5b830d92afd a5b830d92afd a5b830d92afd a5b830d92afd a5b830d92afd a5b830d92afd a5b830d92afd a5b830d92afd a5b830d92afd a5b830d92afd cec321b6b72c a5b830d92afd a5b830d92afd a5b830d92afd a5b830d92afd a5b830d92afd 22b6999f8bdd 22b6999f8bdd 22b6999f8bdd a5b830d92afd a5b830d92afd a5b830d92afd a5b830d92afd 653da092aa96 653da092aa96 653da092aa96 653da092aa96  | [system]
name: my-system
[database]
host: www.example.org
port: 8086
username: admin
password: admin
database: hydrobot
[debug]
can: True
can_detail: False
timer: False
[timer1]
module: RelayDriveOut
output: Output1
trigger: cron
#day(1-31), weekday(0-6), hour(0-23), minute(0-59), second(0-59)
on_time: [None, None, None, None, 0]
off_time: [None, None, None, None, 30]
[timer2]
module: RelayDriveOut
output: Output2
trigger: interval
#weeks, days, hours, minutes, seconds
on_duration: [0, 0, 0, 0, 20]
off_duration: [0, 0, 0, 0, 10]
 |