Replies: 1 comment 2 replies
-
I would suggest creating a binary helper sensor "at home or on the way home" and an automation which toggles this device based on the data from the proximity sensor. Then you could use this binary sensor (or multiple, one for each person) as presence state for VTherm. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
High Level description
I recently became aware of the Proximity integration in Home Assistant. The documentation mentions the use-case to influence a thermostat based on travel direction (and distance) to and from home. This can be accomplished by writing custom automations but I think this could be a valuable addition to Versatile Thermostat. For example Tado° offers this functionality as part of their subscription plan.
Describe the solution you'd like
Have the option to select a Proximity Device to monitor and be able to define a distance for both moving towards and away for that device to which VT switches the between the same preset (Eco, Boost, etc.) but switches between Home and Away temperature presets, or two more states van be introduced (i.e. Arriving/Leaving).
The implementation of the Proximity integration allows for two main modes of operation (which can be mixed): device_tracker and user platform based. Sensor are created of which i feel 'Direction of travel' and 'Distance' are the most valuable for this functionality. The 'Nearest...' sensor do not make sense as I'm using seperate Proximity devices, each representing one user entity. The various configurations need to be discussed (As in seperate rooms controlled by one user entity and shared rooms (livingroom) controlled by multiple proximity services or one proximity service representing multiple users). This discussion should be input for the documentation and 'best practices' to configure this.
The proximity platform is fed by any device tracker and updates with the same frequency (default for HA Companion app is 5 minutes if I'm correct.)
Please give input and share your usage of the Proximity integration.
Kind regards,
Marcel de Haas
Beta Was this translation helpful? Give feedback.
All reactions