enocean integration - how?

Discussions about Z-Way software and Z-Wave technology in general
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Re: enocean integration - how?

Post by PoltoS »

You need the dongle and devices. nothing more. Go to devices and include EnOcean device using this (first add EnOcean binding with correct port)
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: enocean integration - how?

Post by pz1 »

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?
michap
Posts: 442
Joined: 26 Mar 2013 10:35
Contact:

Re: enocean integration - how?

Post by michap »

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: 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"
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
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: enocean integration - how?

Post by pz1 »

Thanks for giving this first impression
burns
Posts: 2
Joined: 07 Apr 2016 23:44

Re: enocean integration - how?

Post by burns »

Can someone help me regarding this post:
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)
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.

Best Regards,
Bernhard
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: enocean integration - how?

Post by pz1 »

Did you add the Enocean network app? (It is under the local apps)
burns
Posts: 2
Joined: 07 Apr 2016 23:44

Re: enocean integration - how?

Post by burns »

Ah, thats the trick :D Many thanks!
Post Reply