I'm building water consumption meter using standard water meter with inductive switch to count pulses. I would like to count pulses and display it on cloud.
My idea was to overwrite power data on Shelly 1PM with liters/min and energy data with liters.
Is it possible to do this with scripting?
I already made water tank level where I simulated DHT22 and instead of humidity I was sending water level. Temperature (DS18B20) and water level (pressure sensor) is measured with STM microcontroller. On cloud I can see and track water level and water temperature and is really nice. Now I want to implement also water usage.