Search found 6 matches

by flwvanes
Thursday 27 August 2015 17:23
Forum: MySensors
Topic: MySensors - Gateway to Domoticz
Replies: 318
Views: 166589

Re: MySensors - Gateway to Domoticz

I'm trying to get several MySensors gateways to work simultaneosly with Domoticz. For testing purpose I have prepared two Ethernet Gateways and some basic sensors. Each gateway with sensors works fine separately. But when I use the two Hardwares (MySensors Ethernet Gateways) in Domoticz one or both ...
by flwvanes
Tuesday 25 August 2015 20:50
Forum: MySensors
Topic: IR Sender/Receiver built, now what?
Replies: 53
Views: 30758

Re: IR Sender/Receiver built, now what?

I have flashed the Arduino. And the marmitek device added in the Harmony. But there are no codes rolling by in Arduino Serial. When i compile the arduino sketch there was a library missing the X10ex.h. It was not in the link you have posted, so i grabbed it from somewhere.... Maybe thats why?? The ...
by flwvanes
Tuesday 25 August 2015 20:04
Forum: MySensors
Topic: IR Sender/Receiver built, now what?
Replies: 53
Views: 30758

Re: IR Sender/Receiver built, now what?

Thanks... I will try this out. Does every command make a new virtual device/switch in Domoticz? No, this sketch is only working for 16 units, but you can expand it with more units by using the house code aswell (each house has 16 units). (The X10 code is build of a "House", "Unit" and "Command ...
by flwvanes
Tuesday 25 August 2015 19:48
Forum: MySensors
Topic: IR Sender/Receiver built, now what?
Replies: 53
Views: 30758

Re: IR Sender/Receiver built, now what?

Hi all, I have a MySensors IR receiver in combination with domoticz running for some months now and is working perfect for my needs. I am using the X10 IR codes (because I found a library on the internet to decode the X10 IR codes with an arduino) which I can send via my Harmony remote control. In ...
by flwvanes
Monday 24 August 2015 20:53
Forum: MySensors
Topic: IR Sender/Receiver built, now what?
Replies: 53
Views: 30758

Re: IR Sender/Receiver built, now what?

I found the library, thanks to google ;-)

https://github.com/DougC/arduino-x10

Sorry link is from a different library, but is not the one I had used :oops:
Send me an PM if you need X10 library I had used.
by flwvanes
Monday 24 August 2015 20:43
Forum: MySensors
Topic: IR Sender/Receiver built, now what?
Replies: 53
Views: 30758

Re: IR Sender/Receiver built, now what?

Hi all, I have a MySensors IR receiver in combination with domoticz running for some months now and is working perfect for my needs. I am using the X10 IR codes (because I found a library on the internet to decode the X10 IR codes with an arduino) which I can send via my Harmony remote control. In ...