starkillerOG
starkillerOG
@rytilahti I agree that online cloud connection code would be best implemented in a separate python library. Would it be alright with you if such a separate library would be...
@serhatozkara you could try: ``` from miio import gateway hub = gateway.Gateway("192.168.1.IP", "tokentokentoken") sid = "lumi.SidSidSidSid" device_type = 19 subdevice_cls = gateway.AqaraHT dev_info = gateway.SubDeviceInfo(sid, device_type, 1, 1, 3) dev...
The gateway light can be integrated into HomeAssistant quite easily, just did not have time to clean-up the code and add it to HomeAssistant. The big problem for the lumi.gateway.mieu01...
@serhatozkara great, that means subdevices can indeed be controlled and read with a lumi.gateway.mieu01! So basically we only need to get the subdevice list of connected zigbee devices (probably from...
@arekkwi yes that is basically the list that I need, but I need to get that list using python code. The MiHome app gets that list from the cloud (not...
@serhatozkara That is greath news! I probably will not have time to write a python lib for this is the near future. But it would greatly help if you could...
@serhatozkara looks greath, that contains all the information we currently need. Would be greath if you could make some simple python code to get this dict.
@Squachen perfect, looks exactly like what we need. Unfortunately I cannot test it out because I am currently moving and all my equipment is in boxes... But with this it...
@tbarbette @rytilahti I think motion and door sensors etc schould wait untill PR #709 is finished before they get added to HomeAssistant. However there are many more devices like plug...
@rytilahti personally I would like to have the cloud credentials configurable though the options flow of HomeAssistant. Then users can chose if they want to use the cloud or not...