Fitbit node - updated and extended

In case anyone is interested, I have taken the core Node-RED Fitbit node and modified it so it works a bit better with the HA Node-RED Addon. I have extended the API endpoints it can service.

Not complete yet, but definitely a work in progress.

My driver was to be able to extract the actual battery level, rather than the high/medium/low and then trigger a notification when it needs charging / is charged.

I’ve also started logging weight/fat as read from a MiScale.

You can load it via

npm_packages:
  - git+https://github.com/borpin/node-red-contrib-fitbit2.git
2 Likes