You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I use the "minimal" F-droid version of the app and geolocation is not (yet) an option. #1511
As a workaround, when there is wifi it is possible to use the wifi_connection sensor which exposes the name of the current connected network.
However this method can't be used in places where there is no wifi. (e. g., workplace)
Describe the solution you'd like
The ha app could offer a similar mechanism with cell towers, by reporting the id of the cell tower the phone is connected to.
The automate app in the play store already offers this feature with the Cell tower near decision block : https://llamalab.com/automate/doc/block/cell_site_near.html
Describe alternatives you've considered, if any
Additional context
I am wondering if this feature interests people, if it is feasible reliably (the automate documentation warns that some devices only report cells when the screen is lit)
I have no development experience on android but I am willing to try and implement it if this feature shows some interest.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I use the "minimal" F-droid version of the app and geolocation is not (yet) an option. #1511
As a workaround, when there is wifi it is possible to use the
wifi_connection
sensor which exposes the name of the current connected network.However this method can't be used in places where there is no wifi. (e. g., workplace)
Describe the solution you'd like
The ha app could offer a similar mechanism with cell towers, by reporting the id of the cell tower the phone is connected to.
The automate app in the play store already offers this feature with the
Cell tower near
decision block : https://llamalab.com/automate/doc/block/cell_site_near.htmlDescribe alternatives you've considered, if any
Additional context
I am wondering if this feature interests people, if it is feasible reliably (the automate documentation warns that some devices only report cells when the screen is lit)
I have no development experience on android but I am willing to try and implement it if this feature shows some interest.
The text was updated successfully, but these errors were encountered: