Hi, I use the Grovestreams by @JasonBSteele and love it - I have a critical need to monitor my sump pump frequency. I recently purchased a NetAtmo system with Rain Gauge as I need to correlate rain vs sump pump frequency to try and determine the source of the water under my house. I use @Dianoga /SmartThings Labs’ NetAtmo (Connect) SmartApp to integrate to ST.
However, I really need to use the data from NetAtmo and post it up to Grovestreams so I can overlay the two. It’s fairly easy to add new data to the GroveStreams app based on Capabilities, but in the case of the NetAtmo (Connect), it gives the rain as an attribute.
GS Code example:input "temperatures", "capability.temperatureMeasurement", title: "Temperatures", required:false, multiple: true
Anyone know how to add this attribute into the GroveStreams code?
definition (name: "Netatmo Rain", namespace: "dianoga", author: "Brian Steere") {
attribute "rain", "number"
attribute "rainSumHour", "number"
attribute "rainSumDay", "number"
attribute "units", "string"