项目作者: iobroker-community-adapters

项目描述 :
Read data from Fitbit cloud
高级语言: JavaScript
项目地址: git://github.com/iobroker-community-adapters/ioBroker.fitbit-api.git
创建时间: 2019-11-04T18:39:17Z
项目社区:https://github.com/iobroker-community-adapters/ioBroker.fitbit-api

开源协议:MIT License

下载


Logo

This adapter is deprecated and replaced by https://github.com/Chris-1965/ioBroker.fitbit-fitness

ioBroker.fitbit

Number of Installations
Number of Installations
NPM version

Test and Release
Translation status
Downloads

This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

This adapter pulls Data from fitbit API!

Configuration

step1

Press “Authorize” button.

After that you could be asked to enter your credentials again or if the browser cache is still consist the cookies, it could be done automatically.

step2

step3

step4

Then access token and refresh token will appear. They are read-only.

If the process does not work for you, you can try to get the access token manually: https://dev.fitbit.com/apps/oauthinteractivetutorial

Multiple users

To read the data for multiple users (e.g. family members) you must clear the cookies in browser and create additional instance of this adapter.

Important: If you will not clear the browser cookies, you will be logged in with the last valid user.

Development

The API was implemented according to https://dev.fitbit.com/build/reference/web-api/basics/

Changelog

0.1.1 (2019-11-06)

  • (bluefox) initial release

License

The MIT License (MIT)

Copyright 2019-2022, bluefox dogafox@gmail.com

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.