Kimmo Huoman

Results 59 comments of Kimmo Huoman

Oh, forgot to mention that in my opinion this depends on issue #26, so I'm likely to implement that when creating trying to tackle this once and for all...

SUCCESS \o/ I can now automatically respond to the UTE Teach-in and once taught in, I can control the switches. These switches seem to respond to the Destination ID, even...

@sylvaincherrier Can you test the `example_DO21-11B-E.py` to double confirm, once you've tested, this can be closed...

Can you also control the devices as the example functions describe?

As I observed, a second teach-in procedure seems to clear the previous teach-in. So in essence, you should only learn each device once.

Yes, I have. I've successfully managed both, pairing one device at a time and pairing both devices on the same run. My procedure (when both devices are cleared): 1. Start...

Hmmmm, D2-02 -series should be sensors, so that cannot be correct. I'd assume that the correct EEP is D1-01-0B, which is in the category "Electronic switches and dimmers with Energy...

Actually, it's better to change `Transmitter ID` to `Sender ID`. It is number from 0 to 128, used as offset from the `Base ID`. And no, I'm not going to...

Basic implementation started at [storage](https://github.com/kipe/enocean/compare/storage?diff=unified&name=storage).

The current implementation doesn't actually implement the storage anywhere. In my opinion, the storage should be tied to `Communicator`, as that's where we're going to handle the packages (as per...