All Projects → tikismoke → home-assistant-nespressoble

tikismoke / home-assistant-nespressoble

Licence: GPL-3.0 license
NESPRESSO ble Home Assistant custom componenets and also a 2MQTT script

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to home-assistant-nespressoble

presence simulation
Home Assistant Presence Simulation
Stars: ✭ 124 (+264.71%)
Mutual labels:  homeassistant, homeassistant-components
cookiecutter-homeassistant-custom-component
Cookiecutter template for Home Assistant custom component
Stars: ✭ 37 (+8.82%)
Mutual labels:  homeassistant, homeassistant-components
cookiecutter-homeassistant-component
A cookiecutter project template for generating the structure for a new custom component.
Stars: ✭ 22 (-35.29%)
Mutual labels:  homeassistant, homeassistant-components
threedy
Home Assistant card for 3D printer status and management.
Stars: ✭ 159 (+367.65%)
Mutual labels:  homeassistant, homeassistant-components
homeassistant-aemet-sensor
AEMET integration for Home Assistant
Stars: ✭ 21 (-38.24%)
Mutual labels:  homeassistant, homeassistant-components
hass-livebox-component
Livebox Component for Home assistant
Stars: ✭ 24 (-29.41%)
Mutual labels:  homeassistant, homeassistant-components
terneo thermostat
Terneo thermostat component for Home Assistant
Stars: ✭ 24 (-29.41%)
Mutual labels:  homeassistant, homeassistant-components
lovelace-rpi-monitor-card
A Raspberry Pi status display Card for Home Assistant Lovelace
Stars: ✭ 102 (+200%)
Mutual labels:  homeassistant
addon-bitwarden
Vaultwarden (Bitwarden) - Home Assistant Community Add-ons
Stars: ✭ 102 (+200%)
Mutual labels:  homeassistant
luxtronik
Luxtronik integration for Home Assistant
Stars: ✭ 50 (+47.06%)
Mutual labels:  homeassistant
HASSAddons
Home Assistant Add-on Repository
Stars: ✭ 34 (+0%)
Mutual labels:  homeassistant
hassio-addons
Homegear as a Hassio add-on
Stars: ✭ 14 (-58.82%)
Mutual labels:  homeassistant
ha custom component
Home Assistant Custom Component of BMW Connected Drive
Stars: ✭ 21 (-38.24%)
Mutual labels:  homeassistant
breaking changes
Component to show potential breaking_changes in the current published version based on your loaded components
Stars: ✭ 83 (+144.12%)
Mutual labels:  homeassistant
hive
My home infrastructure
Stars: ✭ 31 (-8.82%)
Mutual labels:  homeassistant
addon-chrony
chrony - Home Assistant Community Add-ons
Stars: ✭ 23 (-32.35%)
Mutual labels:  homeassistant
heatzy-home-hassistant
Climate Home Assistant component for Heatzy Pilot
Stars: ✭ 22 (-35.29%)
Mutual labels:  homeassistant
HA-SleepAsAndroid
Sleep As Android integration for Home Assistant
Stars: ✭ 91 (+167.65%)
Mutual labels:  homeassistant
Deebot-for-Home-Assistant
Vacuum component for Ecovacs Deebot Vacuums
Stars: ✭ 204 (+500%)
Mutual labels:  homeassistant
homeassistant-afvalwijzer
Provides sensors for some Dutch waste collectors
Stars: ✭ 119 (+250%)
Mutual labels:  homeassistant

hacs_badge GitHub release GitHub license

nespresso

Simple Nespresso Ble coffee machine integrations It's based on pygatt and need a bluetooth device ble compatible to read Nespresso information.

Note that you need to find your auth code from the officials apps.

It's much easy with reading thoses tutorials and example:

https://gist.github.com/farminf/94f681eaca2760212f457ac59da99f23

https://medium.com/@urish/reverse-engineering-a-bluetooth-lightbulb-56580fcb7546

Pygattl required bluez to be installed on the host

sudo apt install bluez

Features

  • Supports make a lungo coffee via service
  • Supports reading lots of states
  • Even more incoming

Still under developpment

This conponent use the reversed one here: https://github.com/petergullberg/brewbutton .

It is completelly based on this integrations https://github.com/custom-components/sensor.airthings_wave . Thank's to Marty for is creation.

Sensor configuration

- platform: nespresso
  mac: d2:12:f1:7b:cd:6d
  resource: 8287ee82593d3c4e
  scan_interval: 30

Where:

  • <mac> must be replace by the bluetooth mac address of the machine
  • <resource> is the auth code that you must have catch with bluetooth sniffing the apps
  • <scan_interval> Optionnal scant interval in seconds (default=300)

It could look looks like this:

Image of HASS

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].