I am useing a electricity meter in my house. This has a potential-free contact witch is connected with a impulse counter object of ABB US/U2.2. This object has the knx type 12.xxx or EIS11, an 32bit integer value. For 1kWh it takes 800 impulses. For a decrease the sending rate of the value, i used a fixed divider in the object property (like 80). This means that every 80 impulse the counter increase by one. Now the device sending a new value on the bus.
For the correct value i must divided the value by 10. How can i do this in knxweb?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I am useing a electricity meter in my house. This has a potential-free contact witch is connected with a impulse counter object of ABB US/U2.2. This object has the knx type 12.xxx or EIS11, an 32bit integer value. For 1kWh it takes 800 impulses. For a decrease the sending rate of the value, i used a fixed divider in the object property (like 80). This means that every 80 impulse the counter increase by one. Now the device sending a new value on the bus.
For the correct value i must divided the value by 10. How can i do this in knxweb?
Hi,
i solved this in knxweb for my gas meter with the following settings:
Format: $1.$2 m^3
Pattern: (.*)(\d)
Dirk
Hi Dirk!
With this settings it works!