Giter VIP home page Giter VIP logo

ha-govee-heater's Introduction

HA Govee Heater Integration

GitHub Release GitHub Activity License

Integration to integrate with Govee smart space heaters.

This integration will set up the following platforms.

Platform Description
binary_sensor Show something True or False.
sensor Show info from blueprint API.
switch Switch something True or False.

Installation

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called govee_heater.
  4. Download all the files from the custom_components/govee_heater/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Restart Home Assistant
  7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Govee Heater"

Configuration is done in the UI

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines


ha-govee-heater's People

Contributors

kyleaupton avatar

Watchers

 avatar

ha-govee-heater's Issues

BlueprintDataUpdateCoordinator missing from coordinator.py

System Health details

System Information

version core-2024.2.0
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.1
os_name Linux
os_version 6.1.63-haos-raspi
arch aarch64
timezone America/Los_Angeles
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
GitHub API Calls Remaining 5000
Installed Version 1.34.0
Stage running
Available Repositories 1467
Downloaded Repositories 28
HACS Data ok
AccuWeather
can_reach_server ok
remaining_requests 46
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 11.5
update_channel stable
supervisor_version supervisor-2024.01.1
agent_version 1.6.0
docker_version 24.0.7
disk_total 457.7 GB
disk_used 14.8 GB
healthy true
supported true
board rpi4-64
supervisor_api ok
version_api ok
installed_addons Studio Code Server (5.15.0), Advanced SSH & Web Terminal (17.1.0), Glances (0.21.0), MariaDB (2.6.1), Home Assistant Google Drive Backup (0.112.1), File editor (5.7.0), InfluxDB (5.0.0), deCONZ (6.22.0), AdGuard Home (5.0.3), Mosquitto broker (6.4.0), Log Viewer (0.17.0), Cloudflared (5.1.2)
Dashboards
dashboards 2
resources 6
views 17
mode storage
Recorder
oldest_recorder_run January 31, 2024 at 7:17 PM
current_recorder_run February 7, 2024 at 2:56 PM
estimated_db_size 841.36 MiB
database_engine mysql
database_version 10.6.12

Checklist

  • I have enabled debug logging for my installation.
  • I have filled out the issue template to the best of my ability.
  • This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
  • This issue is not a duplicate issue of any previous issues..

Describe the issue

Logger: homeassistant.setup
Source: setup.py:404
First occurred: 2:57:31 PM (3 occurrences)
Last logged: 2:57:31 PM

Unable to prepare setup for platform 'govee_heater.sensor': Platform not found (cannot import name 'BlueprintDataUpdateCoordinator' from 'custom_components.govee_heater.coordinator' (/config/custom_components/govee_heater/coordinator.py)).
Unable to prepare setup for platform 'govee_heater.binary_sensor': Platform not found (cannot import name 'BlueprintDataUpdateCoordinator' from 'custom_components.govee_heater.coordinator' (/config/custom_components/govee_heater/coordinator.py)).
Unable to prepare setup for platform 'govee_heater.switch': Platform not found (cannot import name 'BlueprintDataUpdateCoordinator' from 'custom_components.govee_heater.coordinator' (/config/custom_components/govee_heater/coordinator.py)).

Reproduction steps

  1. Upload all files from custom_components/govee_heater to HA / Restart
  2. Add new Govee_Heater integration
  3. Add API Key
  4. Errors received
    ...

Debug logs

2024-02-07 14:56:26.071 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration smartthinq_sensors which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.074 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration meross_lan which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.076 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration deepstack_face which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.079 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration alexa_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.082 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration govee_heater which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.085 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration dwains_dashboard which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.087 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration fontawesome which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.090 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration enphase_envoy which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.092 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration kwikset which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.095 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration icloud3 which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.097 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration mail_and_packages which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.099 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration config_editor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.101 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration nws_alerts which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.104 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration deepstack_object which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.106 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration enphase_envoy_custom which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.108 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration govee which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.111 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration cryptostate which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.113 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration meross_cloud which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.115 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration dyson_local which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.118 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration blitzortung which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:26.120 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-02-07 14:56:27.060 WARNING (MainThread) [homeassistant.components.lovelace] Lovelace is running in storage mode. Define resources via user interface
2024-02-07 14:56:45.370 ERROR (SyncWorker_3) [homeassistant.components.influxdb] Cannot connect to InfluxDB due to 'HTTPConnectionPool(host='192.168.0.156', port=8086): Max retries exceeded with url: /write?db=homeassistant (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f84c88380>: Failed to establish a new connection: [Errno 111] Connection refused'))'. Please check that the provided connection details (host, port, etc.) are correct and that your InfluxDB server is running and accessible. Retrying in 60 seconds.
2024-02-07 14:56:52.274 WARNING (MainThread) [homeassistant.setup] Setup of ffmpeg is taking over 10 seconds.
2024-02-07 14:56:52.275 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform integration is taking over 10 seconds.
2024-02-07 14:56:53.464 ERROR (SyncWorker_3) [custom_components.mail_and_packages.helpers] Error logging into IMAP Server: b'[AUTHENTICATIONFAILED] Invalid credentials (Failure)'
2024-02-07 14:56:53.956 WARNING (MainThread) [homeassistant.const] LENGTH_KILOMETERS was used from blitzortung, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.KILOMETERS instead, please create a bug report at https://github.com/mrk-its/homeassistant-blitzortung/issues
2024-02-07 14:56:53.968 WARNING (MainThread) [homeassistant.const] LENGTH_MILES was used from blitzortung, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.MILES instead, please create a bug report at https://github.com/mrk-its/homeassistant-blitzortung/issues
2024-02-07 14:56:55.490 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'dwains_dashboard' uses deprecated 'SafeLineLoader' instead of 'PythonSafeLoader', which will stop working in HA Core 2024.6, at custom_components/dwains_dashboard/process_yaml.py, line 69: loader.SafeLineLoader.add_constructor("!include", _include_yaml), please create a bug report at https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues
2024-02-07 14:56:58.571 ERROR (MainThread) [homeassistant.components.script] Script with alias 'Cuckoo' has invalid object id and has been disabled: invalid slug Cuckoo (try cuckoo). Got 'Cuckoo'
2024-02-07 14:57:02.023 WARNING (SyncWorker_3) [homeassistant.helpers.frame] Detected that custom integration 'dwains_dashboard' uses deprecated 'SafeLineLoader' instead of 'PythonSafeLoader', which will stop working in HA Core 2024.6, at custom_components/dwains_dashboard/process_yaml.py, line 46: return loader.yaml.load(config_file, Loader=lambda stream: loader.SafeLineLoader(stream, secrets)) or OrderedDict(), please report it to the author of the 'dwains_dashboard' custom integration
2024-02-07 14:57:02.465 WARNING (MainThread) [homeassistant.setup] Setup of zone is taking over 10 seconds.
2024-02-07 14:57:02.465 WARNING (MainThread) [homeassistant.setup] Setup of counter is taking over 10 seconds.
2024-02-07 14:57:02.465 WARNING (MainThread) [homeassistant.setup] Setup of schedule is taking over 10 seconds.
2024-02-07 14:57:02.465 WARNING (MainThread) [homeassistant.setup] Setup of input_boolean is taking over 10 seconds.
2024-02-07 14:57:02.466 WARNING (MainThread) [homeassistant.setup] Setup of input_number is taking over 10 seconds.
2024-02-07 14:57:02.466 WARNING (MainThread) [homeassistant.setup] Setup of input_text is taking over 10 seconds.
2024-02-07 14:57:02.472 WARNING (MainThread) [homeassistant.setup] Setup of input_datetime is taking over 10 seconds.
2024-02-07 14:57:03.173 WARNING (MainThread) [homeassistant.setup] Setup of input_select is taking over 10 seconds.
2024-02-07 14:57:03.173 WARNING (MainThread) [homeassistant.setup] Setup of group is taking over 10 seconds.
2024-02-07 14:57:06.410 DEBUG (MainThread) [custom_components.govee_heater] Finished fetching govee_heater data in 14.121 seconds (success: False)
2024-02-07 14:57:06.476 WARNING (MainThread) [homeassistant.const] LENGTH_KILOMETERS was used from blitzortung, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.KILOMETERS instead, please create a bug report at https://github.com/mrk-its/homeassistant-blitzortung/issues
2024-02-07 14:57:06.797 WARNING (MainThread) [homeassistant.setup] Setup of application_credentials is taking over 10 seconds.
2024-02-07 14:57:06.798 WARNING (MainThread) [homeassistant.setup] Setup of tplink is taking over 10 seconds.
2024-02-07 14:57:06.829 WARNING (MainThread) [homeassistant.const] LENGTH_KILOMETERS was used from blitzortung, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.KILOMETERS instead, please create a bug report at https://github.com/mrk-its/homeassistant-blitzortung/issues
2024-02-07 14:57:06.841 WARNING (MainThread) [homeassistant.const] LENGTH_MILES was used from blitzortung, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.MILES instead, please create a bug report at https://github.com/mrk-its/homeassistant-blitzortung/issues
2024-02-07 14:57:06.999 WARNING (MainThread) [androidtv.adb_manager.adb_manager_async] Couldn't connect to 192.168.0.226:5555.  TcpTimeoutException: Connecting to 192.168.0.226:5555 timed out (1.0 seconds)
2024-02-07 14:57:09.267 WARNING (SyncWorker_2) [homeassistant.helpers.frame] Detected that custom integration 'dwains_dashboard' uses deprecated 'SafeLineLoader' instead of 'PythonSafeLoader', which will stop working in HA Core 2024.6, at custom_components/dwains_dashboard/process_yaml.py, line 43: return loader.yaml.load(stream, Loader=lambda _stream: loader.SafeLineLoader(_stream, secrets)) or OrderedDict(), please report it to the author of the 'dwains_dashboard' custom integration

2024-02-07 14:57:13.219 WARNING (MainThread) [homeassistant.components.fan] SUPPORT_DIRECTION was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.DIRECTION instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.233 WARNING (MainThread) [homeassistant.components.fan] SUPPORT_OSCILLATE was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.OSCILLATE instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.247 WARNING (MainThread) [homeassistant.components.fan] SUPPORT_PRESET_MODE was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.PRESET_MODE instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.260 WARNING (MainThread) [homeassistant.components.fan] SUPPORT_SET_SPEED was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.SET_SPEED instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.273 WARNING (MainThread) [homeassistant.components.fan] SUPPORT_DIRECTION was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.DIRECTION instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.286 WARNING (MainThread) [homeassistant.components.fan] SUPPORT_OSCILLATE was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.OSCILLATE instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.298 WARNING (MainThread) [homeassistant.components.fan] SUPPORT_PRESET_MODE was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.PRESET_MODE instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.310 WARNING (MainThread) [homeassistant.components.fan] SUPPORT_SET_SPEED was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.SET_SPEED instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.331 WARNING (MainThread) [homeassistant.const] TEMP_CELSIUS was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.344 WARNING (MainThread) [homeassistant.const] TIME_HOURS was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.HOURS instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.369 WARNING (MainThread) [homeassistant.components.climate.const] CURRENT_HVAC_COOL was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.COOLING instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.382 WARNING (MainThread) [homeassistant.components.climate.const] CURRENT_HVAC_HEAT was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.HEATING instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.394 WARNING (MainThread) [homeassistant.components.climate.const] CURRENT_HVAC_IDLE was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.IDLE instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.407 WARNING (MainThread) [homeassistant.components.climate.const] CURRENT_HVAC_OFF was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.OFF instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.420 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_COOL was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.COOL instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.433 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_HEAT was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.HEAT instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.446 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_OFF was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.OFF instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.459 WARNING (MainThread) [homeassistant.components.climate.const] SUPPORT_FAN_MODE was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.FAN_MODE instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.471 WARNING (MainThread) [homeassistant.components.climate.const] SUPPORT_TARGET_TEMPERATURE was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.TARGET_TEMPERATURE instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.484 WARNING (MainThread) [homeassistant.const] TEMP_CELSIUS was used from dyson_local, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:13.768 WARNING (MainThread) [custom_components.govee] API is back online.
2024-02-07 14:57:14.977 WARNING (MainThread) [custom_components.hacs] NetDaemon in HACS is deprectaded. It will stop working in the future. Please remove all your current NetDaemon repositories from HACS and download them manually if you want to continue using them.
2024-02-07 14:57:19.532 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:10:36:4a-01-0006-open already exists - ignoring binary_sensor.office_side_window
2024-02-07 14:57:19.532 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:08:a5:68-01-0006-open already exists - ignoring binary_sensor.guest_room_window_1
2024-02-07 14:57:19.533 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:25:98:58-01-0006-open already exists - ignoring binary_sensor.kitchen_window
2024-02-07 14:57:19.533 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:06:db:84-01-0006-open already exists - ignoring binary_sensor.dining_room_slider
2024-02-07 14:57:19.533 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:08:a1:79-01-0006-open already exists - ignoring binary_sensor.master_bath_window_1
2024-02-07 14:57:19.533 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:06:ff:ca:10-01-0006-open already exists - ignoring binary_sensor.guest_room_window_2
2024-02-07 14:57:19.534 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:10:4e:50-01-0006-open already exists - ignoring binary_sensor.office_front_window
2024-02-07 14:57:19.534 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:06:f0:c5:fe-01-0406-presence already exists - ignoring binary_sensor.office_motion_sensor
2024-02-07 14:57:19.534 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:10:52:53-01-0006-open already exists - ignoring binary_sensor.master_bedroom_french_doors
2024-02-07 14:57:19.534 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:25:96:13-01-0006-open already exists - ignoring binary_sensor.master_bath_window_2
2024-02-07 14:57:19.535 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:06:f0:b9:07-01-0406-presence already exists - ignoring binary_sensor.presence_16
2024-02-07 14:57:19.535 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:08:a5:39-01-0006-open already exists - ignoring binary_sensor.living_room_window
2024-02-07 14:57:19.535 ERROR (MainThread) [homeassistant.components.binary_sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:e3:00:ad-01-0406-presence already exists - ignoring binary_sensor.master_bathroom_motion
2024-02-07 14:57:19.592 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:10:36:4a-01-0006-battery already exists - ignoring sensor.office_side_window_battery
2024-02-07 14:57:19.593 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:10:36:4a-01-0006-internal_temperature already exists - ignoring sensor.office_side_window_temp
2024-02-07 14:57:19.594 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:08:a5:68-01-0006-battery already exists - ignoring sensor.guest_room_window_1_battery_level
2024-02-07 14:57:19.594 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:08:a5:68-01-0006-internal_temperature already exists - ignoring sensor.guest_room_window_1_temperature
2024-02-07 14:57:19.595 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:25:98:58-01-0006-battery already exists - ignoring sensor.kitchen_window_battery_level
2024-02-07 14:57:19.595 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:25:98:58-01-0006-internal_temperature already exists - ignoring sensor.kitchen_window_temperature
2024-02-07 14:57:19.595 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:06:db:84-01-0006-battery already exists - ignoring sensor.dining_room_slider_battery_level
2024-02-07 14:57:19.596 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:06:db:84-01-0006-internal_temperature already exists - ignoring sensor.dining_room_slider_temperature
2024-02-07 14:57:19.596 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:08:a1:79-01-0006-battery already exists - ignoring sensor.master_bath_window_1_battery_level
2024-02-07 14:57:19.596 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:08:a1:79-01-0006-internal_temperature already exists - ignoring sensor.master_bath_window_1_temperature
2024-02-07 14:57:19.596 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:06:ff:ca:10-01-0006-battery already exists - ignoring sensor.guest_room_window_2_battery_level
2024-02-07 14:57:19.597 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:06:ff:ca:10-01-0006-internal_temperature already exists - ignoring sensor.guest_room_window_2_temperature
2024-02-07 14:57:19.597 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:10:4e:50-01-0006-battery already exists - ignoring sensor.office_front_window_battery
2024-02-07 14:57:19.597 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:10:4e:50-01-0006-internal_temperature already exists - ignoring sensor.office_front_window_temp
2024-02-07 14:57:19.598 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:06:f0:c5:fe-01-0400-light_level already exists - ignoring sensor.lightlevel_17
2024-02-07 14:57:19.598 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:06:f0:c5:fe-01-0400-battery already exists - ignoring sensor.lightlevel_17_battery_level
2024-02-07 14:57:19.598 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:06:f0:c5:fe-01-0406-internal_temperature already exists - ignoring sensor.lightlevel_17_temperature
2024-02-07 14:57:19.599 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:10:52:53-01-0006-battery already exists - ignoring sensor.master_bedroom_french_doors_battery_level
2024-02-07 14:57:19.599 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:10:52:53-01-0006-internal_temperature already exists - ignoring sensor.master_bedroom_french_doors_temperature
2024-02-07 14:57:19.599 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:25:96:13-01-0006-battery already exists - ignoring sensor.master_bath_window_2_battery_level
2024-02-07 14:57:19.599 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:25:96:13-01-0006-internal_temperature already exists - ignoring sensor.master_bath_window_2_temperature
2024-02-07 14:57:19.600 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:06:f0:b9:07-01-0400-light_level already exists - ignoring sensor.lightlevel_15
2024-02-07 14:57:19.600 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:06:f0:b9:07-01-0400-battery already exists - ignoring sensor.lightlevel_15_battery_level
2024-02-07 14:57:19.600 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:06:f0:b9:07-01-0406-internal_temperature already exists - ignoring sensor.lightlevel_15_temperature
2024-02-07 14:57:19.600 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:08:a5:39-01-0006-battery already exists - ignoring sensor.living_room_window_battery
2024-02-07 14:57:19.601 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:08:a5:39-01-0006-internal_temperature already exists - ignoring sensor.living_room_window_temp
2024-02-07 14:57:19.601 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:08:04:a3:32-01-0405-humidity already exists - ignoring sensor.humidity_42
2024-02-07 14:57:19.601 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:08:04:a3:32-01-0405-battery already exists - ignoring sensor.humidity_42_battery
2024-02-07 14:57:19.601 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:08:04:a3:32-01-0402-temperature already exists - ignoring sensor.temperature_43
2024-02-07 14:57:19.602 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:08:04:a3:32-01-0403-pressure already exists - ignoring sensor.pressure_44
2024-02-07 14:57:19.602 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:08:02:a9:b9-02-0012-battery already exists - ignoring sensor.switch_45_battery
2024-02-07 14:57:19.602 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:08:02:a9:b9-03-000c-battery already exists - ignoring sensor.office_magic_cube_battery
2024-02-07 14:57:19.603 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:e3:00:ad-01-0400-light_level already exists - ignoring sensor.lightlevel_40
2024-02-07 14:57:19.603 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:e3:00:ad-01-0400-battery already exists - ignoring sensor.lightlevel_40_battery
2024-02-07 14:57:19.604 ERROR (MainThread) [homeassistant.components.sensor] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:e3:00:ad-01-0406-internal_temperature already exists - ignoring sensor.lightlevel_40_temperature
2024-02-07 14:57:19.967 ERROR (MainThread) [homeassistant.components.number] Platform deconz does not generate unique IDs. ID 00:15:8d:00:06:f0:c5:fe-01-0406-duration already exists - ignoring number.office_motion_sensor_duration
2024-02-07 14:57:19.967 ERROR (MainThread) [homeassistant.components.number] Platform deconz does not generate unique IDs. ID 00:15:8d:00:06:f0:b9:07-01-0406-duration already exists - ignoring number.kitchen_motion_sensor_duration
2024-02-07 14:57:19.968 ERROR (MainThread) [homeassistant.components.number] Platform deconz does not generate unique IDs. ID 00:15:8d:00:07:e3:00:ad-01-0406-duration already exists - ignoring number.master_bathroom_motion_sensor_duration
2024-02-07 14:57:20.119 WARNING (MainThread) [homeassistant.helpers.entity] Entity None (<class 'custom_components.dyson_local.fan.DysonPureCoolEntity'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <FanEntityFeature.SET_SPEED|OSCILLATE|DIRECTION|PRESET_MODE: 15>, please create a bug report at https://github.com/shenxn/ha-dyson/issues and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation
2024-02-07 14:57:20.156 WARNING (MainThread) [homeassistant.helpers.entity] Entity None (<class 'custom_components.dyson_local.climate.DysonPureHotCoolEntity'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <ClimateEntityFeature.TARGET_TEMPERATURE: 1>, please create a bug report at https://github.com/shenxn/ha-dyson/issues and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation
2024-02-07 14:57:20.157 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.dyson_local.climate.DysonPureHotCoolEntity'>) implements HVACMode(s): off, cool, heat and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/shenxn/ha-dyson/issues
2024-02-07 14:57:20.570 WARNING (MainThread) [homeassistant.components.light] Entity None (<class 'custom_components.govee.light.GoveeLightEntity'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 19> and color modes, please create a bug report at https://github.com/LaggAt/hacs-govee/issues and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation
2024-02-07 14:57:27.147 WARNING (MainThread) [homeassistant.components.alarm_control_panel] SUPPORT_ALARM_ARM_AWAY was used from alexa_media, this is a deprecated constant which will be removed in HA Core 2025.1. Use AlarmControlPanelEntityFeature.ARM_AWAY instead, please create a bug report at https://github.com/alandtse/alexa_media_player/issues
2024-02-07 14:57:27.160 WARNING (MainThread) [homeassistant.components.alarm_control_panel] SUPPORT_ALARM_ARM_AWAY was used from alexa_media, this is a deprecated constant which will be removed in HA Core 2025.1. Use AlarmControlPanelEntityFeature.ARM_AWAY instead, please create a bug report at https://github.com/alandtse/alexa_media_player/issues
2024-02-07 14:57:27.174 WARNING (MainThread) [homeassistant.components.alarm_control_panel] SUPPORT_ALARM_ARM_AWAY was used from alexa_media, this is a deprecated constant which will be removed in HA Core 2025.1. Use AlarmControlPanelEntityFeature.ARM_AWAY instead, please create a bug report at https://github.com/alandtse/alexa_media_player/issues
2024-02-07 14:57:27.188 WARNING (MainThread) [homeassistant.components.alarm_control_panel] SUPPORT_ALARM_ARM_AWAY was used from alexa_media, this is a deprecated constant which will be removed in HA Core 2025.1. Use AlarmControlPanelEntityFeature.ARM_AWAY instead, please create a bug report at https://github.com/alandtse/alexa_media_player/issues
2024-02-07 14:57:30.914 ERROR (MainThread) [pyhap.characteristic] SecuritySystemCurrentState: value=0 is an invalid value.
2024-02-07 14:57:30.915 ERROR (MainThread) [pyhap.characteristic] SecuritySystemTargetState: value=0 is an invalid value.
2024-02-07 14:57:30.986 ERROR (MainThread) [pyhap.characteristic] SecuritySystemCurrentState: value=0 is an invalid value.
2024-02-07 14:57:30.986 ERROR (MainThread) [pyhap.characteristic] SecuritySystemTargetState: value=0 is an invalid value.
2024-02-07 14:57:31.010 WARNING (MainThread) [homeassistant.components.homekit] Cannot add light.bedroom as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.010 WARNING (MainThread) [homeassistant.components.homekit] Cannot add media_player.android_tv_192_168_0_226 as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.010 WARNING (MainThread) [homeassistant.components.homekit] Cannot add light.hue_white_lamp_1 as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.010 WARNING (MainThread) [homeassistant.components.homekit] Cannot add light.hue_ambiance_lamp_1 as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.010 WARNING (MainThread) [homeassistant.components.homekit] Cannot add light.living_room_2 as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.010 WARNING (MainThread) [homeassistant.components.homekit] Cannot add binary_sensor.washer_wash_completed as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.011 WARNING (MainThread) [homeassistant.components.homekit] Cannot add binary_sensor.dryer_dry_completed as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.011 WARNING (MainThread) [homeassistant.components.homekit] Cannot add binary_sensor.washer_error_state as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.011 WARNING (MainThread) [homeassistant.components.homekit] Cannot add binary_sensor.dryer_error_state as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.011 WARNING (MainThread) [homeassistant.components.homekit] Cannot add switch.washer_power_off as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.011 WARNING (MainThread) [homeassistant.components.homekit] Cannot add switch.dryer_power_off as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.012 WARNING (MainThread) [homeassistant.components.homekit] Cannot add switch.front_door_led as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.012 WARNING (MainThread) [homeassistant.components.homekit] Cannot add switch.front_door_audio as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.012 WARNING (MainThread) [homeassistant.components.homekit] Cannot add switch.front_door_secure_screen as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.019 WARNING (MainThread) [homeassistant.components.homekit] Cannot add button.dryer_remote_start as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.019 WARNING (MainThread) [homeassistant.components.homekit] Cannot add button.washer_remote_start as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.020 WARNING (MainThread) [homeassistant.components.homekit] Cannot add switch.dryer_power as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.020 WARNING (MainThread) [homeassistant.components.homekit] Cannot add switch.washer_power as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.020 WARNING (MainThread) [homeassistant.components.homekit] Cannot add remote.living_room_tv as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.020 WARNING (MainThread) [homeassistant.components.homekit] Cannot add binary_sensor.back_door_entry as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.020 WARNING (MainThread) [homeassistant.components.homekit] Cannot add media_player.living_room_tv_2 as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.020 WARNING (MainThread) [homeassistant.components.homekit] Cannot add button.dryer_pause as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.020 WARNING (MainThread) [homeassistant.components.homekit] Cannot add button.washer_pause as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:31.164 WARNING (MainThread) [custom_components.hacs] You have 'robmarkcole/HASS-Deepstack-face' installed with HACS this repository has been removed from HACS, please consider removing it. Removal reason (Repository is archived)
2024-02-07 14:57:31.165 WARNING (MainThread) [custom_components.hacs] You have 'robmarkcole/HASS-Deepstack-object' installed with HACS this repository has been removed from HACS, please consider removing it. Removal reason (Repository is archived)
2024-02-07 14:57:31.173 DEBUG (MainThread) [custom_components.govee_heater] Finished fetching govee_heater data in 2.616 seconds (success: True)
2024-02-07 14:57:31.391 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'govee_heater.sensor': Platform not found (cannot import name 'BlueprintDataUpdateCoordinator' from 'custom_components.govee_heater.coordinator' (/config/custom_components/govee_heater/coordinator.py)).
2024-02-07 14:57:31.409 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'govee_heater.binary_sensor': Platform not found (cannot import name 'BlueprintDataUpdateCoordinator' from 'custom_components.govee_heater.coordinator' (/config/custom_components/govee_heater/coordinator.py)).
2024-02-07 14:57:31.434 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'govee_heater.switch': Platform not found (cannot import name 'BlueprintDataUpdateCoordinator' from 'custom_components.govee_heater.coordinator' (/config/custom_components/govee_heater/coordinator.py)).
2024-02-07 14:57:42.595 ERROR (MainThread) [homeassistant] Error doing job: Unclosed client session
2024-02-07 14:57:52.164 WARNING (MainThread) [asyncio] socket.send() raised exception.
2024-02-07 14:57:52.245 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform adguard is taking over 10 seconds.
2024-02-07 14:57:52.245 WARNING (MainThread) [homeassistant.components.switch] Setup of switch platform adguard is taking over 10 seconds.
2024-02-07 14:57:52.245 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform androidtv_remote is taking over 10 seconds.
2024-02-07 14:57:52.246 WARNING (MainThread) [homeassistant.components.remote] Setup of remote platform androidtv_remote is taking over 10 seconds.
2024-02-07 14:57:52.309 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform co2signal is taking over 10 seconds.
2024-02-07 14:57:56.596 ERROR (SyncWorker_23) [homeassistant.components.influxdb] Cannot connect to InfluxDB due to 'HTTPConnectionPool(host='192.168.0.156', port=8086): Max retries exceeded with url: /write?db=homeassistant (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f5ed25910>: Failed to establish a new connection: [Errno 111] Connection refused'))'. Please check that the provided connection details (host, port, etc.) are correct and that your InfluxDB server is running and accessible. Retrying in 60 seconds.
2024-02-07 14:57:56.660 ERROR (MainThread) [homeassistant.helpers.entity] Update for camera.mail_usps_camera fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1259, in async_device_update
    await self.async_update()
  File "/config/custom_components/mail_and_packages/camera.py", line 210, in async_update
    self.update_file_path()
  File "/config/custom_components/mail_and_packages/camera.py", line 146, in update_file_path
    image = self._coordinator.data[ATTR_IMAGE_NAME]
            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
KeyError: 'image_name'
2024-02-07 14:57:56.711 ERROR (MainThread) [homeassistant.helpers.entity] Update for camera.mail_amazon_delivery_camera fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1259, in async_device_update
    await self.async_update()
  File "/config/custom_components/mail_and_packages/camera.py", line 210, in async_update
    self.update_file_path()
  File "/config/custom_components/mail_and_packages/camera.py", line 159, in update_file_path
    image = self._coordinator.data[ATTR_AMAZON_IMAGE]
            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 'amazon_image'
2024-02-07 14:57:56.944 WARNING (MainThread) [homeassistant.components.homekit] Cannot add Office Switch  as this would exceed the 150 device limit. Consider using the filter option
2024-02-07 14:57:57.122 WARNING (MainThread) [homeassistant.components.switch] Platform adguard not ready yet: Timeout occurred while connecting to AdGuard Home instance.; Retrying in background in 30 seconds
2024-02-07 14:57:57.131 WARNING (MainThread) [homeassistant.components.androidtv_remote] Disconnected from Living Room TV at 192.168.0.226
2024-02-07 14:58:02.404 WARNING (MainThread) [homeassistant.components.media_player] Updating alexa_media media_player took longer than the scheduled update interval 0:00:10
2024-02-07 14:58:05.737 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration enphase_envoy_custom: No module named 'envoy_reader'
2024-02-07 14:58:05.741 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration enphase_envoy_custom: No module named 'envoy_reader'
2024-02-07 14:58:05.742 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2245, in _load_integration
    integration.get_platform("config_flow")
  File "/usr/src/homeassistant/homeassistant/loader.py", line 847, in get_platform
    cache[full_name] = self._import_platform(platform_name)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/loader.py", line 864, in _import_platform
    return importlib.import_module(f"{self.pkg_path}.{platform_name}")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 994, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/config/custom_components/enphase_envoy_custom/__init__.py", line 8, in <module>
    from envoy_reader.envoy_reader import EnvoyReader
ModuleNotFoundError: No module named 'envoy_reader'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/discovery_flow.py", line 96, in _async_start
    await gather_with_limited_concurrency(
  File "/usr/src/homeassistant/homeassistant/util/async_.py", line 188, in gather_with_limited_concurrency
    return await gather(
           ^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/util/async_.py", line 186, in sem_task
    return await task
           ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 945, in async_init
    flow, result = await task
                   ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 963, in _async_init
    flow = await self.async_create_flow(handler, context=context, data=data)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1074, in async_create_flow
    handler = await _async_get_flow_handler(
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2266, in _async_get_flow_handler
    await _load_integration(hass, domain, hass_config)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2252, in _load_integration
    raise data_entry_flow.UnknownHandler
homeassistant.data_entry_flow.UnknownHandler
2024-02-07 14:58:22.327 ERROR (MainThread) [homeassistant.helpers.entity] Update for camera.mail_usps_camera fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1259, in async_device_update
    await self.async_update()
  File "/config/custom_components/mail_and_packages/camera.py", line 210, in async_update
    self.update_file_path()
  File "/config/custom_components/mail_and_packages/camera.py", line 146, in update_file_path
    image = self._coordinator.data[ATTR_IMAGE_NAME]
            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
KeyError: 'image_name'
2024-02-07 14:58:22.336 ERROR (MainThread) [homeassistant.helpers.entity] Update for camera.mail_amazon_delivery_camera fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1259, in async_device_update
    await self.async_update()
  File "/config/custom_components/mail_and_packages/camera.py", line 210, in async_update
    self.update_file_path()
  File "/config/custom_components/mail_and_packages/camera.py", line 159, in update_file_path
    image = self._coordinator.data[ATTR_AMAZON_IMAGE]
            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 'amazon_image'
2024-02-07 14:58:52.332 ERROR (MainThread) [homeassistant.helpers.entity] Update for camera.mail_usps_camera fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1259, in async_device_update
    await self.async_update()
  File "/config/custom_components/mail_and_packages/camera.py", line 210, in async_update
    self.update_file_path()
  File "/config/custom_components/mail_and_packages/camera.py", line 146, in update_file_path
    image = self._coordinator.data[ATTR_IMAGE_NAME]
            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
KeyError: 'image_name'
2024-02-07 14:58:52.338 ERROR (MainThread) [homeassistant.helpers.entity] Update for camera.mail_amazon_delivery_camera fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1259, in async_device_update
    await self.async_update()
  File "/config/custom_components/mail_and_packages/camera.py", line 210, in async_update
    self.update_file_path()
  File "/config/custom_components/mail_and_packages/camera.py", line 159, in update_file_path
    image = self._coordinator.data[ATTR_AMAZON_IMAGE]
            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 'amazon_image'
2024-02-07 14:58:57.166 ERROR (SyncWorker_17) [homeassistant.components.influxdb] Cannot connect to InfluxDB due to 'HTTPConnectionPool(host='192.168.0.156', port=8086): Max retries exceeded with url: /write?db=homeassistant (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f443f9e50>: Failed to establish a new connection: [Errno 111] Connection refused'))'. Please check that the provided connection details (host, port, etc.) are correct and that your InfluxDB server is running and accessible. Retrying in 60 seconds.
2024-02-07 14:59:22.328 ERROR (MainThread) [homeassistant.helpers.entity] Update for camera.mail_usps_camera fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1259, in async_device_update
    await self.async_update()
  File "/config/custom_components/mail_and_packages/camera.py", line 210, in async_update
    self.update_file_path()
  File "/config/custom_components/mail_and_packages/camera.py", line 146, in update_file_path
    image = self._coordinator.data[ATTR_IMAGE_NAME]
            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
KeyError: 'image_name'
2024-02-07 14:59:22.334 ERROR (MainThread) [homeassistant.helpers.entity] Update for camera.mail_amazon_delivery_camera fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1259, in async_device_update
    await self.async_update()
  File "/config/custom_components/mail_and_packages/camera.py", line 210, in async_update
    self.update_file_path()
  File "/config/custom_components/mail_and_packages/camera.py", line 159, in update_file_path
    image = self._coordinator.data[ATTR_AMAZON_IMAGE]
            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 'amazon_image'
2024-02-07 14:59:52.330 ERROR (MainThread) [homeassistant.helpers.entity] Update for camera.mail_usps_camera fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1259, in async_device_update
    await self.async_update()
  File "/config/custom_components/mail_and_packages/camera.py", line 210, in async_update
    self.update_file_path()
  File "/config/custom_components/mail_and_packages/camera.py", line 146, in update_file_path
    image = self._coordinator.data[ATTR_IMAGE_NAME]
            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
KeyError: 'image_name'
2024-02-07 14:59:52.341 ERROR (MainThread) [homeassistant.helpers.entity] Update for camera.mail_amazon_delivery_camera fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1259, in async_device_update
    await self.async_update()
  File "/config/custom_components/mail_and_packages/camera.py", line 210, in async_update
    self.update_file_path()
  File "/config/custom_components/mail_and_packages/camera.py", line 159, in update_file_path
    image = self._coordinator.data[ATTR_AMAZON_IMAGE]
            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 'amazon_image'
2024-02-07 14:59:57.206 ERROR (SyncWorker_28) [homeassistant.components.influxdb] Cannot connect to InfluxDB due to 'HTTPConnectionPool(host='192.168.0.156', port=8086): Max retries exceeded with url: /write?db=homeassistant (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f443fdaf0>: Failed to establish a new connection: [Errno 111] Connection refused'))'. Please check that the provided connection details (host, port, etc.) are correct and that your InfluxDB server is running and accessible. Retrying in 60 seconds.
2024-02-07 15:00:10.662 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.openweathermap_rain_2 (mm/h) cannot be converted to the unit of previously compiled statistics (mm). Generation of long term statistics will be suppressed unless the unit changes back to mm or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
2024-02-07 15:00:10.663 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.openweathermap_snow_2 (mm/h) cannot be converted to the unit of previously compiled statistics (mm). Generation of long term statistics will be suppressed unless the unit changes back to mm or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
2024-02-07 15:00:10.675 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.home_precipitation (in/h) cannot be converted to the unit of previously compiled statistics (in). Generation of long term statistics will be suppressed unless the unit changes back to in or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
2024-02-07 15:00:11.116 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.blink_courtyard_wifi_signal (None) cannot be converted to the unit of previously compiled statistics (dBm). Generation of long term statistics will be suppressed unless the unit changes back to dBm or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
2024-02-07 15:00:11.117 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.blink_living_room_wifi_signal (None) cannot be converted to the unit of previously compiled statistics (dBm). Generation of long term statistics will be suppressed unless the unit changes back to dBm or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
2024-02-07 15:00:11.117 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.blink_garage_wifi_signal (None) cannot be converted to the unit of previously compiled statistics (dBm). Generation of long term statistics will be suppressed unless the unit changes back to dBm or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
2024-02-07 15:00:11.117 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.blink_front_yard_wifi_signal (None) cannot be converted to the unit of previously compiled statistics (dBm). Generation of long term statistics will be suppressed unless the unit changes back to dBm or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
2024-02-07 15:00:11.118 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.blink_backyard_wifi_signal (None) cannot be converted to the unit of previously compiled statistics (dBm). Generation of long term statistics will be suppressed unless the unit changes back to dBm or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
2024-02-07 15:00:11.779 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.office_light_strip are missing or not currently available
2024-02-07 15:00:22.331 ERROR (MainThread) [homeassistant.helpers.entity] Update for camera.mail_usps_camera fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1259, in async_device_update
    await self.async_update()
  File "/config/custom_components/mail_and_packages/camera.py", line 210, in async_update
    self.update_file_path()
  File "/config/custom_components/mail_and_packages/camera.py", line 146, in update_file_path
    image = self._coordinator.data[ATTR_IMAGE_NAME]
            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
KeyError: 'image_name'
2024-02-07 15:00:22.339 ERROR (MainThread) [homeassistant.helpers.entity] Update for camera.mail_amazon_delivery_camera fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1259, in async_device_update
    await self.async_update()
  File "/config/custom_components/mail_and_packages/camera.py", line 210, in async_update
    self.update_file_path()
  File "/config/custom_components/mail_and_packages/camera.py", line 159, in update_file_path
    image = self._coordinator.data[ATTR_AMAZON_IMAGE]
            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 'amazon_image'
2024-02-07 15:00:52.340 ERROR (MainThread) [homeassistant.helpers.entity] Update for camera.mail_usps_camera fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1259, in async_device_update
    await self.async_update()
  File "/config/custom_components/mail_and_packages/camera.py", line 210, in async_update
    self.update_file_path()
  File "/config/custom_components/mail_and_packages/camera.py", line 146, in update_file_path
    image = self._coordinator.data[ATTR_IMAGE_NAME]
            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
KeyError: 'image_name'
2024-02-07 15:00:52.348 ERROR (MainThread) [homeassistant.helpers.entity] Update for camera.mail_amazon_delivery_camera fails
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1259, in async_device_update
    await self.async_update()
  File "/config/custom_components/mail_and_packages/camera.py", line 210, in async_update
    self.update_file_path()
  File "/config/custom_components/mail_and_packages/camera.py", line 159, in update_file_path
    image = self._coordinator.data[ATTR_AMAZON_IMAGE]
            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^

Diagnostics dump

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.