Read the statement by Michael Teeuw here.
Gosund SP111
-
Hello @lavolp3 ,
i try the git pull…
pi@raspberrypi:~ $ cd MagicMirror/modules/MMM-Tasmota pi@raspberrypi:~/MagicMirror/modules/MMM-Tasmota $ git pull error: Objektdatei .git/objects/e3/ac23aabf6431dd82b8c207f734f8c046831f05 ist leer. error: Objektdatei .git/objects/e3/ac23aabf6431dd82b8c207f734f8c046831f05 ist leer. fatal: Loses Objekt e3ac23aabf6431dd82b8c207f734f8c046831f05 (gespeichert in .git/objects/e3/ac23aabf6431dd82b8c207f734f8c046831f05) ist beschädigt. fatal: Die Gegenseite hat unerwartet abgebrochen.
I change the node-helper.js manually. Error. i delete the module and clone new.
pi@raspberrypi:~/MagicMirror $ npm start dev > magicmirror@2.11.0 start /home/pi/MagicMirror > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js "dev" [2020-06-22 19:22:16.259] [LOG] Starting MagicMirror: v2.11.0 [2020-06-22 19:22:16.275] [LOG] Loading config ... [2020-06-22 19:22:16.284] [LOG] Loading module helpers ... [2020-06-22 19:22:16.325] [LOG] Initializing new module helper ... [2020-06-22 19:22:16.326] [LOG] Module helper loaded: MMM-Admin-Interface [2020-06-22 19:22:16.329] [LOG] No helper found for module: alert. [2020-06-22 19:22:16.399] [LOG] Initializing new module helper ... [2020-06-22 19:22:16.400] [LOG] Module helper loaded: updatenotification [2020-06-22 19:22:16.401] [LOG] No helper found for module: clock. [2020-06-22 19:22:17.118] [LOG] Initializing new module helper ... [2020-06-22 19:22:17.119] [LOG] Module helper loaded: calendar [2020-06-22 19:22:17.120] [LOG] No helper found for module: currentweather. [2020-06-22 19:22:17.122] [LOG] No helper found for module: weatherforecast. [2020-06-22 19:22:17.123] [LOG] No helper found for module: MMM-WiFiPassword. [2020-06-22 19:22:17.126] [LOG] Initializing new module helper ... [2020-06-22 19:22:17.127] [LOG] Module helper loaded: MMM-BurnIn [2020-06-22 19:22:17.131] [LOG] Initializing new module helper ... [2020-06-22 19:22:17.132] [LOG] Module helper loaded: MMM-COVID19 [2020-06-22 19:22:17.406] [LOG] Initializing new module helper ... [2020-06-22 19:22:17.407] [LOG] Module helper loaded: MMM-Tasmota [2020-06-22 19:22:17.408] [LOG] All module helpers loaded. [2020-06-22 19:22:17.611] [LOG] Starting server on port 8080 ... [2020-06-22 19:22:17.629] [INFO] You're using a full whitelist configuration to allow for all IPs [2020-06-22 19:22:17.642] [LOG] Server started ... [2020-06-22 19:22:17.645] [LOG] Connecting socket for: MMM-Admin-Interface [2020-06-22 19:22:17.647] [LOG] Starting node helper for: MMM-Admin-Interface [2020-06-22 19:22:17.780] [LOG] Connecting socket for: updatenotification [2020-06-22 19:22:17.781] [LOG] Connecting socket for: calendar [2020-06-22 19:22:17.783] [LOG] Starting node helper for: calendar [2020-06-22 19:22:17.784] [LOG] Connecting socket for: MMM-BurnIn [2020-06-22 19:22:17.785] [LOG] Connecting socket for: MMM-COVID19 [2020-06-22 19:22:17.786] [LOG] Starting node helper for: MMM-COVID19 [2020-06-22 19:22:17.788] [LOG] Connecting socket for: MMM-Tasmota [2020-06-22 19:22:17.795] [LOG] Sockets connected & modules started ... [2020-06-22 19:22:17.933] [LOG] Launching application. [2020-06-22 19:22:24.276] [LOG] Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/XXXXXXX/basic.ics - Interval: 300000 [2020-06-22 19:22:25.493] [LOG] MMM-Tasmota: "Connected to host: http://localhost:1883" [2020-06-22 19:22:25.495] [LOG] MMM-Tasmota: "Subscribing to topic: stat/Testdose/#" [2020-06-22 19:22:25.545] [LOG] MMM-Tasmota: "Subscribed to topic: stat/Testdose/#" [2020-06-22 19:25:12.232] [LOG] MMM-Tasmota: "Received message from stat/Testdose/RESULT: {\"POWER\":\"ON\"}" [2020-06-22 19:25:12.342] [LOG] MMM-Tasmota: "Received message from stat/Testdose/POWER: ON"
-
@lordhelix what is your mqtt configuration in the devices? Especially the telemetry interval? It seems you see a message that power state has changed but no state and power data that gets distributed in intervals. Have you waited long enough?
-
Hello @lavolp3 ,
i wait 25 minutes yesterday.
interval: 300 // 5 minutes, i don´t change it, this is default.
I change the Period to 10 seconds, but the same problem.
-
@lordhelix we should track this on github to not spam here, can you please open an issue?
I’m currently out of ideas, but will follow up on github. I need your input to see that my module works for others :-) -
@lordhelix I have again increased debugging output.
Please update the module again and report back on github.
Thanks!