simbaja / ha_gehome

GE Home Appliances (SmartHQ) for Home Assistant
MIT License
333 stars 80 forks source link

Cafe Refrigerator Interior Light #195

Closed timothynward closed 6 months ago

timothynward commented 1 year ago

Originally the interior light entity worked to turn the light on and off. With recent updates, it is now disabled/unavailable. I have not found anything that I can do the get it to work. I thought maybe my installation was corrupt, so I unistallled the integration as well as HACS, deleted the custom configuration folder and then reinstalled. Please the me know if there is something I can do to restore the interior light entity.

simbaja commented 10 months ago

Can you try 0.6.9-dev4 or above and let me know if it resolves? If not, can you provide a debug log for me so I can review and identify what's happening?

timothynward commented 10 months ago

From: simbaja @.> Sent: Saturday, December 9, 2023 8:24 AM To: simbaja/ha_gehome @.> Cc: timothynward @.>; Author @.> Subject: Re: [simbaja/ha_gehome] Cafe Refrigerator Interior Light (Issue #195)

Can you try 0.6.9-dev4 or above and let me know if it resolves? If not, can you provide a debug log for me so I can review and identify what's happening?

- Reply to this email directly, view it on GitHubhttps://github.com/simbaja/ha_gehome/issues/195#issuecomment-1848439148, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AUJRAA7WEMEMSMFN62TTAZLYIR7ARAVCNFSM6AAAAAA4ZFS3QCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBYGQZTSMJUHA. You are receiving this because you authored the thread.Message ID: @.**@.>>

timothynward commented 10 months ago

I tried 0.6.9-dev4 and the interior light is still unavailable. I sent the debug log in a previous email/post. I am able to still turn the interior light on and off via the GE SmartHQ app.

Thanks for looking into this.

From: simbaja @.> Sent: Saturday, December 9, 2023 8:24 AM To: simbaja/ha_gehome @.> Cc: timothynward @.>; Author @.> Subject: Re: [simbaja/ha_gehome] Cafe Refrigerator Interior Light (Issue #195)

Can you try 0.6.9-dev4 or above and let me know if it resolves? If not, can you provide a debug log for me so I can review and identify what's happening?

- Reply to this email directly, view it on GitHubhttps://github.com/simbaja/ha_gehome/issues/195#issuecomment-1848439148, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AUJRAA7WEMEMSMFN62TTAZLYIR7ARAVCNFSM6AAAAAA4ZFS3QCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBYGQZTSMJUHA. You are receiving this because you authored the thread.Message ID: @.**@.>>

simbaja commented 10 months ago

Apologies, but I don't seem to see the debug log, can you repost?

timothynward commented 10 months ago

2023-12-09 09:41:21.528 WARNING (SyncWorker_5) [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 2023-12-09 09:41:21.529 WARNING (SyncWorker_5) [homeassistant.loader] We found a custom integration ge_home 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 2023-12-09 09:41:21.529 WARNING (SyncWorker_5) [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 2023-12-09 09:41:21.529 WARNING (SyncWorker_5) [homeassistant.loader] We found a custom integration xlights_schedule 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 2023-12-09 09:41:21.530 WARNING (SyncWorker_5) [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 2023-12-09 09:41:21.530 WARNING (SyncWorker_5) [homeassistant.loader] We found a custom integration hubspace 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 2023-12-09 09:41:24.465 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Front Door Light On' failed to setup triggers and has been disabled: Unknown device 'a04ff27212795d2be966cfebf11797bb' 2023-12-09 09:41:24.472 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Lights off with Plex' failed to setup triggers and has been disabled: Unknown device '80e5bb823a73c8bd85d8b81a00c36849' 2023-12-09 09:41:25.075 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Garage Fans On' failed to setup triggers and has been disabled: Unknown device '49eafacbae5974180d4bd7bc74d73758' 2023-12-09 09:41:25.328 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Garage Fans Off ' failed to setup triggers and has been disabled: Unknown device '49eafacbae5974180d4bd7bc74d73758' 2023-12-09 09:41:27.554 ERROR (MainThread) [homeassistant.components.sensor] Error adding entities for domain sensor with platform ring Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 509, in async_add_entities await asyncio.gather(tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 754, in _async_add_entity await entity.add_to_platform_finish() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1024, in add_to_platform_finish await self.async_added_to_hass() File "/usr/src/homeassistant/homeassistant/components/ring/sensor.py", line 120, in async_added_to_hass await self.ring_objects[RING_HISTORY_COORDINATOR].async_track_device( File "/usr/src/homeassistant/homeassistant/components/ring/init.py", line 253, in async_track_device ] = await self.hass.async_add_executor_job(self.update_method, device) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(self.args, self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/ring/init.py", line 83, in lambda device: device.history(limit=10), ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/ring_doorbell/doorbot.py", line 308, in history dt_at = datetime.strptime( ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/_strptime.py", line 568, in _strptime_datetime tt, fraction, gmtoff_fraction = _strptime(data_string, format) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/_strptime.py", line 349, in _strptime raise ValueError("time data %r does not match format %r" % ValueError: time data '2023-12-09T16:38:34.779Z' does not match format '%Y-%m-%dT%H:%M:%S.000Z' 2023-12-09 09:41:27.558 ERROR (MainThread) [homeassistant.components.camera] Error adding entities for domain camera with platform ring Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 509, in async_add_entities await asyncio.gather(tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 509, in async_add_entities await asyncio.gather(tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 754, in _async_add_entity await entity.add_to_platform_finish() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1024, in add_to_platform_finish await self.async_added_to_hass() File "/usr/src/homeassistant/homeassistant/components/ring/sensor.py", line 120, in async_added_to_hass await self.ring_objects[RING_HISTORY_COORDINATOR].async_track_device( File "/usr/src/homeassistant/homeassistant/components/ring/init.py", line 253, in async_track_device ] = await self.hass.async_add_executor_job(self.update_method, device) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, *self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/ring/init.py", line 83, in lambda device: device.history(limit=10), ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/ring_doorbell/doorbot.py", line 308, in history dt_at = datetime.strptime( ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/_strptime.py", line 568, in _strptime_datetime tt, fraction, gmtoff_fraction = _strptime(data_string, format) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/_strptime.py", line 349, in _strptime raise ValueError("time data %r does not match format %r" % ValueError: time data '2023-12-09T16:38:34.779Z' does not match format '%Y-%m-%dT%H:%M:%S.000Z' 2023-12-09 09:41:27.561 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up ring platform for sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 369, in _async_setup_platform await asyncio.gather(pending) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 509, in async_add_entities await asyncio.gather(tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 754, in _async_add_entity await entity.add_to_platform_finish() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1024, in add_to_platform_finish await self.async_added_to_hass() File "/usr/src/homeassistant/homeassistant/components/ring/sensor.py", line 120, in async_added_to_hass await self.ring_objects[RING_HISTORY_COORDINATOR].async_track_device( File "/usr/src/homeassistant/homeassistant/components/ring/init.py", line 253, in async_track_device ] = await self.hass.async_add_executor_job(self.update_method, device) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(self.args, self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/ring/init.py", line 83, in lambda device: device.history(limit=10), ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/ring_doorbell/doorbot.py", line 308, in history dt_at = datetime.strptime( ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/_strptime.py", line 568, in _strptime_datetime tt, fraction, gmtoff_fraction = _strptime(data_string, format) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/_strptime.py", line 349, in _strptime raise ValueError("time data %r does not match format %r" % ValueError: time data '2023-12-09T16:38:34.779Z' does not match format '%Y-%m-%dT%H:%M:%S.000Z' 2023-12-09 09:41:27.564 ERROR (MainThread) [homeassistant.components.camera] Error while setting up ring platform for camera Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 369, in _async_setup_platform await asyncio.gather(pending) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 369, in _async_setup_platform await asyncio.gather(pending) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 509, in async_add_entities await asyncio.gather(tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 754, in _async_add_entity await entity.add_to_platform_finish() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1024, in add_to_platform_finish await self.async_added_to_hass() File "/usr/src/homeassistant/homeassistant/components/ring/sensor.py", line 120, in async_added_to_hass await self.ring_objects[RING_HISTORY_COORDINATOR].async_track_device( File "/usr/src/homeassistant/homeassistant/components/ring/init.py", line 253, in async_track_device ] = await self.hass.async_add_executor_job(self.update_method, device) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/ring/init.py", line 83, in lambda device: device.history(limit=10), ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/ring_doorbell/doorbot.py", line 308, in history dt_at = datetime.strptime( ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/_strptime.py", line 568, in _strptime_datetime tt, fraction, gmtoff_fraction = _strptime(data_string, format) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/_strptime.py", line 349, in _strptime raise ValueError("time data %r does not match format %r" % ValueError: time data '2023-12-09T16:38:34.779Z' does not match format '%Y-%m-%dT%H:%M:%S.000Z' 2023-12-09 09:41:28.091 ERROR (MainThread) [homeassistant.components.light] Platform hubspace does not generate unique IDs. ID ed389518-3b34-41f0-9ede-7b0b20a419e1 already exists - ignoring light.rgb_bedroom 2023-12-09 09:41:32.862 WARNING (MainThread) [slixmpp.stringprep] Using slower stringprep, consider compiling the faster cython/libidn one. 2023-12-09 09:41:33.832 WARNING (MainThread) [zigpy.application] Zigbee channel 15 utilization is 96.64%! 2023-12-09 09:41:33.832 WARNING (MainThread) [zigpy.application] If you are having problems joining new devices, are missing sensor updates, or have issues keeping devices joined, ensure your coordinator is away from interference sources such as USB 3.0 devices, SSDs, WiFi routers, etc. 2023-12-09 09:41:36.644 WARNING (MainThread) [custom_components.ge_home.update_coordinator] Could not find appliance D828C97FA0C4 in known device list. 2023-12-09 09:41:38.536 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for everything-presence-one-f0f998 @ 192.168.5.187: Error connecting to ('192.168.5.187', 6053): [Errno 113] Connect call failed ('192.168.5.187', 6053) (SocketAPIError) 2023-12-09 09:41:38.630 ERROR (bellows.thread_0) [bellows.uart] CRC error in frame b'111724b19754eac3b658924a24ab1592499c6b2fcdedd0407e' (b'd040' != b'a8b3') 2023-12-09 09:41:43.882 ERROR (bellows.thread_0) [bellows.uart] CRC error in frame b'11352ea1adc3a37e' (b'c3a3' != b'f864') 2023-12-09 09:41:58.746 WARNING (MainThread) [homeassistant.components.zha.core.cluster_handlers] [0x943A:1:0x0006]: async_initialize: all attempts have failed: [DeliveryError('Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>'), DeliveryError('Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>'), DeliveryError('Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>'), DeliveryError('Failed to deliver message: <EmberStatus.DELIVERY_FAILED: 102>')] 2023-12-09 09:42:02.411 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({{ states('sensor.lumi_lumi_weather_029cb806_humidity') | float - states('sensor.my_ecobee_humidity') | float }}) renders=2> Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1926, in forgiving_float_filter return float(value) ^^^^^^^^^^^^ ValueError: could not convert string to float: 'unknown'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 569, in async_render render_result = _render_with_context(self.template, compiled, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2247, in _render_with_context return template.render(kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/jinja2/environment.py", line 1301, in render self.environment.handle_exception() File "/usr/local/lib/python3.11/site-packages/jinja2/environment.py", line 936, in handle_exception raise rewrite_traceback_stack(source=source) File "