- 1. description
- 2. web interface
- 3. mqtt interface
As the name suggests, it's about the digital inputs. Up to 4 inputs can be managed with various setting options:
pin settings
- number of digital inputs
- digital Pin
- a dropdown can use to select the input type like normal, with pull up or with pull down
- a checkbox to control if the input is inverted or not
mqtt section
- a checkbox which activates the status on change sending via mqtt
- a checkbox which activates the status sending via mqtt. The interval is activated and set in the mqtt settings.
hardware monitor
- give a bitwise encoded string thats represends the input state
{
"id": "defaultIoT_d1fd28",
"ip": "192.168.2.26",
"time": "2023-04-05 19:38.27",
"uptime": 666,
"version": "2023033001; firmware: Apr 5 2023 19:27:16; GCC-Version: 5.2.0",
"reset_reason": "ESP_RST_POWERON",
"reset_time": "2023-04-05 19:27.21",
"interval": 5,
"input": {
"count": 1,
"bitmask": "?b",
"pin": [
{
"pin": 0,
"state": true
}
]
}
}
Not available
{
"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
}