Fyll på pellets…

Så, nu har man även koll på när det är dags att fylla på pellets.

mindre än 45cm så är det fullt, mellan 46 -> 64cm(gult) är det fortf.. OK, men börjar närma sig.

Är detmer än 65cm(rött) så är det bara 1 säck kvar.

Självklart får jag även notiser i telefon och klocka när det går ner på rött.

Och precis lika självklart är det att jag använder ESPHome i Home Assistant för att hålla koll.

esphome:
  name: pelletstorage
esp8266:
  board: nodemcuv2
# Enable logging
logger:
# Enable Home Assistant API
api:
  encryption:
    key: "API_KEY"
ota:
  password: "OTA_PWD"
wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password
  manual_ip:
    # Set this to the IP of the ESP
    static_ip: <IP_ADDRESS>
    # Set this to the IP address of the router. Often ends with .1
    gateway: <YOUR_GW>
    # The subnet of the network. 255.255.255.0 works for most home networks.
    subnet: 255.255.255.0
captive_portal:
sensor:
  - platform: ultrasonic
    trigger_pin: GPIO5
    echo_pin: GPIO4
    name: "Pellets storage"
    update_interval: 600s
Shooter Avatar

Leave a Reply

Your email address will not be published. Required fields are marked *

No comments to show.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Insert the contact form shortcode with the additional CSS class- "wydegrid-newsletter-section"

By signing up, you agree to the our terms and our Privacy Policy agreement.