Read the statement by Michael Teeuw here.
a new problem with fhem
-
@kusselin
Es ist die Frage, ob das Modul überhaupt funktioniert. In den Issues scheinen auch andere Probleme damit zu haben und es wird auch nicht mehr gepflegt. -
Ok…ich hab ja noch ioBroker aufm Raspi…da gibts ja auch noch ein Modul…
Dann probiere ich es mal mit dem Modul:-)
Gruss -
Hi,
I got FHEM up and running on my installation. Works as intended. However the configuration depends on your (hardware) setup. Some questions that come to my mind are:- Is FHEM is running on the same device?
- Have you defined the Mirror as an allowed FHEMWEB device?
Here’s my config, maybe it helps:
Within FHEM:# Spiegel/MagicMirror define MagicM FHEMWEB 8086 global attr MagicM allowfrom 192.168.178.14 attr MagicM csrfToken none attr MagicM room 99_System
Within Magic Mirror:
{ module: 'MMM-FHEM', position: 'top_right', config: { host: '192.168.178.10', port: '8086', https: false, devices: [ { deviceName: 'Temp_Arbeitszimmer', deviceReadings: [ { name: 'temperature', icon: 'wi wi-thermometer', suffix: '°' } ], }, { deviceName: 'Temp_Wohnzimmer', deviceReadings: [ { name: 'temperature', icon: 'wi wi-thermometer', suffix: '°' } ], }, { deviceName: 'Temp_Draussen', deviceReadings: [ { name: 'temperature', icon: 'wi wi-thermometer', suffix: '°' } ], }, ], } },
-
@kusselin said in a new problem with fhem:
Ok…ich hab ja noch ioBroker aufm Raspi…da gibts ja auch noch ein Modul…
Dann probiere ich es mal mit dem Modul:-)
GrussMit iobroker funzt alles!!
With iobroker all is ok -
@DerRheingold said in a new problem with fhem:
Hi,
I got FHEM up and running on my installation. Works as intended. However the configuration depends on your (hardware) setup. Some questions that come to my mind are:Is FHEM is running on the same device?
Have you defined the Mirror as an allowed FHEMWEB device?Here’s my config, maybe it helps:
Hi,
thanks fpr your post.
No…fhem is running on another raspi…
i try it…
thanks