Hi all,
Hi @danielperna84,
First of: great job with pyhomematic! It works really good!
I configured the homematic component to connect to homegear on localhost on my rpi.
I paired some heating valves and an EQ3 eco switch (BC-PB-2-WM) to homegear which works well now.
In the HASS automation trigger, I had to do two things, differing from the homematic documentation:
-
The switches device name (no name resolving) had to be in upper case! That’s not especially noted in the documentation. This is a bit confusing, because for the valves, lower case works fine.
-
The event is “PRESS”, not “PRESS_SHORT”. I tried PRESS_SHORT with no success. Here is the homegear log:
12/12/17 18:07:17.748 MAX packet received (My-MAX-CUL, RSSI: 0x2B): 0C0902500A2F5FFD3DBC001001 12/12/17 18:07:17.749 Module MAX: Info: PRESS on channel 2 of peer 1 with serial number KEQ0687158 was set to 0x10. 12/12/17 18:07:17.787 Module MAX: CUL "My-MAX-CUL": Info: Sending (My-MAX-CUL, WOR: no): 0B090202FD3DBC0A2F5F0000
Can you please verify these issues?
Best regards