cadavre / miio_gateway

lumi.gateway.mieu01 with custom miio_client integration for HA
54 stars 22 forks source link

Conflicts With https://github.com/rytilahti/python-miio #13

Open serhat-ozkara opened 4 years ago

serhat-ozkara commented 4 years ago

This component conflicts with https://github.com/rytilahti/python-miio and severaly disrupts useability. Both implemantation uses port 54321. So this component can't be used with other components which uses python-miio

aburghelea commented 3 years ago

Hi @serhat-ozkara ,

Unfortunately, even if we make the port configurable here, it is used to comunicate with the "local miio_client" that resides on our hacked bridges.

The original client has the port hardcode at miio_client.c . And although I don't remember a lot about the hardware of the bridge itself, I doubt it could expose another port (considering that the hacked client is modified to use it).