Thanks a lot. Got it working!
Read the statement by Michael Teeuw here.
Best posts made by Jose1701
Latest posts made by Jose1701
-
RE: MMM-Hoymiles-Wifi
Can’t get it to work.
I don’t know what I’m doing wrong…
Now, Portscan ist about that:
tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN 1139/python tcp 0 0 127.0.0.1:5000 127.0.0.1:37002 ESTABLISHED 1139/python tcp 0 0 127.0.0.1:57592 127.0.0.1:5000 TIME_WAIT - tcp 0 0 127.0.0.1:37002 127.0.0.1:5000 ESTABLISHED 6097/exe -
RE: MMM-Hoymiles-Wifi
Well, I’ve done that now. At the moment it is night so I can’t see any output.
Will see if it works tomorrow …Thank you. I will post if it runs then.
-
RE: MMM-Hoymiles-Wifi
Seems that this is hoymiles …?
F S UID PID PPID C PRI NI ADDR SZ WCHAN RSS PSR STIME TTY TIME CMD 0 S florian 64879 64878 1 80 0 - 59630 do_sys 137520 1 16:11 ? 00:05:02 python hoymiles_data.py --dtu_ip_address 192.168.178.150 --max 800 -
RE: MMM-Hoymiles-Wifi
@evroom
Thanks for the quick answer.I inserted the IP of the dtu.
Portscan is:
tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN 64879/python tcp 0 0 127.0.0.1:33698 127.0.0.1:5000 TIME_WAIT - tcp 0 0 127.0.0.1:5000 127.0.0.1:56374 TIME_WAIT - tcp 0 0 127.0.0.1:60100 127.0.0.1:5000 ESTABLISHED 71440/exe tcp 0 0 127.0.0.1:5000 127.0.0.1:60100 ESTABLISHED 64879/python tcp 0 0 127.0.0.1:52508 127.0.0.1:5000 TIME_WAIT - tcp 0 0 127.0.0.1:50296 127.0.0.1:5000 TIME_WAIT - -
RE: MMM-Hoymiles-Wifi
Hallo,
ich bin reltiv neu hier und versuche gerade das modul zu installieren.Ich habe soweit alles nach Anleitung gemacht, aber wenn ich ./HoymilesWifi.sh starte kommt immer folgende Meldung:
* Serving Flask app 'hoymiles_data' * Debug mode: off Address already in use Port 5000 is in use by another program. Either identify and stop that program, or start the server with a different port.Was mache ich falsch? Der port ist angeblich durch pthon belegt …
Danke und Grüße
Florian
-
problem with config.js file
Hi,
I#m not very used with programming so i can’t solve the problem in my config.js{ module: "MMM-Hoymiles-Wifi", position: "top_left", config: { width: "300px", height: "320px", updateInterval: 60000, // in milli seconds frames : [ { src: 'http://192.168.178.150:5000'}, ] }, }, }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") { module.exports = config; } I always get errors like this;npm run config:check
magicmirror@2.33.0 config:check
node js/check_config.js[2025-11-01 15:16:44.895] [INFO] Checking config file /home/florian/MagicMirror/config/config.js …
[2025-11-01 15:16:44.994] [ERROR] Your configuration file contains syntax errors :(
Line 232 column 1: Parsing error: Unexpected token }Thanks a lot if everybody could help me.
Kinds regards
Florian