-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing Modes is not working #119
Comments
Thanks Michael...
{ When I toggle in the home app the Base station securirty switch. This is the behavior:
Am I missing something in the Configuration?, I do not see any bridge with User Name or Port, in the Hoobs generated config json. Thanks againg for the support!!! |
Hi
Looks fine. I forgot 1 thing. Do you create a separate account for hoobs?!
And I use no hoobs
MfG
Michael Schröder
Per Mail:
Mi_Schroeder@web.de
Per Handy:
+49 170 8165321
… Am 28.02.2021 um 23:01 schrieb CaldenMig21 ***@***.***>:
Thanks Michael...
I tried all your recommendations:
I created several modes in the arlo web app: Night : Mode2, Day: Mode 3, at home: Mode 4 (even if ai an not using some of these modes)
Here is the Hoobs generated Config.json:
{
"platform": "Arlo",
"plugin_map": {
"plugin_name": "homebridge-arlo"
},
"name": "Arlo",
"include_cameras": true,
"email": ***@***.***",
"password": "yyyyyy",
"streaming": {
"videoProcessor": "ffmpeg",
"videoDecoder": "libx264",
"videoEncoder": "libx264",
"audioEncoder": "libopus",
"packetSize": "564",
"maxBitrate": "300"
},
"stay_arm": "mode1",
"night_arm": "mode2",
"interval": 6000
},
When I toggle in the home app the Base station securirty switch. This is the behavior:
If I set it on "Night", it sais: "arming" and toggle back to "Away", nothing happens on Arlo
If I set it on "Home", It keeps saying "arming" and nothing happens on Arlo
If I set it on "Away", It just changes without saying anything and nothing happen on Arlo
If I set it on "Off", It sais: Disarming, but nothing happens on Arlo app.
Am I missing something in the Configuration?, I do not see any bridge with User Name or Port, in the Hoobs generated config json.
Thanks againg for the support!!!
Miguel
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
One Question:
How do you manage to get the Arlo plugin functional without 2fa?
Thanks!
… Am 01.03.2021 um 06:55 schrieb Donni1966 ***@***.***>:
Hi
Looks fine. I forgot 1 thing. Do you create a separate account for hoobs?!
And I use no hoobs
MfG
Michael Schröder
Per Mail:
***@***.***
Per Handy:
+49 170 8165321
> Am 28.02.2021 um 23:01 schrieb CaldenMig21 ***@***.***>:
>
>
> Thanks Michael...
> I tried all your recommendations:
>
> I created several modes in the arlo web app: Night : Mode2, Day: Mode 3, at home: Mode 4 (even if ai an not using some of these modes)
> Here is the Hoobs generated Config.json:
> {
> "platform": "Arlo",
> "plugin_map": {
> "plugin_name": "homebridge-arlo"
> },
> "name": "Arlo",
> "include_cameras": true,
> "email": ***@***.***",
> "password": "yyyyyy",
> "streaming": {
> "videoProcessor": "ffmpeg",
> "videoDecoder": "libx264",
> "videoEncoder": "libx264",
> "audioEncoder": "libopus",
> "packetSize": "564",
> "maxBitrate": "300"
> },
> "stay_arm": "mode1",
> "night_arm": "mode2",
> "interval": 6000
> },
>
> When I toggle in the home app the Base station securirty switch. This is the behavior:
>
> If I set it on "Night", it sais: "arming" and toggle back to "Away", nothing happens on Arlo
> If I set it on "Home", It keeps saying "arming" and nothing happens on Arlo
> If I set it on "Away", It just changes without saying anything and nothing happen on Arlo
> If I set it on "Off", It sais: Disarming, but nothing happens on Arlo app.
> Am I missing something in the Configuration?, I do not see any bridge with User Name or Port, in the Hoobs generated config json.
>
> Thanks againg for the support!!!
> Miguel
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I do not know why it works, but i think, the reason is, that i have create a account second Account for my Homebridge. i use this, make the 2fa with my iphone, and after this, hie never ask me again.
it is really more than useful to create this 2. Account. If you have only one - this will not work.
Mit freundlichen Grüßen
Michael Schröder
Tja, Proton müsste man sein; man würde die Quantenphysik verstehen, wäre immer positiv drauf, und hätte eine nahezu unbegrenzte Lebenszeit.
(Silvia Arroyo Camejo)
… Am 01.03.2021 um 07:38 schrieb sanstarr ***@***.***>:
One Question:
How do you manage to get the Arlo plugin functional without 2fa?
Thanks!
> Am 01.03.2021 um 06:55 schrieb Donni1966 ***@***.***>:
>
>
> Hi
>
> Looks fine. I forgot 1 thing. Do you create a separate account for hoobs?!
>
> And I use no hoobs
>
>
> MfG
> Michael Schröder
> Per Mail:
> ***@***.***
> Per Handy:
> +49 170 8165321
>
> > Am 28.02.2021 um 23:01 schrieb CaldenMig21 ***@***.***>:
> >
> >
> > Thanks Michael...
> > I tried all your recommendations:
> >
> > I created several modes in the arlo web app: Night : Mode2, Day: Mode 3, at home: Mode 4 (even if ai an not using some of these modes)
> > Here is the Hoobs generated Config.json:
> > {
> > "platform": "Arlo",
> > "plugin_map": {
> > "plugin_name": "homebridge-arlo"
> > },
> > "name": "Arlo",
> > "include_cameras": true,
> > "email": ***@***.***",
> > "password": "yyyyyy",
> > "streaming": {
> > "videoProcessor": "ffmpeg",
> > "videoDecoder": "libx264",
> > "videoEncoder": "libx264",
> > "audioEncoder": "libopus",
> > "packetSize": "564",
> > "maxBitrate": "300"
> > },
> > "stay_arm": "mode1",
> > "night_arm": "mode2",
> > "interval": 6000
> > },
> >
> > When I toggle in the home app the Base station securirty switch. This is the behavior:
> >
> > If I set it on "Night", it sais: "arming" and toggle back to "Away", nothing happens on Arlo
> > If I set it on "Home", It keeps saying "arming" and nothing happens on Arlo
> > If I set it on "Away", It just changes without saying anything and nothing happen on Arlo
> > If I set it on "Off", It sais: Disarming, but nothing happens on Arlo app.
> > Am I missing something in the Configuration?, I do not see any bridge with User Name or Port, in the Hoobs generated config json.
> >
> > Thanks againg for the support!!!
> > Miguel
> >
> > —
> > You are receiving this because you commented.
> > Reply to this email directly, view it on GitHub, or unsubscribe.
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#119 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AOWN6HPF53SM2URCIX74ZUDTBMY4XANCNFSM4YCYBMXA>.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Thank you for your contributions. |
I understand that changing security modes (Away, Home, Night or Off) is supposed to change the armed/disarm status of my arlo base station. Somebody knows if this is an expected behavior? Is it working in the arlo plugging?
So far it is great that I can see my arlo cameras in my HomeKit App, I would like to be able to toggle arm/disarm based on some automations...
Thanks
The text was updated successfully, but these errors were encountered: