Read the statement by Michael Teeuw here.
[MMM-Roomba980] - Live Roomba Stats
-
@joseska I’m not familiar with the Miio/Xiaomi API.
Are you seeing data returned from the raw HTTP request (looks like you’re logging some)? If you are, you’ll need to call
self.sendSocketNotification('STATS', self.stats);
after updatingself.stats
to tell your module to update. Unfortunately I can’t test anything since I don’t have a Xiaomi.You may want to look at using https://github.com/aholstenson/miio too.
-
This post is deleted! -
@relm923 Hi… WORK… ;)
the error was that I rename renderPhase function to renderPhase2. (Novice)
I need to change some things still and use miio to get vacuum data, but for now WORK…When use miio to get data I upload to github and publish here If you give me permission to use your module as the base of mine…
thanks for your time…
-
@joseska Nice work! Feel free to use my module how ever you want
-
I got the whole time only “loading” on my screen! I Installed Dorita980 und the module! Did you have some hints?