Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfisterdaniel/iobroker.apple-find-me
ioBroker Adapter to get the current locations and other metrics of connected Apple devices.
https://github.com/pfisterdaniel/iobroker.apple-find-me
adapter apple devices find find-my-iphone iobroker ipad iphone is ist location macbook who wo
Last synced: 8 days ago
JSON representation
ioBroker Adapter to get the current locations and other metrics of connected Apple devices.
- Host: GitHub
- URL: https://github.com/pfisterdaniel/iobroker.apple-find-me
- Owner: PfisterDaniel
- License: other
- Created: 2020-08-31T21:31:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T15:06:14.000Z (about 2 years ago)
- Last Synced: 2024-11-29T04:41:49.818Z (30 days ago)
- Topics: adapter, apple, devices, find, find-my-iphone, iobroker, ipad, iphone, is, ist, location, macbook, who, wo
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 23
- Watchers: 10
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Logo](https://raw.githubusercontent.com/PfisterDaniel/iobroker.apple-find-me/master/admin/find-me.png)
# iobroker.apple-find-me[![NPM version](http://img.shields.io/npm/v/iobroker.apple-find-me.svg)](https://www.npmjs.com/package/iobroker.apple-find-me)
[![Downloads](https://img.shields.io/npm/dm/iobroker.apple-find-me.svg)](https://www.npmjs.com/package/iobroker.apple-find-me)[![NPM](https://nodei.co/npm/iobroker.apple-find-me.png?downloads=true)](https://nodei.co/npm/iobroker.apple-find-me/)
## Apple-find-me Adapter for ioBroker
Apple Find Me Connector is a ioBroker-Adapter to get the current locations and other metrics of connected Apple devices.
It work's without 2-Factor-Authentication (2FA) and retrive all connected devices.
## Donation:
You can buy me a coffee or two if you find helpfull my adapter.If you buy me a coffee I would like to thank you in advance for your donation.
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg?style=flat&logo=PayPal)](https://www.paypal.com/donate/?hosted_button_id=NF8XH8AMXZV2J)
## Configuration
![ConfigImage](https://raw.githubusercontent.com/PfisterDaniel/iobroker.apple-find-me/master/images/config.png)### Available Timezones
Used Library [MomentJs](https://momentjs.com/timezone)### Pages for API-KEY's:
* [HereMaps](https://developer.here.com/)
* [BingMaps](https://www.bingmapsportal.com/)
* [GoogleMaps](https://developers.google.com/maps/documentation/javascript/get-api-key)
* [Geoapify](https://www.geoapify.com)
* [LocationIQ](https://locationiq.com)
* [PositionStack](https://positionstack.com)
* [TomTom](https://developer.tomtom.com/store/maps-api)## Example Objects
![Example](https://raw.githubusercontent.com/PfisterDaniel/iobroker.apple-find-me/master/images/example_output.png)## Bugs and feature requests
Please create an issue in [GitHub](https://github.com/PfisterDaniel/iobroker.apple-find-me/issues)## License
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.