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=Name
I obtain a return with the different systems connected (RFXCom, Zwave, hue…)
Can somebody guide me throught this please?
Thanx !
Regards,
Awn