-
-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "enable_telnet" to gateway #734
Conversation
Apperently you can enable the telnet service on xiaomi gateways to get root acces into the operating system of the gateway. Have not tested it myself (do not (yet) want to mess with the operating system). But everything is discussed in this HomeAssistant community post: https://community.home-assistant.io/t/xiaomi-mijia-smart-multi-mode-gateway-zndmwg03lm-support/159586/61
@syssi do you know if the "disable_telnet_service" command also works (just a good guess)? |
I've a spare gateway and will give it a try asap. |
My
|
Well the gateway.v3 apperently does not support that command, it schould work on the lumi.gateway.mgl03 It is a bit frustrating that all these diffrent gateway models support diffrent commands..... |
First https://github.com/rytilahti/python-miio/pull/732/files needs to be merged, since the catched model is used in the log message. |
* Add "enable_telnet" to gateway Apperently you can enable the telnet service on xiaomi gateways to get root acces into the operating system of the gateway. Have not tested it myself (do not (yet) want to mess with the operating system). But everything is discussed in this HomeAssistant community post: https://community.home-assistant.io/t/xiaomi-mijia-smart-multi-mode-gateway-zndmwg03lm-support/159586/61 * catch error on gateway models not supproting enable_telnet * fix isort
Apperently you can enable the telnet service on xiaomi gateways to get root acces into the operating system of the gateway.
Have not tested it myself (do not (yet) want to mess with the operating system).
But everything is discussed in this HomeAssistant community post: https://community.home-assistant.io/t/xiaomi-mijia-smart-multi-mode-gateway-zndmwg03lm-support/159586/61
It has been tried and succeded for multiple users as it seems in the community post.