<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Doorbird IP camera integration]]></title><description><![CDATA[<p dir="auto">Hi All,<br />
I need some help trying to integrate my gates IP camera funtions into the MM. The camera is a Doordbird D101S. It contains a relay to open the gate as well.</p>
<p dir="auto">The Doorbird has a defined, not fully open,  API. It is able to send HTTP calls on events.</p>
<p dir="auto"><a href="https://www.doorbird.com/api" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.doorbird.com/api</a></p>
<p dir="auto">I installed the MMM-Sounds module and I am trying to get the Doorbird to notify the Mirror with this http call using the default buzz.wav file.</p>
<p dir="auto">http://MM_IP:8080/remote?action=NOTIFICATION&amp;notification=PLAY_SOUND&amp;payload=%7B%22sound%22%3A%22buzz.wav%22%2C%22delay%22%3A100%7D</p>
<p dir="auto">However it is not working.</p>
<p dir="auto">Does anyone have experience with this?</p>
<p dir="auto">Second, my MM has Google Assistant installed. What would it take to make a custom command “Open Gate” that just fires a HTTP post to the gate?</p>
<p dir="auto">Best Regards<br />
MilkShake</p>
]]></description><link>https://forum.magicmirror.builders/topic/12404/doorbird-ip-camera-integration</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 18:19:10 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12404.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 Mar 2020 08:19:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Doorbird IP camera integration on Tue, 28 Jul 2020 04:26:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/milkshake" aria-label="Profile: MilkShake">@<bdi>MilkShake</bdi></a> Can you give me assistance to get my doorbird working?</p>
]]></description><link>https://forum.magicmirror.builders/post/79263</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79263</guid><dc:creator><![CDATA[Jagsi]]></dc:creator><pubDate>Tue, 28 Jul 2020 04:26:17 GMT</pubDate></item><item><title><![CDATA[Reply to Doorbird IP camera integration on Sun, 19 Jul 2020 18:28:10 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">If have an Doorbord as well - and I want to integrate it to the Magicmirror. Can you maybe give me some help to get this running? I am quite new to all this things.<br />
Which module are you using?<br />
Does your mirror wake up when somebody is ringing? (Is your screen shutting off?)<br />
And if nobody is ringing you cant see it right?</p>
<p dir="auto">Thanks for your help.</p>
]]></description><link>https://forum.magicmirror.builders/post/78875</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/78875</guid><dc:creator><![CDATA[Jagsi]]></dc:creator><pubDate>Sun, 19 Jul 2020 18:28:10 GMT</pubDate></item><item><title><![CDATA[Reply to Doorbird IP camera integration on Thu, 02 Apr 2020 08:25:08 GMT]]></title><description><![CDATA[<p dir="auto">You have to have AMk2 and the screen Addon by Bugsounet.</p>
<p dir="auto">But basicly, I used the https string you gave me for the HTTP call to MMM-Sounds. That triggers the event PLAY_SOUND which can be picked up by MMM-Notification-Trigger:</p>
<pre><code>{
      module: "MMM-NotificationTrigger",
      config: {
        triggers:[
          {
            trigger: "PLAY_SOUND",
            fires: [
              
//wakes up the screen using the screen addon
              {
                fire:"USER_PRESENCE",
                payload: function(payload) {
                  return false
                }
              },

              {
                fire:"SHOW_ALERT",
                payload: function(payload) {
                  return {
                    type: "notification",
                    title: "Porten",
                    message: "Der er nogen ved porten!",
                    timer: 1000
                  }
                },
              }
            ],
          },
        ]
      }
},
</code></pre>
<p dir="auto">I’m struggling a bit with the multiple fires within one trigger, but I had it working at a certain point :)</p>
]]></description><link>https://forum.magicmirror.builders/post/71645</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71645</guid><dc:creator><![CDATA[MilkShake]]></dc:creator><pubDate>Thu, 02 Apr 2020 08:25:08 GMT</pubDate></item><item><title><![CDATA[Reply to Doorbird IP camera integration on Thu, 02 Apr 2020 07:38:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/milkshake" aria-label="Profile: MilkShake">@<bdi>MilkShake</bdi></a><br />
Could you post your conf ?</p>
]]></description><link>https://forum.magicmirror.builders/post/71641</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71641</guid><dc:creator><![CDATA[mmourcia]]></dc:creator><pubDate>Thu, 02 Apr 2020 07:38:27 GMT</pubDate></item><item><title><![CDATA[Reply to Doorbird IP camera integration on Thu, 02 Apr 2020 06:38:45 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I used the MMM-Notification-Trigger to wake up the screen and display an alert when it receives the PLAY_SOUND event.</p>
<p dir="auto">Best<br />
MilkShake</p>
]]></description><link>https://forum.magicmirror.builders/post/71639</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71639</guid><dc:creator><![CDATA[MilkShake]]></dc:creator><pubDate>Thu, 02 Apr 2020 06:38:45 GMT</pubDate></item><item><title><![CDATA[Reply to Doorbird IP camera integration on Thu, 26 Mar 2020 20:56:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmourcia" aria-label="Profile: mmourcia">@<bdi>mmourcia</bdi></a> would be an option, thanks. I will check it out! My initial thought was that the code executing the wavfile, would also be able to execute a shell script on the PI, but a HTTP listener would also do the job.</p>
<p dir="auto">Evidently, I can only set the Doorbird to do ONE http call pr event, otherwise a tweaked version of the monitor on http call (MMM-Remote-Control) could be used together with the call for playing a sound.</p>
]]></description><link>https://forum.magicmirror.builders/post/71223</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71223</guid><dc:creator><![CDATA[MilkShake]]></dc:creator><pubDate>Thu, 26 Mar 2020 20:56:36 GMT</pubDate></item><item><title><![CDATA[Reply to Doorbird IP camera integration on Thu, 26 Mar 2020 20:25:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/milkshake" aria-label="Profile: MilkShake">@<bdi>MilkShake</bdi></a><br />
Then you should probably do that outside MM.<br />
Maybe with a http listener like <a href="https://github.com/msoap/shell2http/blob/master/README.md" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/msoap/shell2http/blob/master/README.md</a> ?</p>
]]></description><link>https://forum.magicmirror.builders/post/71219</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71219</guid><dc:creator><![CDATA[mmourcia]]></dc:creator><pubDate>Thu, 26 Mar 2020 20:25:34 GMT</pubDate></item><item><title><![CDATA[Reply to Doorbird IP camera integration on Thu, 26 Mar 2020 20:11:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmourcia" aria-label="Profile: mmourcia">@<bdi>mmourcia</bdi></a> And I need to find out how to run a script on the same event :)</p>
]]></description><link>https://forum.magicmirror.builders/post/71218</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71218</guid><dc:creator><![CDATA[MilkShake]]></dc:creator><pubDate>Thu, 26 Mar 2020 20:11:51 GMT</pubDate></item><item><title><![CDATA[Reply to Doorbird IP camera integration on Thu, 26 Mar 2020 20:08:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmourcia" aria-label="Profile: mmourcia">@<bdi>mmourcia</bdi></a> Hey man, just tested, it works! Why would the schedule for a HTTP call not be allowed in the scheduler by default is beyond me! :)</p>
]]></description><link>https://forum.magicmirror.builders/post/71217</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71217</guid><dc:creator><![CDATA[MilkShake]]></dc:creator><pubDate>Thu, 26 Mar 2020 20:08:47 GMT</pubDate></item><item><title><![CDATA[Reply to Doorbird IP camera integration on Thu, 26 Mar 2020 20:07:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/milkshake" aria-label="Profile: MilkShake">@<bdi>MilkShake</bdi></a><br />
Yes for schedule</p>
<p dir="auto">For the doc I don’t really remember anymore. I had to deduce it from this page and from the native docs of modules</p>
]]></description><link>https://forum.magicmirror.builders/post/71216</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71216</guid><dc:creator><![CDATA[mmourcia]]></dc:creator><pubDate>Thu, 26 Mar 2020 20:07:27 GMT</pubDate></item><item><title><![CDATA[Reply to Doorbird IP camera integration on Thu, 26 Mar 2020 19:38:01 GMT]]></title><description><![CDATA[<p dir="auto">Hi mmourica and thanks for replying!</p>
<p dir="auto">I guess Sonnette is a schedule? So I made sure that the schedule for the notication is all active. I will test it later.</p>
<p dir="auto">Can I ask where you found the documentation for the HTTP call for a specific sound file in MMM-Sounds?</p>
]]></description><link>https://forum.magicmirror.builders/post/71212</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71212</guid><dc:creator><![CDATA[MilkShake]]></dc:creator><pubDate>Thu, 26 Mar 2020 19:38:01 GMT</pubDate></item><item><title><![CDATA[Reply to Doorbird IP camera integration on Thu, 26 Mar 2020 14:44:36 GMT]]></title><description><![CDATA[<p dir="auto">Dear <a class="plugin-mentions-user plugin-mentions-a" href="/user/milkshake" aria-label="Profile: MilkShake">@<bdi>MilkShake</bdi></a></p>
<p dir="auto">I see that  you’ve configured something in <code>visite http</code> menu.<br />
But you have to configure the planning too.</p>
<p dir="auto">Go to <code>admin-&gt; calendrier sonnette </code> and clic on the left on <code>appel http</code>.<br />
Then you’ll be able to define a planning.</p>
<p dir="auto">I hope it can help !<br />
Bye</p>
]]></description><link>https://forum.magicmirror.builders/post/71190</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71190</guid><dc:creator><![CDATA[mmourcia]]></dc:creator><pubDate>Thu, 26 Mar 2020 14:44:36 GMT</pubDate></item><item><title><![CDATA[Reply to Doorbird IP camera integration on Wed, 25 Mar 2020 08:41:17 GMT]]></title><description><![CDATA[<p dir="auto">@Sean Thanks Sean. I will look into that!</p>
<p dir="auto">For the first question, the notification URL works when fired from a browser. I think it is the Doorbird that does not actually make the HTTP call, so I have contacted Doorbird.</p>
]]></description><link>https://forum.magicmirror.builders/post/71099</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71099</guid><dc:creator><![CDATA[MilkShake]]></dc:creator><pubDate>Wed, 25 Mar 2020 08:41:17 GMT</pubDate></item><item><title><![CDATA[Reply to Doorbird IP camera integration on Wed, 25 Mar 2020 08:32:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/milkshake" aria-label="Profile: MilkShake">@<bdi>MilkShake</bdi></a><br />
For the second question, the easiest way is using IFTTT. If your IoT supports IFTTT or WebRequest Endpoint, Just make an IFTTT applet (<code>THIS</code> for Assistant Query, <code>THAT</code> for your device). Easy, and nothing more needed.</p>
]]></description><link>https://forum.magicmirror.builders/post/71098</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71098</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 25 Mar 2020 08:32:52 GMT</pubDate></item></channel></rss>