Search found 1 match

by renedis
Thursday 15 February 2018 16:44
Forum: Others
Topic: Xiaomi Smart Socket Plug WiFi
Replies: 17
Views: 15882

Re: Xiaomi Smart Socket Plug WiFi

You need to install https://github.com/aholstenson/miio after that you need to do a discovery: sudo miio discover Or: sudo mirobo --discover Commando to read internal temperature (if available): sudo mirobo --ip PLUGORPWRSTRIP-IP --token TOKEN raw_command get_prop '["temperature"]' | tail -1 | awk ...