Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Latest commit

 

History

History
78 lines (51 loc) · 1.95 KB

info.md

File metadata and controls

78 lines (51 loc) · 1.95 KB

hacs_badge GitHub release GitHub license

nespresso

hassio support for Nespresso BLE coffee machine.

ScreenShot

Much of the code to build this component was inspired by these projects:

Getting started

Download

/custom_components/nespresso/

into

<config directory>/custom_components/nespresso/

Example configuration.yaml:

# Example configuration.yaml entry
sensor:
  - platform: nespresso
    mac: d2:12:f1:7b:cd:6d
    resource: 8287ee82593d3c4e
    scan_interval: 120

Configuration Variables

mac

(string)(Required) The nespresso machine mac address

resource

(string)(Required) is the auth code that you must have catch with bluetooth sniffing the apps

scan_interval

(string)(Optional) The interval between polls. Defaults to 300 seconds (5 minutes)

Limitations

You must find the auth code from diffrerents way by yourself.

Bluez tool is required on host

apt install bluez

Only lungo coffee command for the moment

Known Issues

  • A lot

  • Not tested on a D80

  • No translations available yet

Hardware Requirements

Other Resources