FitBark API

Just a small update in case others are having trouble obtaining the API. I used the Fitbark app to chat with customer service, and they forwarded my request to the correct team. A week or two later, I got an email with my key.

1 Like

For anyone looking to add their dog’s activity after getting the API access. What I did is set up a couple rest sensors like this.

sensor:
  - platform: rest
    resource: https://app.fitbark.com/api/v2/dog/DogID
    scan_interval: 600
    name: Winston's Activity
    headers:
      Authorization: 'Bearer {ACCESS_TOKEN}'
    value_template: '{{ value_json.dog.activity_value }}'
  - platform: rest
    resource: https://app.fitbark.com/api/v2/dog/DogID2
    scan_interval: 600
    name: Charlie's Activity
    headers:
      Authorization: 'Bearer {ACCESS_TOKEN}'
    value_template: '{{ value_json.dog.activity_value }}'
1 Like

Is there anyway to do this without API access? I have a regular FitBark user login. All I want is to get the battery level.

I have tried several times to request API access but no responses. I went through the app help chat and they told me that the API people would reply when they reply.

looks like you have to pay $100 a year :frowning: someone has to pay to run the server :frowning:

I’m currently working an integration for this for Home Assistant. I just completed an integration for Smart Oil Gauge and uploaded.

I’m working on a FitBark integration now but only about 75% complete.

After Fitbark, I’m going to work on Whirlpool Microwaves, Cuisinart Smart Grills and something cool for old school X-10

I’ll post in the “Share your Projects” section here.

UPDATE…90% complete, currently working with Fitbark Support on an issue, I’ll update you folks shortly. I’m excited to get this finished as I’m also a FitBark user and really want to get some data into Home Assistant as do many of you.