fruggy83 / openocean

27 stars 11 forks source link

compatibility with these actionnable equipments ? #96

Open remisharrock opened 3 years ago

remisharrock commented 3 years ago

Dear @fruggy83 we are using your project to try to control a roller shutter (we don't have a lot information about it) and a lamp (also no info for the moment). For now, this roller shutter and this lamp are controlled with enocean switches and we sniffed the following raw enocean telegrams with with USB300 gateway:

Roller shutter switch: when we push the "up one step" button we capture this datagram:

b'U\x00\x07\x07\x01z\xf6P\x00+\xb0/0\x00\xff\xff\xff\xff-\x00\xb7'

b'U\x00\x07\x07\x01z\xf6\x00\x00+\xb0/ \x00\xff\xff\xff\xff-\x00\x04'

Roller shutter switch: when we push the "down one step" button we capture this datagram:

b'U\x00\x07\x07\x01z\xf6p\x00+\xb0/0\x00\xff\xff\xff\xff-\x00I'

b'U\x00\x07\x07\x01z\xf6\x00\x00+\xb0/ \x00\xff\xff\xff\xff-\x00\x04'

Lamp switch : "luminosity inscreased by one step" :

b'U\x00\x07\x07\x01z\xf6P\x00+\xb7\xdc0\x00\xff\xff\xff\xff-\x00\x85'

b'U\x00\x07\x07\x01z\xf6\x00\x00+\xb7\xdc \x00\xff\xff\xff\xff-\x006'

Lamp switch : "luminosity decreased by one step" :

b'U\x00\x07\x07\x01z\xf6p\x00+\xb7\xdc0\x00\xff\xff\xff\xff-\x00{'

b'U\x00\x07\x07\x01z\xf6\x00\x00+\xb7\xdc \x00\xff\xff\xff\xff-\x006'

Do you think you can find the EEP within these telegrams ? If so, are these equipments compatible with openocean (with openhab) ?

Thank you for your help !