Looking to switch automation controller software
-
-
@pjr that is exactly what I am talking about. The only thing on my RS485 network is my thermostat. As I mentioned before, I had written a plugin for a project called Open Source Automation that I worked on a few years back and will be trying to find that code. Can't remember if I did that one in Visual Basic or C#. If I did it in VB, it may take a bit to port it to arduino, but if I did it in C#, porting it shouldn't be that hard at all. I just need to bridge that gap.
-
@mfalkvidd I can see that being nice for the logic side, but what I was asking about when I mentioned a web interface was some nice easy way of looking up the status of devices from something like a floorplan or list view, and a way to control those devices manually if I see the need.
-
@mfalkvidd I can see that being nice for the logic side, but what I was asking about when I mentioned a web interface was some nice easy way of looking up the status of devices from something like a floorplan or list view, and a way to control those devices manually if I see the need.
-
@mfalkvidd I can see that being nice for the logic side, but what I was asking about when I mentioned a web interface was some nice easy way of looking up the status of devices from something like a floorplan or list view, and a way to control those devices manually if I see the need.
@dbemowsk I think, that for example Domoticz does not understood your RS485 thermostat. So you can recieve its message by serial node in NODE RED,
decode message and send it via HTTP to the Domnoticz. Or you are not happy with Domoticz graph style end limitation only 7 days for detail teperature storage. So you can first recieve data from sensor by NODE RED, store them to the file or database and then send them to the Domoticz. I wrote that NODE RED is good for cooperation with other sw controllers, witch do visualisation measured data. -
Read this for a Nodered userinterface
http://tech.scargill.net/node-red-ui/
http://tech.scargill.net/more-node-red-ui/ -
I don´t have noticed that.
Here is the github link -
So in the interest of keeping my current HA setup running while I get this set up and tested, I figured that this might be a place to use a new controller I got a while back. The controller is an Orange Pi. When a guy from work said he could get me one for $18 US, I couldn't say no. I have had it sitting around for a couple months now waiting to find a use for it. I think I found my use.
The unit that I have is an Orange Pi PC which has a 1.6GHz quad coreprocessor with 1GB ram. A lot of choices for OS. Need to find me an 8GB class 10 MicroSD card (Might have one laying around). Then I want to find an automation software that is easy to install and use with this computer. Has anyone in here used an Orange Pi, and if so, what automation software have you used with it?
-
As some of the other posts in this thread indicate, you can use node-red as a middleware, between domoticz (or any other controller frontends you like) and sensors.
I'm using it here, between my mysensors GW and domoticz. I have one arduino on my utility meter, that isn't wireless, and doesn't use mysensors protocol. I have used node-red to change it's protocol into mysensors format, and are injecting that into the mysensors datastream into domoticz.
At the same time, I have influxdb / grafana installed, and node-red publishes all sensor data into influxdb, so I can use that package as graphing solution.
I have been running two controllers at the same time at one point in time, where node-red was feeding the two controllers the same mysensors datastream, and both controllers could send data to mysensors nodes.
The possibilities are endless with node-red :)
-
As some of the other posts in this thread indicate, you can use node-red as a middleware, between domoticz (or any other controller frontends you like) and sensors.
I'm using it here, between my mysensors GW and domoticz. I have one arduino on my utility meter, that isn't wireless, and doesn't use mysensors protocol. I have used node-red to change it's protocol into mysensors format, and are injecting that into the mysensors datastream into domoticz.
At the same time, I have influxdb / grafana installed, and node-red publishes all sensor data into influxdb, so I can use that package as graphing solution.
I have been running two controllers at the same time at one point in time, where node-red was feeding the two controllers the same mysensors datastream, and both controllers could send data to mysensors nodes.
The possibilities are endless with node-red :)
