Neter66 Posted May 18, 2012 Share Posted May 18, 2012 Has anyone integrated with EtherRain before? We are having our irrigation system installed next week, and the controllers they are using are the EtherRain controllers.I've looked at them, and they do not do schedules etc etc, they are simply controllers, and take their commands from a 3rd party system to execute a watering event.They've integrated with 3rd party automation systems, and even have a Java and VB.NET reference implementation to get status, as well as start / stop watering.Interface is a standard HTTP POST interface. There are two URLs, one to get status, and one to start the watering event...If a driver has not been written, how hard is it to create a one way driver (the controller does not initiate connections, only responds to commands) using Lua?ThanksD. Link to comment Share on other sites More sharing options...
CFUG Posted May 18, 2012 Share Posted May 18, 2012 Not bad, good find there. I don't worry about C4-interfacing things that work fine as standalone. I like this product and hitting it from a workstation is OK. Their rain sensor is a piece of garbage but that's easily fixed. Link to comment Share on other sites More sharing options...
Neter66 Posted May 18, 2012 Author Share Posted May 18, 2012 I don't worry about C4-interfacing things that work fine as standalone.Agreed, except there is no scheduler in the product. You have to use an external scheduler to kick off the events - thus the need to integrate into c4. Yes, I can use the Internet to schedule, and have the "cloud" start it, but that's not quite what I'd like. I need a very simple driver to hit an HTTP URL to fire the system up. ThanksD. Link to comment Share on other sites More sharing options...
CFUG Posted May 18, 2012 Share Posted May 18, 2012 ^Well, I'm assuming their Win7 app will allow scheduling so that's why I said its not a prob for me to go to any terminal in my house and call it up. Link to comment Share on other sites More sharing options...
RyanE Posted May 18, 2012 Share Posted May 18, 2012 There's no way to write a one-way HTTP Post driver.To do http post, you need DriverWorks.In 2.2 and later, HTTP post and get are single Lua commands.RyanE Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.