anyone used Souliss + Arduino for home automation?

Has anyone had experience with the Souliss platform and Arduinos for home automation?

It uses Arduinos connected to your home network and an Android app to interact with the ethernet-connected Arduinos. I tried it out and it works pretty well. They provide the arduino sketches for some common devices (on/off actuation, analog input devices), and you made a few parameter changes and download into your arduino.

But it requires the Arduino to be on the wifi network. That's expensive and inflexible. If you don't have a ethernet port where you want the Arduino, you're stuck with having to use the really expensive wifi cards. I'm looking for a way to use a single ethernet connected Arduino as the gateway, and use cheap nRF24L01's to communicate with a few field nodes. But I'm not familiar enough with Arduino programming to figure out how to edit Souliss sketches to accomplish the same thing.

Anyone here tried something like this? Or maybe you're aware of some other platform that does the same thing as Souliss?

don't know souliss, but I use netio to design remote controls for all sorts of arduino things incl. home automation.

check it out, I have lots of fun with it:
http://netio.davideickhoff.de/

icebear:
don't know souliss, but I use netio to design remote controls for all sorts of arduino things incl. home automation.

check it out, I have lots of fun with it:
http://netio.davideickhoff.de/

Thanks for the pointer. I'm trying to gather all this stuff into one posting. If you want, add your experience to the thread here.

http://forum.arduino.cc/index.php?topic=225169.0

icebear:
don't know souliss, but I use netio to design remote controls for all sorts of arduino things incl. home automation.

check it out, I have lots of fun with it:
http://netio.davideickhoff.de/

Great Post!

I've question about NETio, it's an App for andorid?

how it work if you don't have a static IP? It's possible to connect with a sensor in that case?

TNX :stuck_out_tongue_closed_eyes:

arusr:
Has anyone had experience with the Souliss platform and Arduinos for home automation?

It uses Arduinos connected to your home network and an Android app to interact with the ethernet-connected Arduinos. I tried it out and it works pretty well. They provide the arduino sketches for some common devices (on/off actuation, analog input devices), and you made a few parameter changes and download into your arduino.

But it requires the Arduino to be on the wifi network. That's expensive and inflexible. If you don't have a ethernet port where you want the Arduino, you're stuck with having to use the really expensive wifi cards. I'm looking for a way to use a single ethernet connected Arduino as the gateway, and use cheap nRF24L01's to communicate with a few field nodes. But I'm not familiar enough with Arduino programming to figure out how to edit Souliss sketches to accomplish the same thing.

Anyone here tried something like this? Or maybe you're aware of some other platform that does the same thing as Souliss?

Hi Arus,

you are not obliged to use Ethernet over Souliss, you may use also wireless and wired RS485 connection between the nodes. Actually the nRF24 isn't supported because works on smaller payload than other chips, but is in the todo list.

If you have some nRF24 and want to contribute, you can join the mailing list. I've to include the driver for that radio, but I need also people to test those out.

Regards,
Dario.

@ALGDB

One can use Services like

I have three ArduinoMini nodes connected 24/7 with Souliss and many Sensors, Lights, Buttons, etc... and working perfect!!

It's easy and cheap!

I you need some help just ask!