Read the statement by Michael Teeuw here.
MMM-FHEM shows values from FHEM devices ...
-
Hi,
I have a similar issue: after installing the module and adding it to the config.js I don’t see it on the screen. After a restart all other widgets are shown. I don’t even see an empty field or such where this widget should be shown :(Am I missing anything maybe?
For the sake of debugging, I’m trying to access a publicly available FHEM instance.
{ module: 'MMM-FHEM', position: 'top_bar', config: { host: 'http://fhem.waschto.eu', port: '8083', https: false, devices: [ { deviceName: 'FL_Temperatur', deviceReadings: [ { name: 'temperature', icon: 'wi wi-thermometer', suffix: '°' }, { name: 'humidity', icon: 'wi wi-humidity', suffix: '%' }, ], } ] } }
Might I have made a mistake installing the dependencies? Is “sudo npm install underscore” or “request” not the right way to do it?
-
@Da-ne-ezy try this.
host: 'username:password@ip-of-your-fhem-server'
Please let me know if it works.
-
@BenRoe Sorry doesn’t work for me. The module doesn’t even appear. My config should be fine…
{ module: 'MMM-FHEM', position: 'bottom_bar', config: { host: 'xxxx:xxxx@xxx.xxx.xxx.xx', port: '8083', https: true, devices: [ { deviceName: 'WZ_Heizung_Clima', deviceReadings: [ { name: 'measured-temp', icon: 'wi wi-thermometer', suffix: '°' }, { name: 'desired-temp', icon: 'wi wi-thermometer', suffix: '°' }, ], }, ], }, },
-
Too bad, someone mention this on the github ticket. https://github.com/BenRoe/MMM-FHEM/issues/2
I don’t have the time to examine this problem. If someone can implement this, please let me know. -
the Fix for you`r Problem might be:
after 2 weeks of searching the Internet i found the post in this forum this helpt me to fix the same probelm.
-
This post is deleted!