Mediola gateway V4 Plus & Domoticz...
Posted: Thursday 28 January 2016 23:48
I started my Domotica with some KAKU switches, sensors and remotes. To make it a a bit smarter and fancier, I added a Mediola gateway. Soon I found out that the Mediola box does not do much for the smartness. It's is quite fancy, though. It comes with a mobile app and you can buy mobile device remote control app design software to it. I did that. And again: very fancy, not smart. I also bought some 868MHz LED controllers and Sunscreen motors.
https://www.conrad.nl/nl/mediola-aio-ga ... 26582.html
This Mediola Gateway contains two 868MHz tranceivers, one 433MHz tranceiver, one infrared tranceiver and connections for: power, network, additional infrared LEDs, some logic for switching on timer, event, sunrise/sundown. No further options for adding more smartness, except for the http command interface and the fact that it broadcasts almost all that 'happens' on 1902/UDP.
First 'smart' project: to gradually increase the aquarium LED light from dark to fully lit in 15 minutes, by one push of a button, and to gradually turn off by one push of a button or by timer. These gradually-on and gradually-off automations need to be interruptable by a push on the mentioned button. Well, Mediola couldn't do that.
So, I got a Raspberry PI 2, looked at OpenHAB and Domoticz. Easy choice: Domoticz. Now... to make the Domoticz and the Mediola 'work' together...
To make things easy, I got an RFXTRX433E. (I need an 868MHz tranceiver, too. ...very much...)
So, my LED controllers and sunscreen motors are 868MHz, so, still out of reach for the Domoticz. I managed to craft some LUA that enables Domoticz to control these 868MHz devices, by sending http to the Mediola, which transmits it over 868MHz. For example, when I push my KAKU switch, Domoticz picks it up, sends a http request to the Mediola, which sends an 868MHz command to the LED controller, which powers the LEDs that light up the room. From 'push' to 'light' takes about 1.5 to 2 seconds and that is not good for the WAF.
So... is there anybody out there that also tries to make Domoticz and Mediola to 'work' together? (or successfully made it happen?)
If so, would be good to share ideas and scripts. I'll share mine if anyone is interested.
https://www.conrad.nl/nl/mediola-aio-ga ... 26582.html
This Mediola Gateway contains two 868MHz tranceivers, one 433MHz tranceiver, one infrared tranceiver and connections for: power, network, additional infrared LEDs, some logic for switching on timer, event, sunrise/sundown. No further options for adding more smartness, except for the http command interface and the fact that it broadcasts almost all that 'happens' on 1902/UDP.
First 'smart' project: to gradually increase the aquarium LED light from dark to fully lit in 15 minutes, by one push of a button, and to gradually turn off by one push of a button or by timer. These gradually-on and gradually-off automations need to be interruptable by a push on the mentioned button. Well, Mediola couldn't do that.
So, I got a Raspberry PI 2, looked at OpenHAB and Domoticz. Easy choice: Domoticz. Now... to make the Domoticz and the Mediola 'work' together...
To make things easy, I got an RFXTRX433E. (I need an 868MHz tranceiver, too. ...very much...)
So, my LED controllers and sunscreen motors are 868MHz, so, still out of reach for the Domoticz. I managed to craft some LUA that enables Domoticz to control these 868MHz devices, by sending http to the Mediola, which transmits it over 868MHz. For example, when I push my KAKU switch, Domoticz picks it up, sends a http request to the Mediola, which sends an 868MHz command to the LED controller, which powers the LEDs that light up the room. From 'push' to 'light' takes about 1.5 to 2 seconds and that is not good for the WAF.
So... is there anybody out there that also tries to make Domoticz and Mediola to 'work' together? (or successfully made it happen?)
If so, would be good to share ideas and scripts. I'll share mine if anyone is interested.