dahlb / ha_hatch

Home Assistant Integration for Hatch Rest Mini

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Release GitHub Activity License hacs

Project Maintenance BuyMeCoffee

A custom integration for Hatch Rest Sound Machines. This project is mostly from looking at other core integrations

Tested Devices

  • Rest Mini
  • Rest+
  • Rest 2nd gen
  • Rest+ 2nd gen

Warning ahead; this is beta phase, if you notice something missing please open an issue.

Feature Highlights

  • monitor device connectivity
  • start and stop sound machine with variety of built-in sounds (Rest mini & Rest+)
  • play favorites set in the Hatch app (Rest 2nd gen & Rest+ 2nd gen)
  • adjust the volume
  • monitor battery level (Rest+ & Rest+ 2nd gen)
  • adjust light brightness and color
  • turn rest plus on and off
  • turn clock on and off and adjust bightness (Rest+ 2nd gen)
  • turn Toddler Lock on and off (Rest+ 2nd gen)
  • monitor device charging status (Rest+ 2nd gen)

Installation

You can install this either manually copying files or using HACS. Configuration can be done on UI, you need to enter your username and password, (I know, translations are missing).

upstream limitation awslabs/aws-crt-python#315 is now automatically worked around thanks to code provided by https://github.com/qqaatw/

Troubleshooting

If you receive an error while trying to login, please go through these steps;

  1. You can enable logging for this integration specifically and share your logs, so I can have a deep dive investigation. To enable logging, update your configuration.yaml like this, we can get more information in Configuration -> Logs page
logger:
  default: warning
  logs:
    custom_components.ha_hatch: debug
    hatch_rest_api: debug

About

Home Assistant Integration for Hatch Rest Mini

License:MIT License


Languages

Language:Python 99.3%Language:Shell 0.7%