enocean integration - how?
Re: enocean integration - how?
You need the dongle and devices. nothing more. Go to devices and include EnOcean device using this (first add EnOcean binding with correct port)
Re: enocean integration - how?
Anyone out there who can share some Enocean experiences with us? Curious to know which devices are being supported/used. Also reliability reports would be interesting. The technology used to have a negative reputation, but I do no read much about that lately.
So who kicks the ball?
So who kicks the ball?
Re: enocean integration - how?
Ok,
have integrated the EnOcean Pi module - https://www.enocean.com/en/enocean-pi/
Before have updated my Z-Way to version 2.1.1.
EnOcean module should be added as ttyAMA0 device in configuration - all fine.
Add devices - EnOcean, it is userfriendly - you can choose the manufacturer and then the device.
Next step is "learn" - adn this should be all.
My Window/Door sensor (Hoppe) is not in database - the only devce I wanted to include
http://www.hoppe.com/in/en/window-handl ... secusignal
There must be 3 states:
Open
Closed
Semi-Open
I get value change for
closed D0
open E0 (from semi -> open), C0 (from closed -> open)
semi open F0
code change seems to be here:
55 00 07 07 01 7A F6 D0
I hope this are all information for an integration
Best regards
Michael
have integrated the EnOcean Pi module - https://www.enocean.com/en/enocean-pi/
Before have updated my Z-Way to version 2.1.1.
EnOcean module should be added as ttyAMA0 device in configuration - all fine.
Add devices - EnOcean, it is userfriendly - you can choose the manufacturer and then the device.
Next step is "learn" - adn this should be all.
My Window/Door sensor (Hoppe) is not in database - the only devce I wanted to include

http://www.hoppe.com/in/en/window-handl ... secusignal
There must be 3 states:
Open
Closed
Semi-Open
I get value change for
closed D0
open E0 (from semi -> open), C0 (from closed -> open)
semi open F0
Code: Select all
[2015-09-05 13:04:41.644] [I] [zeno] RECEIVED: ( 55 00 07 07 01 7A F6 C0 01 8E 56 0D 20 02 FF FF FF FF 3D 00 FB )
[2015-09-05 13:04:41.645] [I] [zeno] Got telegram: rorg = 0xf6, sender = 0x0d568e01, size = 1, status = 32
[2015-09-05 13:04:41.645] [D] [zeno] SETDATA controller.data.promiscLastSeen = "0d568e01"
[2015-09-05 13:04:42.233] [I] [zeno] RECEIVED: ( 55 00 07 07 01 7A F6 F0 01 8E 56 0D 20 02 FF FF FF FF 37 00 F8 )
[2015-09-05 13:04:42.234] [I] [zeno] Got telegram: rorg = 0xf6, sender = 0x0d568e01, size = 1, status = 32
[2015-09-05 13:04:42.234] [D] [zeno] SETDATA controller.data.promiscLastSeen = "0d568e01"
[2015-09-05 13:04:42.692] [I] [zeno] RECEIVED: ( 55 00 07 07 01 7A F6 E0 01 8E 56 0D 20 02 FF FF FF FF 3A 00 6E )
[2015-09-05 13:04:42.693] [I] [zeno] Got telegram: rorg = 0xf6, sender = 0x0d568e01, size = 1, status = 32
[2015-09-05 13:04:42.693] [D] [zeno] SETDATA controller.data.promiscLastSeen = "0d568e01"
[2015-09-05 13:04:43.047] [I] [zeno] RECEIVED: ( 55 00 07 07 01 7A F6 D0 01 8E 56 0D 20 02 FF FF FF FF 44 00 9B )
[2015-09-05 13:04:43.048] [I] [zeno] Got telegram: rorg = 0xf6, sender = 0x0d568e01, size = 1, status = 32
[2015-09-05 13:04:43.048] [D] [zeno] SETDATA controller.data.promiscLastSeen = "0d568e01"
[2015-09-05 13:04:43.286] [I] [zeno] RECEIVED: ( 55 00 07 07 01 7A F6 C0 01 8E 56 0D 20 02 FF FF FF FF 33 00 2D )
[2015-09-05 13:04:43.287] [I] [zeno] Got telegram: rorg = 0xf6, sender = 0x0d568e01, size = 1, status = 32
[2015-09-05 13:04:43.287] [D] [zeno] SETDATA controller.data.promiscLastSeen = "0d568e01"
55 00 07 07 01 7A F6 D0
I hope this are all information for an integration

Best regards
Michael
Re: enocean integration - how?
Thanks for giving this first impression
Re: enocean integration - how?
Can someone help me regarding this post:
Best Regards,
Bernhard
I have the EnOcean usb-dongle connected to my Pi, but how do I add EnOcean binding with correct port? Is there a way to do this in smarthome-ui? Currently the UI shows no option to connect EnoOcean-Devices which seems to be correct according the changelogs.PoltoS wrote:You need the dongle and devices. nothing more. Go to devices and include EnOcean device using this (first add EnOcean binding with correct port)
Best Regards,
Bernhard
Re: enocean integration - how?
Did you add the Enocean network app? (It is under the local apps)
Re: enocean integration - how?
Ah, thats the trick
Many thanks!
