starkillerOG
                                            starkillerOG
                                        
                                    I just made some code that schould allow the `lumi.gateway.mieu01` to work with python_miio for subdevice support: https://github.com/starkillerOG/python-miio/tree/EU_gateway I did no properly add micloud to the dependancies yet, so please...
@tbarbette I fixed the missing comma and edited the zigbee_models of the magnet and motion sensor. There was a small mistake in the test script I provided (missing the `.values()`),...
@tbarbette regarding your devices, is it correct that: 'lumi.sensor_magnet.v2' == model "MCCGQ01LM" 'lumi.sensor_motion.v2' == model "RTCGQ01LM" What is the model of the 'lumi.sensor_switch.v2'? I could not figure out which one...
@tbarbette Nice, thanks for testing! Looks good to me, so this actually makes `lumi.gateway.mieu01` subdevice support possible. If you can find time I would appriciate it if you could check...
@jonasCr basically the groundwork is there, but I have little time at the moment to work on it. First PR https://github.com/rytilahti/python-miio/pull/782 needs to be finished, then we can think of...
I am planning on picking up this as soon as possible. I will be working on PR #782, so basically that is where any help would be appriciated.
@serge1peshcoff, @airampg I picked up this work again, current progress is in this branch: https://github.com/starkillerOG/python-miio/tree/patch-18 I will update PR #782 once I get the code back to a working state...
Alright, I finished the PR and I think it is ready for revieuw/merge. Due to merge conflicts PR #782 was closed. The new PR is here: https://github.com/rytilahti/python-miio/pull/924 @serge1peshcoff, @airampg It...
@airampg The current PR does not yet include the EU_gateway support The following branch I just made does: https://github.com/starkillerOG/python-miio/blob/EU_gateway_2/miio/gateway/gateway.py I did no properly add micloud to the dependancies yet, so...
@airampg I just made a commit to branch https://github.com/starkillerOG/python-miio/blob/EU_gateway_2/miio/gateway/devices/subdevices.yaml Could you update with that latest commit and try again? And you are right, I made a small mistake in the...