sozkara
sozkara
Let me know if I can contribute on this subject. I'm in the same position with @javicalle. Integration works only with "Arm Away" option. I also successfully controlled the LED...
Oh boy! Here's the response from sensor: `device AqaraHT: lumi.158d00045ad7cd, model: WSDCGQ11LM, zigbee: lumi.weather.v1, fw: 3, bat: None, vol: 3.025, props: {'temperature': 26.02, 'humidity': 66.21, 'pressure': 0.0}>`
@starkillerOG I don't know java either but many people from work does. Let's see if can get it done there...
@starkillerOG I've made some digging on the Java example and retrieved some useful info. Actual sign in is done on: https://github.com/openhab/openhab-addons/blob/7628135323df6f07e3c2993d7b816a16e334d849/bundles/org.openhab.binding.miio/src/main/java/org/openhab/binding/miio/internal/cloud/MiCloudConnector.java With some mitmproxying and inspecting java code, I've successfully...
@starkillerOG here is a sample response from device_list service. I'll add simple py codes to sign in to cloud if I can :) ```{ "code": 0, "message": "", "result": {...
@starkillerOG Hello again, I successfully signed in to Xiaomi Cloud and get the service token needed for every request to the device API's with python. Code is very crude and...
Wow @Squachen perfect! You adressed most to do's in https://github.com/rytilahti/python-miio/issues/728#issuecomment-667596758 A welcome addition will be the server selector because not all people use the same country's servers, just like openhab...