Skip to content
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

Closed
CaldenMig21 opened this issue Feb 23, 2021 · 7 comments
Closed

Changing Modes is not working #119

CaldenMig21 opened this issue Feb 23, 2021 · 7 comments
Labels

Comments

@CaldenMig21
Copy link

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

@Donni1966
Copy link

Hi, this was explain in the documataion.

Go to the web Interface and generate a state for
night
day
at home.

after generation right side is an arrow
Bildschirmfoto 2021-02-26 um 22 05 29

Block on it you geht in the browser address line the mode ...
Bildschirmfoto 2021-02-26 um 22 07 30

in the config.json do like this
{
"streaming": {
"videoDecoder": "h264_mmal",
"packetSize": 564,
"videoEncoder": "h264_omx"
},
"name": "Arlo",
"night_arm": "mode2",
"email": "xvcxcvcxvcvcvcvx",
"stay_arm": "mode1",
"interval": 6000,
"password": "vxbcgdgfgffd",
"platform": "Arlo",
"_bridge": {
"username": "0E:1C:AF:6B:B5:D7",
"port": 34870
}
}

i use only night an stay_arm ...

byby, Michael

@CaldenMig21
Copy link
Author

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": "xxx@gmail.com",
"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

@Donni1966
Copy link

Donni1966 commented Mar 1, 2021 via email

@sanstarr
Copy link

sanstarr commented Mar 1, 2021 via email

@Donni1966
Copy link

Donni1966 commented Mar 1, 2021 via email

@github-actions
Copy link

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.

@github-actions github-actions bot added the stale label Mar 16, 2021
@github-actions
Copy link

This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants