Read the statement by Michael Teeuw here.
[MMM-Roomba980] - Live Roomba Stats
-
Description
Display basic stats from any Wi-fi enabled Roomba on your local network
- Name
- Job Status
- Bin Status
- Battery Charge
Supports English and Spanish
Screenshot
Let me know what you think and if you have any ideas enhancements!
Download
[card:relm923/MMM-Roomba980]
-
Great… I´m starting with my magicmirror, but when are ok I will try to create similar module for xiaomi vacuum.
maybe with your module and this “https://github.com/seikan/homebridge-xiaomi-mi-robot-vacuum” I will create a Frankestein with my low level coding ;)Thanks…
sorry for my english, I´m Spanish…
-
Cool :). Seems to be compatible with more than one romba(980)?!
Compatible robots: all 800 and 900 series with HOME app. -
@joseska Looks like that should work. Let me know if I can help
-
@djsunrise19 Good catch! I renamed the repo/package to
MMM-Roomba
to reflect the compatibility. The old links should still continue to work -
@relm923 Thanks… my nodejs coding is very bad.
I´m trying with MIIO API for xiaomi vaccum data but sometimes work and others not work…I´m trying…
thanks…
-
Hey… Can you help me… the module always is “LOADING”.
for Now the data is trought json url because miio not work property. JSON work well, but the module always is “LOADING”. not work
the url of the module is: https://github.com/joseska/MMM-Xiaomi-Vacuum
sorry, is a copy-paste of your module, for now I have not been able to put the credits on github…thanks…
-
@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…