Read the statement by Michael Teeuw here.
MMM-Domiticz
-
@peter
I am sorry this happend. i flip the screen if you have the app on the left side. the L should point the otherway as well. I try to fix it on monday or tuesday. However is quick fix is putting the module op the right side in the config -
@Charley thanks.
I will wait for the fix!
No hurry.
Peter -
@Peter made an update this morning.
The grouping must be set now and is not a default.
If you like the same sensor with different values grouped addgroupSensors: trueTo config.js for the module and the sensors will be grouped. However if the module is placed on a left position the hook └─ (right) ─┘(left) sometimes shows unexpected behavior.
-
To make the Domoticz System better I have made a WiFi Thermometer that is extremely precise. It is based on an infrared Non-touch sensor module. If you want to control devices this may be a good solution.
Available on gitHub WiFi highly precise thermometer -
I cant see anything but temperature? No status on switches ON or OFF.
Also is it possible to not show all my temperature-sensors?Thanks
-
It shows only devices at are switched on.
-
Hi,
Thx for this module.
How to exclude Xiaomi doors sensors ?
Thx for help.
-
Today added support for p1 Smart meters
first update your module
cd MagicMirror/modules/MMM-Domoticz git pull pm2 restart MagicMirrorAdd these 2 lines to the config file
smartMeter: true, smartMeterOffset: 0You may need a commy behind the 0 from smartMeterOffset
The offset you use if the meter wasn’t zero when you moved in or if you want to show total per year of month -
excluding can be done by adding the device names in the excludeDevices array in your config.js file
-
Hi,
First of all, thank you for the hard work on those modules.
I’m nex to the MM world, and in the linux world in global, and it seems that I won’t be able to make it without your help.
The module shows “Loading Domoticz data…” and seems to never get them…My config.js contains this :
{ module: "MMM-Domoticz", position: "bottom_right", config: { updateInterval: 20, apiBase: "https://192.168.**.***", apiPort: 443, apiUser: "**********", apiPw: "*********", moduleTitle: "Domoticz", temperatureTitle: "Températures dans la maison", subMenus: true, showItems: ['temperature', 'humidity'], textWhite: false, groupSensors: true, } },Sadly, it seems that the pi running the MM isn’t getting an answer from the pi running Domoticz.
I tried the url access from my browser:
https://192.168..*/json.htm?type=devices&filter=all&used=true&order=NameI obtain a return with the different systems connected (RFXCom, Zwave, hue…)
Can somebody guide me throught this please?
Thanx !
Regards,
Awn -
This post is deleted! -
@Awn on the magicmirror, using the keyboard, open the developers window, ctrl-shift-i,
select the tab labeled console, on the window that opens, scroll up to see any errorsu may also have to look in the terminal window log for errors from the node_helper
these will be in the pm2 logs if using pm2.
do
pm2 logs --lines=100 -
I am not getting a neat list with this module, all readings from my temperature meters is shown on two lines and it’s kinda messing up the screen. Any idea what the problem is?
-
Is it possible also exclude sensors from the displayed data? I have about 50 temp sensors and obviously I want only see the most important ones. I tried to put them in exlude list, but it doesn’t seem to work. Nice module still!
Toni
-
Hi, there.
Great module!
It’s passing the described data perfectly except one of my top desired data.I’d really love to see “CounterToday” and “Data” from my Enphase Envoy.
Since this is a kWh subtype it looks like I’m really close, but somehow I only see my P1 data.{ "AddjMulti" : 1.0, "AddjMulti2" : 1.0, "AddjValue" : 0.0, "AddjValue2" : 0.0, "BatteryLevel" : 255, "CounterToday" : "0.117 kWh", "CustomImage" : 0, "Data" : "486.173 kWh", "Description" : "", "Favorite" : 0, "HardwareID" : 9, "HardwareName" : "Enphase Envoy", "HardwareType" : "Enphase Envoy with LAN (HTTP) interface", "HardwareTypeVal" : 108, "HaveTimeout" : false, "ID" : "00000901", "LastUpdate" : "2020-09-13 08:31:50", "Name" : "Enphase kWh Production", "Notifications" : "false", "Options" : "", "PlanID" : "0", "PlanIDs" : [ 0 ], "Protected" : false, "ShowNotifications" : true, "SignalLevel" : "-", "SubType" : "kWh", "SwitchTypeVal" : 0, "Timers" : "false", "Type" : "General", "TypeImg" : "current", "Unit" : 1, "Usage" : "280 Watt", "Used" : 1, "XOffset" : "0", "YOffset" : "0", "idx" : "748" }, -
Hi thanks for the great work,
Is there a better guide on how to implement certain sensors ?
like an ‘‘IDX xx’’ value or something{ module: "MMM-Domoticz", position: "bottom_right", // see mirror setting for options config: { updateInterval: 5, // every 45 seconds apiBase: "192.168.178.44", apiPort: 18080, apiUser: "MagicMirror", apiPw: "MagicMirror", moduleTitle: "My smart home by Domoticz", energyTitle: "Energy used by", batteryTitle: "Battery level", coTitle: "CO2 level", blindsTitle: "Blinds", energyNow: "Currently using", energyTotal: "Energy used", energyToday: "Energy used today", batteryThreshold: 20, coThreshold: 650, subMenus: true, smartMeter: false, smartMeterOffset: 0, showItems: ['temperature'], //,'energy','battery','co','blinds','humidity','baro','usage','voltage','alarm','sensor','pulse','meter','rain'], excludeDevices: ['none','include your own'], // Device that will not be shown onlyShowExcluded: false, // if true only exluded devices are shown textWhite: true, alarmOffLabel: "Disabled", groupSensors: false, } },i can only show the temperatures when i select al the data it wil hang on Loading Domoticz Data…
would appriciate different screenshots of codes / layouts on the MM2
-
I think there is something broken into code or there is some dependence-package with raspberryOs…
In Domoticz I have 30+ devices and In MM shows only a meter device with 0,0,0 values ( I have 3 meter device, no possible value)…
If I try open the json url into chromium it says error 401 forbidden, but if I try the same url into Mac safari it simple works.
Any Idea? -
Hi @Mazzokun
I had a problem with this module and with the help of @sdetweil a New code is available here. It works with domoticz password[link text] https://forum.magicmirror.builders/topic/11123/mmm-domoticz-cannot-read-property-0-of-undefined/13?page=2
(link url)Enjoy
-
Hi, Are Domoticz and Magic Mirror installed on one Raspberry Pi? Are they two separate?
-
@art212 Domoticz and Magic mirror are separate. In the config.js, just complete the Ip adress of Domoticz Device and Domoticz user and password if need. In my case, Domoticz is on a raspberry and my magic mirror on a other one
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
