Read the statement by Michael Teeuw here.
MMM-Domoticz-ext: interact with Domoticz
-
-
-
The plugin now supports basic auth for Domoticz.
-
It is still working great.
Why is this IMHO great plugin not mentioned (yet) on:
⮑ https://github.com/MichMich/MagicMirror/wiki/3rd-Party-Modules -
Thanks for the suggestion! I added the module to the page.
-
Hi @goedh452 ,
Thanks for the MM Module its great!
I’m an beginner with MM and Domoticz.
Is it possible to display texts and distances (dummy text and Dummy Distance) i use the ‘‘both’’ function on my mirror.
The distance is now grouped with the switches.
I’m using it for my water softener salt level.Mayby its somehow possible to overrule the grouped option and show defined idx numbers at the bottom.
Do you have a link on how u managed your luxaflex to work in domoticz ?
(Hunter Douglas hub) i’ve got 2 top down bottom up blinds would love to read the state on my mirror.If its not possible let me know.
gr,
Martijn -
Would an option be that you add the module a second time in the config with option “All”? Then the devices are displayed separately.
My luxaflex are operated with MQTT. I build in a servo myself and attached it to a NodeMCU. Domoticz sends an MQTT command when I press a dummy switch.
-
@goedh452
Thanks for this awesome MagicMirror Domoticz module.
I’ve switched over to using this one and the pretty gauges make it look great.
Electricity use/consumption works well, but I cannot seem to get other “meter” type sensor/devices to show up.
Temperature sensors appear in the module “Weather” section, but Text, Voltage (V) or Current (I) sensor in the Domoticz Utilities tab, do not appear to display in any section.Feature request :-)
Is it possible to have an arbitrary numeric device displayed as a gauge in its own section of the display?
thanks for your time so far.
-
@peterh I’ll have a look at it this weekend. Could you post the JSON output from the devices so I can have a look where de field with the data are?
This can be done with the following link:
"http://DOMOTICZ-IP:PORT/json.htm?type=devices&rid=IDX -
@goedh452 thanks fixed it by using the utility for actual usage so i don’t need it in the rooms layout.
Is it posible to implement my distance Dummy sensor into a utility gauge?
the sensor is receiving data in this format “Data” : “22.1 cm”,
I can also make a dummy counter and it will be “Counter” : "22.035 ",
If i try to add a gauge in the module it wont load. i think its because of the data provided by my IDX numbers.