after checking the InfluxDB logs, it does seems like no values are being send to the database other than the Presence (?) and Dry/wet variable - All are info messages:
handleEvent(): House Water Monitor(water:null) dry
handleEvent(): House Water Monitor(presence:null) present
softPoll(): Softpolling device House Water Monitor for attribute: water
Any way to make the attributes binary so they will be exported and stored in the DB?
It was great if it would have been possible to export the flowStatus and usageLastMinute & hour to build my own water charts in the Grafana dashboard.
An example of another device which is reporting its data to influxDB (Thermostat in this case):
handleEvent(): Hallway Thermostat(heatingSetpoint:null) 68
softPoll(): Softpolling device Hallway Thermostat for attribute: heatingSetpoint
handleEvent(): Hallway Thermostat(temperature:°F) 70.4
softPoll(): Softpolling device Hallway Thermostat for attribute: temperature