Skip to content

tormjens/home-assistant-sbanken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Sbanken Sensor Platform for Home Assistant

Discontinued due to Sbanken closing their API after merging with DNB.

This sensor platform uses the open API of the norwegian bank Sbanken.

Every account the customer has in the bank is created as sensor, and updated every 30 minutes.

Installation

Clone this repository to the custom_components/sensor/ directory in your Home Assistant config directory.

git clone [email protected]:tormjens/home-assistant-sbanken.git sbanken

Restart your Home Assistant instance to load the component.

Configuration

  1. Start by signing up for the Sbanken API program. This is free and the only requirement is that you are over 18.
  2. Create an app in the developer portal. Store your Client ID somewhere and create a new password (secret).
  3. Configure the sensor in Home Assistant.
sensor:
    - platform: sbanken
      customer_id: 01010012345
      client_id: yourClientId
      secret: yourSecret

That's it! You can now use your brand new Sbanken sensor.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages