Read the statement by Michael Teeuw here.
MMM-Loxone
-
It would be nice if the module can work with udp commands. I would suggest sending „activity in room“ plus an integer and this is the alive time for the magic mirror.
-
@bobbythemoh This seems like a solution for thinkerers. I want solutions for everyone using built-in function from the Loxone eco system.
-
I just published the module, please try it out and file feature requests:)
[card:idoodler/MMM-Loxone]
-
Hi, i tried to install the module today but i cant run it.
Please find attached a screenshot with a waring when i ran “npm install” and secondly the config i add in config.js
The magic mirror shows me that there is an error in the config.jsThanks for the help!
[npm install]
-
@bobbythemoh Please check your
config.json
this is not a valid object. Your config should look like this:config: { host: '192.168.0.200', user: 'MagicMirror', pwd: 'YOUR_PW' }
You are missing both the
:
and,
.Everything should be fine after you corrected the
config.json
. Your first screenshot just shows the correct installation process, you can ignore theWARN
messages. -
Hey, the first thing i have observerd so far is the power consumption of the Magic Mirror. Without Monitor i measure approx. 5 Watts, and if the monitor is on i measure 45W. The system was now running for some hours, but the monitor does not switch to “standby” mode. any ideas?
-
Hi, the mirror looks like that right now:
I dont see the temperature in the “current weather” module
How can i check, if the communication to loxone is working? Motion sensor activation does not work aswell.I think i am doing something wrong.
-
alright, i had to reboot the mirror, now i can see the room temperature, communication seems to work.
how is the motion sensor supposed to work? My mirror shows blackscreen after some time but no standby for the monitor. Activating the motion sensor the display does not light up. Any ideas? How do you manage power consumption?Thanks
-
Is there a way to display things like Energy Production / Consumption), which window / door is open or generally variables id like to see?
What about the underline below “MMM-Loxone” --> “module_3_MMM-Loxone” should there be the alarm notifications?
would you mind posting a screenshot of your MM?
Thanks
-
@bobbythemoh Let me quote the Readme.md for you.
This module doesn’t have its own visualisation, but it exposes information like the room temperature and other states other modules can and will use.
There is no UI, so it doesn’t make any sense to display it in the top right corner. Just uncomment
position: "top_right",
andMMM-Loxone
won’t be displayed on your screen.Motion sensor
Again, let me quote the Readme.md
If enabled this module will use the LightControllerV2 in the defined room to set the MagicMirror to sleep or wake it up
Requirements:
roomUuid
must be defined in yourconfig.json
- The defined Room must contain at lease one
LightControllerV2
presence
must be defined and set to true in yourconfig.json
How it works:
The HDMI port of the Raspbery Pi will be dissabled, whenever you switch off your lights. Your monitor should then dissable its backlight automatically if there is no HDMI signal after a specific time.Right now there is no automatic power saving (after a specific time), I may add it later tho.
Example:
- You enter the room -> Light switches on, mirror switcheson
- You leaf the room -> Light switches off after the defined timeout, mirror switches off
Definition:
Lights off = The mood “All off”Do I use the LightControllerV2"?
Well, you should, it is much more powerfull than its predecessor:)
Just open the App, open your LightController, click on the lower right “More” button and look out for the word “Moods” (“Stimmungen” in German).But I am missing an importand Feature!
Please file a Issue and describe what you are missing, I may implement it;)