stefanwichmann / kelvin

Kelvin - The hue bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finding Devices ID when running as service

er-minio opened this issue · comments

I've been running Kelvin for a few years as a service on a Raspberry pi Zero W, all good, love it.

I now changed my light configuration and I really have to get Kelvin to ignore one of the lights, but I cannot find its ID as I'm not able to see Kelvin's status when it is first initiated.

When I do sudo systemctl status kelvin, I only get the lights by name, no ID.
Is there any other way to obtain the table of ID/Light names?

Or, is there an easy way to tell Kelvin to ignore a specific light?

Thanks.
Screenshot 2021-01-28 at 14 18 10
Screenshot 2021-01-28 at 14 18 29

Your log output of journalctl was truncated/paged and does not show all available lines.

Try calling it with the parameter "--no-tail". This should give you the table where you can find the ID of each lamp.

After you identified the lamp you want to ignore, simply remove its ID from the configuration file.

Thank you Stefan!