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

lokanx-home-assistant/ha-cmee-device-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ha-cmee-device-tracker

Home Assistant device tracker for CMEE waches.

Usage

- platform: cmee
  username: <username>
  password: <password>

Data is fetched from https://cmee.online/ every 300 second (5 minutes).

It is possible to change the data fetch interval by specifying interval_seconds. Since fetching data is draining battery on the CMEE device a minimum value of 180 seconds (3rd minute) is used.

- platform: cmee
  username: <username>
  password: <password>
  interval_seconds: 180

Sometimes the (Let's Encrypt) SSL certificate expires so you could also disabble SSL certificate verification like this.

- platform: cmee
  username: <username>
  password: <password>
  verify_ssl: False