Wiren Board 5: Connect devices with pulse outputs

Материал из Wiren Board
Это утверждённая версия страницы. Она же — наиболее свежая версия.
Другие языки:

Connection of sensors and counters with pulse outputs and buttons to the Wiren Board 5

Universal inputs/outputs A1-A4 of the controller can be used to connect various devices with pulse output or buttons. A typical example is water meters or electricity meters.

Connection

Pulse input one wire is connected to the power supply 5 — 24 V, the second wire to the terminal A1.

Example of connecting a meter with a pulse output

Next, in the web interface, you must configure universal input A1 as a counter. In the Configs menu, select GPIO Driver Configuration. On the panel choose A1_IN login settings, click Properties and mark all the checkboxes. Then click Properties again. Now there are additional fields in the A1_IN input properties.

Counter configuration interface view

In the list of fields Pulse counter type (if any) choose the type water_meter. In the field Number of pulses per unit (kWh or m^3) specify how many pulses per cubic meter (for example, if 1 pulse of the counter corresponds to 10 liters, then specify 100; if 1 liter — 1000.) Field value Number of decimal places... specifies how many decimal places will be displayed in the Wiren Board interface. Save the settings by clicking the Save button at the top of the page and go to the list of devices on the Devices page.

Counter data

Find the device Discrete I/O and see that it has new properties: "A1_IN_current" and "A1_IN_total". The field "A1_IN_current" shows the current water consumption, and "A1_IN_total" — what amount was spent from the moment of connection. In mqtt, these fields correspond to the topics /devices/wb-gpio/controls/A1_IN_current and /devices/wb-gpio/controls/A1_IN_total.

Value A1_IN_total persists after restarting the controller (as retained in the message storage mqtt broker).