Daily Shaarli

All links of one day in a single page.

August 16, 2022

serverless.industries/2021-07-07-esphome-http-request-influxdb.md at e6b0d80316e66ac9df5d1e9633dface42e3ff634 ยท perryflynn/serverless.industries

<pre>

Enable dallas sensor module on PIN 23

dallas:

  • pin: 23
    update_interval: 60s

The sensor itself

sensor:

  • platform: dallas

    flash the config fist without the sensor block

    and pick the dallas address from the log

    address: 0xCD012062C7DCFFFF
    resolution: 12
    id: mysensor
    filters:

    generate the median from 5 values to improve the quality

    the sensor will transmit a value to influxdb each 5 minutes

    • median:
      window_size: 5
      send_every: 5
      send_first_at: 5
      on_value:
      then:

      send the data