Read the statement by Michael Teeuw here.
Which modules with Home Assistant currently work?
-
I see that the module tries to connect to the Home assistant.
-
@iorifly said in Which modules with Home Assistant currently work?:
EADDRINUSE
U already have some application using that port, and are trying to start another
-
I don’t know what it would be. It is not related to MMM-HASS.
Even with a simple config.js I have this msg. I think I should restart my raspberry.
-
@iorifly does mm start on boot?
-
Do not. I restarted and the msg stopped. Now I’m fighting with MMM-HASS.I take back what I said. He did give me more information!
The mistake I have is in the development of the module. The error is in the connection of the module to the HA system.
I can’t do anything but wait for the developer’s announcement.[14:23:57.773] [LOG] Create new news fetcher for url: https://noticias.r7.com/rio-de-janeiro/feed.xml - Interval: 300000 [14:23:57.895] [LOG] { deviceLabel: 'Quintal', deviceReadings: [ { sensor: 'sensor.caixa_dagua', icon: 'wi wi-thermometer', suffix: '%' } ] } [14:23:57.919] [LOG] 192.168.1.158:8123/api/states/sensor.caixa_dagua?api_password=juere3027 [14:23:57.920] [LOG] Request URL: http://192.168.1.158:8123/api/states/sensor.caixa_dagua?api_password=juere3027 [14:23:58.215] [ERROR] (node:18860) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. [14:23:58.440] [LOG] null [14:23:58.443] [LOG] 401: Unauthorized [14:23:58.445] [LOG] { undefined: undefined, label: 'Quintal' } [14:23:59.415] [LOG] Refreshed access token because it has expired. Expired at: 14:23:57 now is: 14:23:59 [14:23:59.450] [LOG] Refreshed access token because it has expired. Expired at: 15:23:59 now is: 14:23:59 [14:23:59.487] [LOG] Refreshed access token because it has expired. Expired at: 15:23:59 now is: 14:23:59 pi@raspberrypi:~/MagicMirror $ -
I tried this option but also to no avail.
-
@iorifly to dvbit point you could just use fullpageos if you just want to display a Lovelace tab…
Also, I have had homeassistany sensors working recently…if you want to give some more detail of what you’ve done and what the problem is. And share you relevant code I can try to help…
-
I would love to know how to display only one lovelace tab. But still it would be the whole screen or I can go down the screen to show only what I want.
I have my problem report here too:
https://community.home-assistant.io/t/magic-mirror/8443/59
what do you need ? I can pass everything !!!
-
You can use a custom card called custom header to minimize the top and right bar . also having it happen just for the mm through user agent recognition
-
@iorifly add debuglogging: true,
to the config.js for the HASS module
it doesn’t handle errors at all… but will report status if that flag is enabled
request(get_options, function(error, response, body) { completed_requests++; if(config.debuglogging) { console.log(error); console.log(body); } -
added it to my config.js. However nothing happened or signaled … Thanks anyway.
-
@iorifly Will be in the terminal window, or pm2 logs output
-
I managed to solve !!! Connected !!! THANKS !!
-
@iorifly what was it? Can’t keep us guessing!
-
I created another token (in HA). and replace in the module.
-
but I will try to use this module. It seems to be more complete.
https://github.com/leinich/MMM-homeassistant-sensors
I will create another token in the Home assistant (HA) for him.
-
actually this module is also working. That is,
operational modules tested by me:
MMM-HASS
MMM-homeassistant-sensor -
i want to use the modul MMM-HASS
but i get the error in HA “Login attempt or request with invalid authentication from”
i use Home Assistant 0.116.2here is my MM-Config from the Modul:
{ module: "MMM-HASS", position: "top_left", config: { host: "xxx.xxx.xxx.xxx", port: "8123", apipassword: "xxxxxx", hassiotoken: true, token: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", https: false, devices: [ { deviceLabel: "Temp Test", deviceReadings: [ { sensor: "sensor.temp1", icon: "wi wi-thermometer", suffix: "°"}, { sensor: "sensor.temp1 _2", icon: "wi wi-humidity", suffix: "%"}, ] }, ] }In MM:
Temp Test undefined°undefined%
Log from MM:
[2021-01-09 10:36:47.251] [LOG] { undefined: undefined, label: Temp Test }
[2021-01-09 10:37:47.408] [LOG] Request URL: http://xxx.xxx.xxx.xxx:8123/api/states/sensor. temp1?api_password= xxxxxx
[2021-01-09 10:37:47.408] [LOG] Request URL: http://xxx.xxx.xxx.xxx:8123/api/states/sensor. temp1_2?api_password= xxxxxx
[2021-01-09 10:37:47.524] [LOG] { undefined: undefined, label: Temp Test }What I have to config in HA? Would be really grateful for tips
-
Only for information, in case someone has the same problem.
The module works for me now, with the above configurationI found the following articles: https://github.com/aserramonner/MMM-HASS/pull/13/commits/bd816304ba146ad84bce5cada65cb3416194aca7
I made these changes: In File „node_helper.js“ von MMM-HASS
row 130 changed in:
post_options.headers = { 'Authorization' : 'Bearer ' + config.token };row 176 changed in:
get_options.headers = { 'Authorization' : 'Bearer ' + config.token }; -
@babene1 Hey, I followed your setup instructions but still get undefined for the sensors, any ideas?
Config
{ module: "MMM-HASS", position: "top_right", config: { host: "hass_ip", port: "8123", apipassword: "hass_api_password", hassiotoken: "true", token: "hass_token_for_MMM-HASS" https: false, devices: [ { deviceLabel: "Interior", deviceReadings: [ { sensor: "sensor.living_room_thermostat_temperature"}, { sensor: "sensor.living_room_ac_temperature"} ] }, ] } },
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login