LaMetric Time

The LaMetric Time is a smart clock / notification system. It has an Open API, with both cloud & local options. Someone has already created a python package for comms too.

It’d be great to have this as an available option for notifications.

2 Likes

I just got one as well! Would be interested in this :slight_smile:

Me too!! Can’t believe its not supported already :wink:

I will have a look into this. Implementing notifications should be relatively easy.

1 Like

I don’t think it will make it into 0.48, but it should be ready in 0.49

Brilliant!

look like its here

Any chance that all the features will be implemented ? It would be really cool to add to the automations the possibility to change apps (like switch to the radio and turn it on). Controlling the volume and everything else

1 Like

In a search to get the set alarm time (physically set on the LaMetric) into HA to trigger my wake-up light.

The docs show information on getting app details from the LaMetric, but will I be able to extract the timestamp of the alarm from it? Since I wan’t to know this before buying the LaMetric, I can’t test it. Could someone help me out checking the output of the following REST/cURL command?:

REST:

GET https://<device ip address>:4343/api/v2/device/apps/com.lametric.clock

Accept: application/json

cURL:

$ curl -X GET -u "dev" -H "Accept: application/json" -k \
  https://<device ip address>:4343/api/v2/device/apps/com.lametric.clock
$ Enter host password for user 'dev': <device api key>

Any other ideas to grab the alarm clock timestamp from the LaMetric are more than welcome.