Skip to content
Snippets Groups Projects
Select Git revision
  • f901fcf84028689e98ea4ff13fb27423d05d86a4
  • main default protected
  • growscreen
3 results

propbox.yaml

Blame
  • propbox.yaml 7.55 KiB
    substitutions:
      devicename: "propbox"
      comment: "Propagator Monitor"
    
      # Propbox Nodes
      hostname_light: "propbox-light.${domain}"
      hostname_fan: "propbox-fan.${domain}"
    
      # Schedules
      #schedule_grow_on: "0 0 3 * * *"
      #schedule_grow_off: "0 0 21 * * *"
      #schedule_bloom_on: "0 0 6 * * *"
      #schedule_bloom_off: "0 0 18 * * *"
      schedule_grow_on: "5,15,25,35,45,55 * * * * *"
      schedule_grow_off: "0,10,20,30,40,50 * * * * *"
      schedule_bloom_on: "0 * * * * *"
      schedule_bloom_off: "30 * * * * *"
    
    packages:
      device_base: !include base.yaml
    
    esp32:
      board: esp32dev
    
    i2c:
      sda: 21
      scl: 22
    
    dallas:
      - pin: GPIO23
        update_interval: 5s
    
    http_request:
      id: http_request_data
      useragent: esphome/${devicename}
      timeout: 10s
    
    prometheus:
      include_internal: true
      relabel:
        rssi:
          id: rssi
          name: RSSI
        device_uptime:
          id: uptime
          name: Uptime
        propbox_light:
          id: light
          name: Light
        propbox_fan:
          id: fan
          name: Fan
        temperature:
          id: temperature
          name: Temperature
        humidity:
          id: humidity
          name: Humidity
        pressure:
          id: pressure
          name: Pressure
        temperature_water:
          id: temperature_water
          name: "Temperature Water"
    
    sensor:
      - platform: bme280
        address: 0x76
        update_interval: 5s
        temperature: