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.

    Need help with MMM-MQTTbridge not "communicating" with MMM-RTSPStream

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    68 Posts 5 Posters 10.7k Views 4 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.
    • Cr4z33C Offline
      Cr4z33 @sdetweil
      last edited by

      @sdetweil I see I wish I had the same skills to do ALL by myself lol!

      However I wonder if I am the only person in the world having a smart video doorbell and MagicMirror?

      I mean I haven’t found any universal solution to this in this forum, but just some modules for certain doorbell hardware like Ring, etc.

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @Cr4z33
        last edited by sdetweil

        @Cr4z33 and the ring module talks directly to the ring doorbell

        you should be able to use HA automation to get to mqttBridge, no fancy coding

        automation trigger
        device bell button push
        action, more, command, mqtt publish

        i have ring doorbell, and the module doesnt work for me
        doesnt matter, as im hardly ever in front of the smartmirror when the doorbell rings
        there is a ring2mqtt docker container, but again it really doesnt add anything useful

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        Cr4z33C 1 Reply Last reply Reply Quote 0
        • Cr4z33C Offline
          Cr4z33 @sdetweil
          last edited by

          @sdetweil and how would I get the broadcasting of the doorbell video feed?

          Custom coding?

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @Cr4z33
            last edited by sdetweil

            @Cr4z33 same rtspstream, that part of your solution didn’t change

            button -> ha automation -> mqtt publish -> mqttbridge -> notification to rtspstream to open and connect video feed

            altho you may have to use
            https://github.com/evroom/MMM-MPlayer
            instead of rtspstream module

            and install MMM-ViewNotifications to see the events sent inside MagicMirror

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            Cr4z33C 1 Reply Last reply Reply Quote 0
            • Cr4z33C Offline
              Cr4z33 @sdetweil
              last edited by

              @sdetweil hmm I want to give it a try tomorrow morning (GMT+2).

              Would you mind if I might contact you by PM just in case? 🥺

              S wishmaster270W 2 Replies Last reply Reply Quote 0
              • S Offline
                sdetweil @Cr4z33
                last edited by sdetweil

                @Cr4z33 no problem. i am US Central UTC-5

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 1
                • wishmaster270W Offline
                  wishmaster270 Module Developer @Cr4z33
                  last edited by

                  @Cr4z33
                  Hi and sorry fir the late reply…
                  Your config of the MQTT module is still missing a “debug: true”. The messages only get logged if debugging is enabled.

                  	{
                  		module: 'MMM-MQTTbridge',
                  		disabled: false,
                  		config: {
                                          debug: true, 
                  			mqttServer: "mqtt://:@ipaddress:port",
                  			mqttConfig:
                  			{
                  				listenMqtt: true,
                  				interval: 500,
                  			},
                  			notiConfig:
                  			{
                  				listenNoti: true,
                  				ignoreNotiId: ["CLOCK_MINUTE", "NEWS_FEED"],
                  				ignoreNotiSender: ["system", "NEWS_FEED"],
                  			},
                  			// set "NOTIFICATIONS -> MQTT" dictionary at /dict/notiDictionary.js
                  			// set "MQTT -> NOTIFICATIONS" dictionary at /dict/mqttDictionary.js
                  			},
                  	}
                  
                  
                  S Cr4z33C 3 Replies Last reply Reply Quote 0
                  • S Offline
                    sdetweil @wishmaster270
                    last edited by sdetweil

                    @wishmaster270 yes, we covered that before
                    https://forum.magicmirror.builders/post/126008

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @wishmaster270
                      last edited by

                      @wishmaster270 i’ve come to the conclusion

                      the doorbell itself does not publish to mqtt
                      MqttBridge did not get any message from its subscribe

                      he is going to try to build a HomeAssistant automation, as it CAN see the doorbell button thru its integration

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • Cr4z33C Offline
                        Cr4z33 @wishmaster270
                        last edited by

                        @wishmaster270 thanks for spending some time on my issue although you’re busy.
                        As sdetweil said he’s already helping me into this. 🙂

                        @sdetweil my bad, my bad and again my bad! 😓

                        I was going to tryout your method when I realized I actually never checked deeply what was outputting npm start… There’s A LOT of doorbell data being captured by MMM-MQTTbridge indeed! 🤦🏼

                        You can see here the output.

                        Can you see at this point (maybe) some additional data that needs to be added to mqttDictionary.js or do you still believe I should go your way (HA, automation, etc.)?

                        While waiting for your kind reply I will play at trying your method. 😁

                        R S 2 Replies Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 7
                        • 3 / 7
                        • 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