Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Turn siren on / off #59

Open
lundpetersen opened this issue Oct 22, 2017 · 6 comments
Open

Turn siren on / off #59

lundpetersen opened this issue Oct 22, 2017 · 6 comments

Comments

@lundpetersen
Copy link

Hi @broox,

I figured out what commands to issue to turn the siren on the basestation on / off.
Any chance you could add this to your code?

This is an example of the message send when turning the siren on:
{"from":"VHFP9-161-14197254_web","to":"4RD17570A1DC3","action":"set","resource":"siren","transId":"web!b93a567.a795f!1508699879247","publishResponse":true,"properties":{"sirenState":"on","duration":300,"volume":8,"pattern":"alarm"}}

The resource is "siren", and the properties are:
properties":{"sirenState":"on","duration":300,"volume":8,"pattern":"alarm"}

For switching the siren off, the propterties looks like this:
properties":{"sirenState":"off","duration":300,"volume":8,"pattern":"alarm"}

@tchellomello
Copy link
Owner

@broox we can try to create a prototype and then you can test it to see if works.

I'll let you know when I have something for you to test it.

@lundpetersen
Copy link
Author

@tchellomello - I actually ment to tag you in my post, sorry for tagging the wrong person.
Sounds great - let me know if I can be of any assistance.

@tchellomello
Copy link
Owner

@lundpetersen which URL are you pointing to get these attributes?

@tchellomello tchellomello self-assigned this Oct 25, 2017
@tchellomello tchellomello modified the milestones: 0.0.9, v0.10.0, v0.1.0, v0.1.1 Oct 25, 2017
@lundpetersen
Copy link
Author

@tchellomello - I must admit that I don't understand how the Arlo API works 100% - but as far as I understand it is done thru the EventStream via this URL:
https://arlo.netgear.com/hmsweb/users/devices/notify/<BASESTATION_ID>
Was that helpfull? Or should I try and investigate a bit more?

@tchellomello
Copy link
Owner

@lundpetersen that was helpful thank you! I'll try to send you something by the end of the week.

@twendt
Copy link

twendt commented Jan 8, 2018

Did you get a test version running?

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

No branches or pull requests

3 participants