Skip to content

Latest commit

 

History

History
90 lines (71 loc) · 2.09 KB

README.md

File metadata and controls

90 lines (71 loc) · 2.09 KB

   


Table of Contents

description

As the name suggests, it's about the analog inputs. Up to 4 inputs can be managed with various setting options:

  • number of analog inputs

for each input the following options are available:

  • analog Pin
  • analog value, not editable
  • low threshold to count inpulses or events
  • high threshold
  • a checkbox to control if the counter should be reset after each status report via mqtt

mqtt section

  • a checkbox which activates the status sending via mqtt. The interval is activated and set in the mqtt settings.

web interface

analog interface

mqtt interface

mqtt status

{
  "id": "sensor_f62ca8",
  "ip": "192.168.2.85",
  "time": "2023-04-03 11:18.12",
  "uptime": 152776,
  "version": "2023033001; firmware: Apr  1 2023 16:51:46; GCC-Version: 5.2.0",
  "reset_reason": "ESP_RST_SW",
  "reset_time": "2023-04-01 14:51.59",
  "interval": 75,
  "analog": {
    "count": 1,
    "pin": [
      {
        "value": 634,
        "min": 607,
        "max": 658,
        "triggercount": 0
      }
    ]
  }
}

mqtt cmnd

Not available

mqtt tele

On each connect to a mqtt server a telemetry information is send like this:

{
  "id": "sensor_f62ca8",
  "ip": "192.168.2.85",
  "time": "2023-04-03 11:23.55",
  "uptime": 1,
  "reset_reason": "ESP_RST_SW",
  "reset_time": "2023-04-03 11:23.54",
  "mac": "24:62:AB:F6:2C:A8",
  "channel": 10,
  "ssid": "karlshorst_BGN",
  "rssi": -60
}