• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Problem with MMM-ValuesByNotification and MMM-CommandToNotification

Scheduled Pinned Locked Moved Unsolved Troubleshooting
19 Posts 3 Posters 789 Views 3 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.
  • W Offline
    wishmaster270 Module Developer @Jimmy1502
    last edited by Apr 21, 2024, 3:39 PM

    @Jimmy1502 Hi and thanks to @sdetweil for trying to help.

    I will try to update the readme of the module in the next days.

    The timeout is set in milliseconds. Your config looks like it is set to 5ms. The script will not be able to respond in this time.
    Please increase it to a value much higher especially for the dht sensor. Let’s say something like 1000ms.

    J 1 Reply Last reply Apr 21, 2024, 4:10 PM Reply Quote 0
    • J Offline
      Jimmy1502 @wishmaster270
      last edited by Apr 21, 2024, 4:10 PM

      @wishmaster270 Hi! This explains the “Timeout” and i changed it. But now i just gut “0.00” as values. Do i have other mistakes in the code? Can i use all GPIO Pins or just special ones? I tried 18,21,25.

      W 1 Reply Last reply Apr 21, 2024, 5:32 PM Reply Quote 0
      • W Offline
        wishmaster270 Module Developer @Jimmy1502
        last edited by wishmaster270 Apr 21, 2024, 6:20 PM Apr 21, 2024, 5:32 PM

        @Jimmy1502
        The script uses GPIO 4 in default but accepts any GPIO number as first argument.
        At least GPIO 25 has no double function on raspberries and should work.

        You can call the script directly in the shell and check the output for debug purposes.
        And make sure to check the comments in the first lines of the script if you need to. install any dependencies.

        Edit: Looks like you use GPIO 12 in your config which should work, too

        J 2 Replies Last reply Apr 21, 2024, 5:59 PM Reply Quote 0
        • J Offline
          Jimmy1502 @wishmaster270
          last edited by Apr 21, 2024, 5:59 PM

          @wishmaster270 this advice really helped. I tried using the script and saw, that the adafruit library was outdated. Updated it and now it kinda works. The script and my sensor is working. I get good reasonable values if i use the script manually. But the Mirror is kinda weird.
          When i measured the temperature manually it said sth. around 21°C but ValuesByNotification outputs: “NaN” so Not a Number?
          Humidity is kinda working. The majority of the time it is giving me a value of 47%rH but sometimes after the module is blinking (I think it is refreshing), it suddenly changes to 0.00%rH. But the next blink changes it back to a real value.

          Thx for your help

          1 Reply Last reply Reply Quote 0
          • J Offline
            Jimmy1502 @wishmaster270
            last edited by Apr 21, 2024, 6:29 PM

            @wishmaster270 Oh i could sworn i just submitted sth. but i cant see it in the notifications…

            Well for a second time:

            It kinda works now. I tried using the script as u said manually and the dependencies (adafruit library) wasnt up to date. I got reasonable outputs.
            But the ValuesByNotification Module isnt working as intended. I Just get a “NaN” (“not a number”?) for the temperature. The Humidity is kinda working giving me a reasonable output. But sometimes after a blink (i think a refresh?), the value changes to “0.00%rH” but after another one it is good again.

            S W 2 Replies Last reply Apr 21, 2024, 6:35 PM Reply Quote 0
            • S Offline
              sdetweil @Jimmy1502
              last edited by sdetweil Apr 21, 2024, 6:36 PM Apr 21, 2024, 6:35 PM

              @Jimmy1502 all.posts for users with reputation below 2 are reviewed by me before posting.

              so… sometimes you have to wait til i get back to the forum

              you can see your pendkngmpodts.in tye pending queue under your user icon top right

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              J 1 Reply Last reply Apr 21, 2024, 6:37 PM Reply Quote 0
              • J Offline
                Jimmy1502 @sdetweil
                last edited by Apr 21, 2024, 6:37 PM

                @sdetweil i have seen thath. But usually it shows me in the notifications that its not approved yet. But i couldnt find it. Thats why i was confused.

                S 1 Reply Last reply Apr 21, 2024, 6:39 PM Reply Quote 0
                • S Offline
                  sdetweil @Jimmy1502
                  last edited by Apr 21, 2024, 6:39 PM

                  @Jimmy1502 I have seen the pending g list be empty when it’s not. maybe your side has the same problem

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  J 1 Reply Last reply Apr 21, 2024, 7:21 PM Reply Quote 0
                  • W Offline
                    wishmaster270 Module Developer @Jimmy1502
                    last edited by Apr 21, 2024, 6:57 PM

                    @Jimmy1502 I think the problem with the temperature is caused by the json path. The script outputs temperature_c and temperature_f but the json path causes the module to search for temperature only.

                    The problem with the humidity may be caused by the interval you query the sponsor values. 10 seconds is very short for the dht sensor. Maybe you can try a bigger interval.

                    1 Reply Last reply Reply Quote 0
                    • J Offline
                      Jimmy1502 @sdetweil
                      last edited by Apr 21, 2024, 7:21 PM

                      @wishmaster270 I can see the temps now. I increased the UpdateInterval in both ValuesByNotification and CommandToNotification and made them different. But i still got the “0.00” for both temperature and humidity. But i dont think it should be the UpdateInterval. Cause when i tested the DHT22 with a Microcontroller i was able to get values every second.

                      W 1 Reply Last reply Apr 21, 2024, 7:51 PM Reply Quote 0
                      • 1
                      • 2
                      • 2 / 2
                      2 / 2
                      • First post
                        11/19
                        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