-
Notifications
You must be signed in to change notification settings - Fork 67
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
Integrate HMIP-SAM Acceleration Sensor #237
Comments
Please post your HMIP configuration. See #114 for details |
Ok, I posted my HMIP config with gist. |
I'm currently working on this. Does the HMIP-SAM have any configurable elements, or will it just alert if it got moved? |
It does:
1st option is assignment to “vibration and movement” or “pan and tilt”
2nd option is detection angle 0 to 45 degree
3rd option acoustic signal back to origin
4th option acoustic signal from origin to vertical position
5th option neutral position “vertical” or “horizontal”
Please let me know if you have further question.
… Am 21.09.2019 um 19:51 schrieb coreGreenberet ***@***.***>:
I'm currently working on this. Does the HMIP-SAM have any configurable elements, or will it just alert if it got moved?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
in the API there is a method for setting the notificationSoundType with the option for HighToLow or LowToHigh which looks like you could do either of them but not both. The JSON on the other side has both values written in it. |
Yes, I can. There could be a signal out of origin AND there could be another signal back to origin.
I also attached the snapshots of the remaining configuration screens.
… Am 23.09.2019 um 11:41 schrieb coreGreenberet ***@***.***>:
in the API there is a method for setting the notificationSoundType with the option for HighToLow or LowToHigh which looks like you could do either of them but not both. The JSON on the other side has both values written in it.
How is it in the app? Can you configure both?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I couldn't see the screenshot here on github, but I think that this should do it. |
Ok, great. I’ll test it when it’s available in Home Assistant.
… Am 23.09.2019 um 14:53 schrieb coreGreenberet ***@***.***>:
I couldn't see the screenshot here on github, but I think that this should do it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@FlavorFx What would you expect if HmIP-SAM is implemented in HA? I checked the api and currently there is only on attribute (accelerationSensorTriggered) that could be used for a binary_sensor.
Thanks |
A binary sensor sounds fine for me.
Here is the entire configuration:
Mode of Acceleration Recognition
* "Vibration and Movement" or „Tilting"
Trigger Tilt Angle
0° to 45°
Acoustic Signal back to Origin
* No Signal, short Signal, two short Signals long Signal
Acoustic Signal out of Origin
* No Signal, short Signal, two short Signals long Signal
Neutral Position
„Vertical" or „Horizontal"
I’m really looking forward to see this sensor in HA.
Please let me know if you need more information. Thanks in advanced.
… Am 04.10.2019 um 14:55 schrieb SukramJ ***@***.***>:
@FlavorFx <https://github.com/FlavorFx> What would you expect if HmIP-SAM is implemented in HA?
I checked the api and currently there is only on attribute (accelerationSensorTriggered) that could be used for a binary_sensor.
Could you post some more configs with this sensor to get a better understanding of it.
sensor in horizontal position
sensor in vertical position
sensor moving from vertical to horizontal position or vice versa.
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <https://github.com/coreGreenberet/homematicip-rest-api/issues/237?email_source=notifications&email_token=AETPDUCIEP6QOBVTCFOP3NTQM44LXA5CNFSM4IUNZPQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEALRS7I#issuecomment-538384765>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AETPDUEVXYRDI7ZQE6VAQS3QM44LXANCNFSM4IUNZPQQ>.
|
Thanks, i meant the hmip config you posted in #114. |
I start with a binary_sensor that displays accelerationSensorTriggered. Additional values displayed as attributes:
I am not sure about the additional attributes, if they give a useful info to support the accelerationSensorTriggered value. I don't own a HmIP-SAM, so i am unsure about useful combinations. |
ok, I created four new gists
on with „sensor in origin“ one with „sensor out of origin“, one with „No movement“ and one with „movement“
<script src="https://gist.github.com/FlavorFx/81a132073629170874d28557bea0506a.js"></script>
<script src="https://gist.github.com/FlavorFx/8edd78ca230d63fd7ace8551dbbd6f08.js"></script>
<script src="https://gist.github.com/FlavorFx/7cde538036e5b875cffaca55d1b2db35.js"></script>
<script src="https://gist.github.com/FlavorFx/4ba494a6f03e40fe6efa1346af635c6c.js"></script>
does this help?
… Am 04.10.2019 um 17:20 schrieb SukramJ ***@***.***>:
I start with a binary_sensor that displays accelerationSensorTriggered.
Device_class will be DEVICE_CLASS_MOVING.
Additional values displayed as attributes:
accelerationSensorNeutralPosition
accelerationSensorMode
accelerationSensorSensitivity
accelerationSensorTriggerAngle
I am not sure about the additional attributes, if they give a useful info to support the accelerationSensorTriggered value.
I don't own a HmIP-SAM, so i am unsure about useful combinations.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <https://github.com/coreGreenberet/homematicip-rest-api/issues/237?email_source=notifications&email_token=AETPDUHDCVB4KLWJQM3VYB3QM5NLFA5CNFSM4IUNZPQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAL7ZOQ#issuecomment-538442938>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AETPDUDGSHA56VVYNFMSW33QM5NLFANCNFSM4IUNZPQQ>.
|
Thanks a lot. |
The PR is already merged to dev. HmIP-SAM will be available in HA with 0.101. |
Please integrate HMIP-SAN sensor into the homematicip-rest-api so that I can use it as garage door sensor.
The text was updated successfully, but these errors were encountered: