Sylvain Cherrier

Results 24 comments of Sylvain Cherrier

Here you are : I have tried with different id, but all plug switch on each time. ``` import time import logging try: from enocean.communicators.serialcommunicator import SerialCommunicator from enocean.protocol.packet import...

Thanks a lot, @kipe I will test this on monday !

[SOLVED] Hi, i have a weird issue now... Even with my old code, i got a Cannot find type in EEP! (while using parse_eep method in packet.py) Is there a...

The code you give works ! ` p = Packet.create( paket_type=PACKET.RADIO, rorg=0xF6, func=0x02, type=0x02, destination=[0x01, 0x03, 0x02, 0x13], R1='Button AI', EBO='pressed', T21=True, NU=True, ) c.send(p) ` I need T21 and...

Hi. I don't know why, i have a regression. It was working (i could select at least only one plug, but now, it is quite messy :-( ) One plug...

Hi @kipe I can send your some devices.

Great ! Thanks @kipe :smiley:

@kipe You're welcome :-) I have some fun with this library, so, i will enjoy if you find out how to drive each actuator one by one ;-)

Hi Kipe ! It works great. I get the message : "New device learned" followed by the ID Did it twice (i mean, with two devices). It works perfectly well....

Ok... i make the change in example_D021-118-E.py to check if i can switch on an off... I 'll tell you