Skip to content

How to get Home Assistant log

Alexey 'Cluster' Avdyukhin edited this page Aug 16, 2022 · 3 revisions

In case your kettle is not working with my integration or it's working with some issues you can help me to investigate the problem and improve integration. I tested it on my kettle only: SkyKettle RK-G211 with firmware 3.9. I'm not sure that it will work with other kettles correctly.

You can send me your Home Assistant log, so I can understand where and when the problem arrives.

Step 1. Enable debug level log

I need debug level log, so you need to enable it.

Edit configuration.yaml file of Home Assistant and add those lines:

logger:
  default: info
  logs:
    custom_components.skykettle: debug

Step 2. Restart Home Assistant.

Restart it.

Step 3. Do some actions

Do some actions that can't be done using Home Assistant: pair with the kettle if HA can't pair with it, enable/disable light if HA can't do it, etc.

Step 4. Get log file

Download homeassistant.log file from the Home Assistant directory.

Step 5: Send this file to me

Create Issue, describe your problem, write which Kettle you using and the firmware version. Attach the homeassistant.log file and write which actions have you done.

Also, generate and attach a BLE log file if you can.

Clone this wiki locally