S_WATER_QUALITY (Unknown)
-
Can anyone else confirm that this actually works in domoticz? It says it's supported, but when I use the ph example sketch the node and child is seen by the gateway but where it should say S_WATER_QUALITY for the child type it just says unknown!, but according to the controller page domoticz should support this.
-
@mikeS Looks like it in the latest code.
Do you use latest stable release? Maybe it wanst implemented...S_WATER_QUALITY = 39, //!< V_TEMP, V_PH, V_ORP, V_EC, V_STATUS
Do you send any status using the V_ above?
https://github.com/domoticz/domoticz/blob/master/hardware/MySensorsBase.cpp#L1037
-
@sundberg84
Thanks I thought it should work, so I need to change my version of that .cpp file to the one in the link or install some beta version of Domoticz then??