Anleitung wie hier: https://wiki.fhem.de/wiki/Broadlink
ABER: Ich bekomme eine Fehlermeldung, dass in __init ein 4. Parameter fehlt. (Ich hab RM Mini 3)
device = broadlink.rm(host=("[ip]",80), mac=bytearray.fromhex("12 34 56 00 78 9a"), devtype=0x27c2
Als muss als weiterer Parameter gesagt werden, um welches Gerät es sich handelt. Das sind (alle IR-Geräte .rm):
0x2712, # RM2 0x2737, # RM Mini 0x273d, # RM Pro Phicomm 0x2783, # RM2 Home Plus 0x277c, # RM2 Home Plus GDT 0x272a, # RM2 Pro Plus 0x2787, # RM2 Pro Plus2 0x279d, # RM2 Pro Plus3 0x27a9, # RM2 Pro Plus_300 0x278b, # RM2 Pro Plus BL 0x2797, # RM2 Pro Plus HYC 0x27a1, # RM2 Pro Plus R1 0x27a6, # RM2 Pro PP 0x278f, # RM Mini Shate 0x27c2 # RM Mini 3
Dann funktioniert es…