Read the statement by Michael Teeuw here.
MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror
-
@sdetweil Thanks! :)
-
@iorifly see this module
-
I get an error:
My config is like this:
{ module: 'MMM-homeassistant-sensors', position: 'top_left', config: { host: "192.168.0.185", port: "8123", https: false, token: "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpiJmMmVQ4ODM0NzViYmQ4NzdlZTdlYmsImlhdCI6MTU5MjM5NjYxOSwiZXhwIjoxOTA3NzU2NjE5fQ.CxGIZP-TPWWZAFuNx3UV-sucjg8j8885ia00gCiG4vGg", values: [ { sensor: "sensor.jacuzzi_temperatuur", }, ] } },
Any help is more than welcome
-
@RdP I would recommend editing your token out when posting code.
-
I did use a dummy token
-
@RdP anything in the logs of home assistant ?
I use this module and does work.
-
@JohnBachini said in MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror:
@RdP anything in the logs of home assistant ?
I use this module and does work.
Nothing in the HA logs :-(
-
@RdP said in MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror:
I get an error:
My config is like this:
{ module: 'MMM-homeassistant-sensors', position: 'top_left', config: { host: "192.168.0.185", port: "8123", https: false, token: "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpiJmMmVQ4ODM0NzViYmQ4NzdlZTdlYmsImlhdCI6MTU5MjM5NjYxOSwiZXhwIjoxOTA3NzU2NjE5fQ.CxGIZP-TPWWZAFuNx3UV-sucjg8j8885ia00gCiG4vGg", values: [ { sensor: "sensor.jacuzzi_temperatuur", }, ] } },
Any help is more than welcome
Bump… Is there anyone who can point me in the right direction?
-
@RdP I don’t know anything about module, just asking questions
it was working and stopped? or is this the 1st time?
if u look at the logs (console, npm start, pm2 logs) or the developers window, ctrl-shift-i, select the console tab and scroll up to see any errors, usually red text, do you see anything?
-
Love this module, I am just trying to figure out if it possible to merge the attribute pieces from this fork: https://github.com/moejetz/MMM-homeassistant-sensors with this one: to allow adding attributes. I’m trying to read up on how to do it, but not sure if it’s a lot of work to do or if there is an easy way to do it. I’m also checking for any guidance in the help forum. Any help would be appreciated!