File tree Expand file tree Collapse file tree 6 files changed +22
-14
lines changed
Expand file tree Collapse file tree 6 files changed +22
-14
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The Device Firmware comes with integrated Automations.
55- Pump and Fill
66- Fill
77
8+ ![ img.png] ( assets/img/automation.png )
9+
810### Pump and Fill
911
1012In this Mode the Device will enable <code >Relay 2</code > if the Level is between the given <code >max</code > and <code >
Original file line number Diff line number Diff line change 22
33The current MQTT Implementation is compatible with the latest 3.1.1 Protocol.
44
5+ ### Setup
6+
7+ ![ img.png] ( assets/img/mqtt.png )
8+
9+ When enabling MQTT make sure, the Device can reach the MQTT Server.
10+
511### Structure
612
713- <prefix\>
814 - channel
9- - 1
10- - state
11- - duration
12- - 2
13- - state
14- - duration
15+ - 1
16+ - state
17+ - duration
18+ - 2
19+ - state
20+ - duration
1521 - voltage
1622 - cpu
1723 - status
1824 - operation
19- - mode
20- - fill
21- - pump
25+ - mode
26+ - fill
27+ - pump
Original file line number Diff line number Diff line change 11# ByteWaterlevel
22
33ByteWaterlevel in Short (BYTELEVEL) is an Device to Monitor Wells, Cisterns and co.
4- It uses an TL136 Sensor to monitor the Fluid Level.
4+ It uses an TL136 Sensor to monitor the Fluid Level, but it works with all 4-20mA Sensors .
55
66It comes with two Relais to control Pumps, Sirens or other Appliances.
77
@@ -62,14 +62,14 @@ An OP-Amp is used to amplify the Voltage Drop on a 120-Ohm Resistor.
6262
6363The Sensor is tied directly to VCC In, so please use a good power supply otherwise the measurement tolerance can be big.
6464
65-
6665## Setup
6766
6867For Setup please have a Look into <a href =" ./SETUP.md " >SETUP.md</a >.
6968
7069## Automation
7170
72- The Device comes with integrated Automation Functions for more Information look at <a href =" ./AUTOMATION.md " >AUTOMATION.md</a >.
71+ The Device comes with integrated Automation Functions for more Information look at <a href =" ./AUTOMATION.md " >
72+ AUTOMATION.md</a >.
7373
7474## Factory reset:
7575
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ lib_ignore =
3030 ESPAsyncTCP
3131
3232upload_protocol = espota
33- upload_port = 10.10.10.1
34- # upload_port = 192.168.1.94
33+ # upload_port = 10.10.10.1
34+ upload_port = 192.168.1.94
You can’t perform that action at this time.
0 commit comments