Irrigation Controller with Domoticz
-
Hi,
As anybody got this combination running? Reading through the threads I realise that some features don't work as it was designed for a Vera controller and I seen a couple of updated Arduino sketches which should work but I cannot get either of them to compile without errors.
Thanks
D
-
Could you be more specific about the errors are you having?
-
Hi. I found the sketch "MySprinkler Domoticz" from the Irrigation Controller thread. When I try to compile this I get a number of errors and, working through these one by one, the main issue is it doesn't seem to specify a gateway/radio in the same way as the original sketch on which the new sketch is based did so the compiler fails saying it doesn't know where to send data to.
Thought I could simply specify the Radio module as per the original sketch however if I do this I get multiple failures so I guess that isn't the solution Arduino is looking for.
Thanks
-
I think because that is for mysensors version 1.5, you have to do a few mods to make it 2.x compatible. There is also a thread about that.
-
Hi. Okay thanks - can you point me to the 2.0 thread please I can't seem navigate my way to it.
I wondered about compatibility issues but the modified sketch and the original sketch bothe had the same version number in the header (2.0) I guess this is the version number for the arduino sketch not the Mysensors library (1.4.1)
I do find it confusing if a sketch is modified and the header remains the same.
Cheers
D
-
-
Great, thanks.
-
I will like to know more too.