Page 1 of 1

Raspberry GPIO EnOcean

Posted: Thursday 05 May 2016 19:32
by nepheris
Hi,

I have purchase the Raspberry PI GPIO EnOcean Kit (see url below) , but I can not find a tutorial to use it with Domoticz.
http://www.kubii.fr/cartes-extension-ca ... 03156.html

Can you please help me to find a tutorial to use it with Domoticz?

Thanks for your help

Re: Raspberry GPIO EnOcean

Posted: Sunday 07 August 2016 9:56
by davidfungf
You can redirect the serial traffic to Lan port by the following command.

EnOceanPi scored the / dev / ttyAMA0.

Code: Select all

root @ enoceanpi: ~ # apt-get install ser2net 
root @ enoceanpi: ~ # echo "7970: raw: 0: / dev / ttyAMA0: 57600 8DATABITS NONE 1 stop bit"> /etc/ser2net.conf 
root @ enoceanpi: ~ # / etc /init.d/ser2net restart 
[ok] restarting Serial port to network proxy: ser2net. 
root @ enoceanpi: ~ # cat /var/log/daemon.log 
13:19:40 enoceanpi ser2net [2314]: ser2net startup
And then setup a LAN device in Domoticz configuration page by listening a localhost (port 7970) in the above example

Re: Raspberry GPIO EnOcean

Posted: Sunday 02 October 2016 21:50
by SantyagoPL
Hi,

I try configure FAM4PI (Hat for Raspberry Pi with UART communication) with Domoticz. I use ser2net setup from this topic and I see data on configured port. But how configure Domoticz to use these configuration? I not found any General Lan Device to setup FAM4PI via ser2net :( Any hint or help?