I will update the documentation for Point with this example. But be aware that things might change as I think trigger.event.data.event actually should be trigger.data (Iâll see if I might have made some errors with the event).
Iâve verified and there was an issue with the code for the binary_sensors update, this fixes that.
Also, you need to check your editor, it seems like you are sending strange quotes (ââ is not ").
Edit: tested automation below:
- id: '1548404931395'
alias: Point button press binary_sensor
trigger:
- entity_id: binary_sensor.mjovik_button_press
platform: state
to: 'on'
condition: []
action:
- data:
message: Point was pressed (binary sensor)
title: Point press
service: notify.notify
- data:
message: Point was pressed (binary sensor)
title: Point press
service: persistent_notification.create
just as a FYI, I am currently authoring a plugin for Homeseer, you can get the token without listening for a postback if you just request a token initially using users username and password as per following details on the https://api.minut.com/v1/oauth/token, you donât need to get a postback, this will return the key in response to the request.
I have just got my Minut Point installed and connected to Home Assistant, and everything seems to work but one strange thing is that I seems to be missing on binary_sensor, specificaly the motion sensor.
Any idea what the problem could be?
It is a documentation error, the current component for home assistant does not create a motion sensor,as the API from Minut does not expose that information. Please ask [email protected] for that support and Iâll be happy to add it to home assistant.
Hi. I found an error on the 13 January and I forgot to report it. I donât know if it is fixed, but the problem was that âConnectivityâ was âConnectedâ while âofflineâ was true. This seems wrong.
No, unfortunately is it not possible to send commands directly to the Point. It is designed to be in a offline sleep mode most of the time hence there is no way to wake it up except using a siren (which will trigger an âalarm heardâ event) or perhaps moving in front of it.
There are often things in HA that appears in the frontend but are not active for the current device.
Would there be possible, to request the feature from Point API⊠To somehow push with a secret key⊠And trigger the alarm that way? Or does it only sync pushed settings when it feels to?
Point runs on batteries and as such a lot of care is taken to make the batteries last as long as possible. This means that for the most time, communication channels like Wi-Fi, is turned off. It is only activated when necessary and that happens for two reasons. The first reason is regular checkins, called Heartbeats. The heartbeat is a message that Point sends roughly once an hour to indicate to the backend that it is still alive and well. This message contains all the sensor readings since the last heartbeat, usually some diagnostics, and a check for new configuration or software updates. The other reason is when something out of the ordinary happens, for example, when the Point detects a sudden temperature drop, an alarm, or other activity. These messages are called Events. Minut API documentation
Out of curiosity, what would such a use case be when you want to trigger the alarm?
I would want the Point features (like neighbor watch) but at specific entrypoints that is not covered with Point motion detector. As in building a more complete home alarm, with Point as the center. In this case a backdoor with a magnetic switch.
Perhaps that could be possible if the Point API allowed external âsensorsâ. So that if the Mobile App is the central point it could be used to notify others.