HomeGenie Forum

General Category => Stories => Topic started by: Siggi on October 31, 2016, 05:52:19 PM

Title: From HomeSeer to HG
Post by: Siggi on October 31, 2016, 05:52:19 PM
In my previous house I had a big setup using HomeSeer controlling Z-Wave, X-10 and RFX components. I was very pleased with HomeSeer, because I could always trust the system. But one of the biggest cons, is the pricing. The start package itself, is quite pricy and so are all the add-ons one have to buy. At that time, the system had to run on a windows PC and there's really a challenge to have this running 24/7 without something breaking. I think I changed all the internal parts during a two-year period.

When I moved to a new house, I decided to look for another solution and came across HG. It was highly customable, and the C# scripting option suited me very well since that's my preferred programming language. I started with ar Raspberry Pi 3, a Z-wave interface from Aeotec (ZW090) and a 433 MHz tranceiver (RFXTRX433E). The latter has support for a wide range of wireless switches, dimmers and sensors and I had also used that component in my HomeSeer setup.

I first wrote a program to get my RFX up and running, and it now fetches sensor data from my weather station, motion sensors and temperature probes. I made it support a wide range of 433 MHz sensors, if anybody would be interested. I also had it up and running with my NEXA switches and dimmers, but I decided to go for Z-wave

The next thing was to get my Z-wave network up and running. Had some problems detecting all my switches/dimmers, but finally everything is running.

I have a very basic setup, for now, where I use a combination of light- and motion sensors to control my lights. I also have my old "Night mode" from HomeSeer where everything that doesn't need to be on, is switched off. When night mode is on, lights will only slightly light up if someone has to go to the bath room or kitchen. I'm also working with a solution to lower the temperature in the house during night time. My HomeSeer setup used a combination of window sensors and thermostats. I figured it wasn't necessary to turn on the panel oven in my bedroom if the window was open. So I'll try to get that function up and running again.

I also have plans to incorporate some Arduino controllers for different purposes. Stay tuned, as I will try to keep you in touch with my progress.

Sigbjoern Trageton
ex HomeSeer user
Title: Re: From HomeSeer to HG
Post by: raptorjr on October 31, 2016, 08:06:58 PM
This sounds cool. I think that everything you can share would be appreciated.
Title: Re: From HomeSeer to HG
Post by: bkenobi on November 02, 2016, 04:07:53 PM
I built an Arduino based 433MHz receiver that only sorta works some of the time.  I wanted to convert it over to using an ESP8266 controller so it could be located for best coverage and utilize the RFM69HW receiver, but I never made any progress due to hardware issues.  I've seen the RFXCOM stuff in the past, but never really understood what it could or could not receive.  If it can be configured to receive and decode any 433MHz signal with minimal coding (basically just defining the signal protocol somehow) I'd be really interested especially if range is suitable.  Seeing that you have it working with an RPi and HG has me really excited actually!
Title: Re: From HomeSeer to HG
Post by: Siggi on November 03, 2016, 03:22:05 PM
You can read about the tranceiver here: http://www.rfxcom.com/epages/78165469.sf/en_GB/?ObjectPath=/Shops/78165469/Categories/Transceivers&ViewAction=ViewPaged (http://www.rfxcom.com/epages/78165469.sf/en_GB/?ObjectPath=/Shops/78165469/Categories/Transceivers&ViewAction=ViewPaged)
It supports a wide list of manufactures and models.
I have no problem what so ever with the range. I'm picking up signals from all sorts of 433 MHz units in the neighborhood. :)
Title: Re: From HomeSeer to HG
Post by: bkenobi on November 03, 2016, 03:35:39 PM
What kind of a range does that work out to be?  I have some property and a fairly large house (read as signal has to through many walls and over a fair distance).  I figure I need at least 100 yards through walls to be usable.  If it can do that, I'd drop what I have in an instant (assuming it's easy to program new protocols).
Title: Re: From HomeSeer to HG
Post by: Siggi on November 03, 2016, 08:36:51 PM
The sensors I'm picking up, is at least 60 meters away and if I'm not mistaken, the range is about 100 meters (free sight) with the onboard antenna. My house has wooden walls, so the signal levels will of course be much better than in i.e. a concrete building.

I know it's possible to do some tuning with an external antenna and of course placing the antenna as high as possible on your property. No guarantee from me though. But you can get in touch with Bert ([email protected]), he has helped me a lot and can probably answer all your questions.
Title: Re: From HomeSeer to HG
Post by: bkenobi on November 03, 2016, 10:38:28 PM
rfxcom.com has limited info (at least in English) and there seems to be no store to buy an interface from.  Is there a different site that they use I didn't find?  Anyway, there seem to be a lot of supported protocols, but none are the ones I need.  I see that flashing firmware is possible, so it looks like it is technically possible to update things.

Actually, they also have a WiFi version (or at least LAN) that might work ok if protocols could be added.  I'll have another look and perhaps contact RFXCOM directly for more details.
Title: Re: From HomeSeer to HG
Post by: Siggi on November 04, 2016, 09:46:13 AM
Yes, you can buy directly from rfxcom http://www.rfxcom.com/epages/78165469.sf/en_GB/?ObjectPath=/Shops/78165469/Categories/Transceivers (http://www.rfxcom.com/epages/78165469.sf/en_GB/?ObjectPath=/Shops/78165469/Categories/Transceivers)
and also from a list of others. If you take a peek at the bottom of this page: http://www.rfxcom.com/epages/78165469.sf/en_GB/?ObjectPath=/Shops/78165469/Categories/Transceivers&ViewAction=ViewPaged (http://www.rfxcom.com/epages/78165469.sf/en_GB/?ObjectPath=/Shops/78165469/Categories/Transceivers&ViewAction=ViewPaged)

But my best advice is you to have a chat with Bert.
Title: Re: From HomeSeer to HG
Post by: bkenobi on November 04, 2016, 04:56:13 PM
Looks like RFXlan isn't available anymore.  Maybe after talking to Bert I'll have a better idea,  but a second hand RFXlan might work well for me.
Title: Re: From HomeSeer to HG
Post by: wouter on November 08, 2016, 08:54:59 PM
I own a rfxcom usb rfxtrx433 transceiver I wonder if Siggi 's program will work for me. Where can I find it?
Title: Re: From HomeSeer to HG
Post by: [email protected] on November 09, 2016, 11:11:31 AM
If its available via serial then you can do wifi to serial :)  I'm using a usr wifi 232.. http://www.usriot.com/p/low-cost-wifi-modules/ (http://www.usriot.com/p/low-cost-wifi-modules/)

it 'may' let you hack something together :)
Title: Re: From HomeSeer to HG
Post by: Siggi on November 09, 2016, 12:04:00 PM
Here is the first version of the program, so don't be to harsh with me. I haven't added support for all the different manufactures and models yet.
Title: Re: From HomeSeer to HG
Post by: wouter on November 10, 2016, 09:00:25 PM
thank you . I'm gonna try it out ::)
Title: Re: From HomeSeer to HG
Post by: wouter on December 15, 2016, 01:42:14 PM
Hi Siggy,

Please help! I need more instructions. I installed your HGX. The signal next tot the app turns yellow. but I don't know what to do next.....

Wouter
Title: Re: From HomeSeer to HG
Post by: Siggi on December 18, 2016, 04:03:06 PM
Hmm, are you sure you have set the correct port for the receiver?
Title: Re: From HomeSeer to HG
Post by: wouter on December 19, 2016, 02:01:32 PM
ok, good question, didn't look into that yet. Will look into it as soon as possible. I'll be back ;-)
Title: Re: From HomeSeer to HG
Post by: petediscrete on February 02, 2017, 01:20:31 AM
Just read your OP Siggi. Homeseer does work on Raspberry Pi platform. I have it working myself. In fact it works on quite a few Linux distros. The November sale was offering the full Pro version with plugins for $299.

Maybe HG may suit you better though if you like to get your hands dirty and are a proficient C# programmer.