MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Gosund SP111

    Scheduled Pinned Locked Moved Requests
    15 Posts 2 Posters 2.2k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • lavolp3L Offline
      lavolp3 Module Developer @lordhelix
      last edited by lavolp3

      @lordhelix Can you please do a git pull and do the whole thing again (npm start dev)?
      I have increased debugging output so we can see the data that has been transferred to the module.

      Thank you!

      How to troubleshoot modules
      MMM-soccer v2, MMM-AVStock

      1 Reply Last reply Reply Quote 0
      • L Offline
        lordhelix
        last edited by

        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"
        
        
        lavolp3L 1 Reply Last reply Reply Quote 0
        • lavolp3L Offline
          lavolp3 Module Developer @lordhelix
          last edited by

          @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?

          How to troubleshoot modules
          MMM-soccer v2, MMM-AVStock

          1 Reply Last reply Reply Quote 0
          • L Offline
            lordhelix
            last edited by lordhelix

            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.

            899566e1-a21e-49b1-8f47-541dea3537b2-image.png

            lavolp3L 1 Reply Last reply Reply Quote 0
            • lavolp3L Offline
              lavolp3 Module Developer @lordhelix
              last edited by lavolp3

              @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 :-)

              How to troubleshoot modules
              MMM-soccer v2, MMM-AVStock

              1 Reply Last reply Reply Quote 0
              • lavolp3L Offline
                lavolp3 Module Developer
                last edited by

                @lordhelix I have again increased debugging output.
                Please update the module again and report back on github.
                Thanks!

                How to troubleshoot modules
                MMM-soccer v2, MMM-AVStock

                1 Reply Last reply Reply Quote 0
                • 1
                • 2
                • 1 / 2
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy