Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GE Café Specialty Drip Coffee Maker no longer brews coffee through integration #186

Open
papirov opened this issue Aug 9, 2023 · 2 comments

Comments

@papirov
Copy link

papirov commented Aug 9, 2023

Hello!
Thank you for the wonderful work you're doing on the integration. My integration stopped being able to make coffee some time ago (I came back from a long vacation) and now, the "Start Brewing" button no longer does anything, even though the integration picks up all of the settings from the coffee maker properly. Integration is on the v0.6.7 version

Any advice?

Logs that are relevant (with debugging enabled for the device) after the "Start Brewing" button was pressed

Logger: homeassistant.helpers.service
Source: helpers/service.py:833
First occurred: 8:13:45 AM (5 occurrences)
Last logged: 8:47:44 AM

Referenced entities button.d828c96ed9d3_ccm_brew_settings are missing or not currently available
Referenced entities button.d828c96ed9d3_ccm_cancel_brewing are missing or not currently available

Logger: homeassistant
Source: helpers/entity.py:723
First occurred: 12:14:26 AM (1756 occurrences)
Last logged: 8:47:41 AM

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/config/custom_components/ge_home/update_coordinator.py", line 269, in on_device_update
entity.async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 723, in async_write_ha_state
raise RuntimeError(f"Attribute hass is None for {self}")
RuntimeError: Attribute hass is None for

image
Coffee Maker

@brylee123
Copy link

I believe I have the same problem. Sometimes the cards show that it is connected while in reality, it is not.

image

I am having trouble pulling up full logs but this is what I can filter out:

=========================================================
Logger: gehomesdk.clients.base_client
Source: runner.py:179
First occurred: August 16, 2023 at 11:34:12 PM (2122 occurrences)
Last logged: 9:57:09 AM

Error refreshing authentication: Could not refresh OAuth token
Unhandled exception on first connect attempt: , disconnecting
=========================================================
Logger: gehomesdk.clients.websocket_client
Source: runner.py:179
First occurred: 12:16:12 AM (355 occurrences)
Last logged: 9:56:27 AM

Unknown error reading socket
=========================================================
Logger: gehomesdk.clients.websocket_client
Source: /usr/local/lib/python3.11/site-packages/gehomesdk/clients/websocket_client.py:121
First occurred: 8:10:22 AM (2 occurrences)
Last logged: 8:10:22 AM

Could not process request
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/gehomesdk/clients/websocket_client.py", line 119, in _async_run_client
    await self._process_message(message)
  File "/usr/local/lib/python3.11/site-packages/gehomesdk/clients/websocket_client.py", line 277, in _process_message
    raise GeRequestError(message, message_dict.get("code"), message_dict.get("reason"))
gehomesdk.exception.ge_request_error.GeRequestError: There was an error while processing a message: Code=None, Reason=Internal server error, Message={"kind":"websocket#subscribe","success":false,"reason":"Internal server error"}

@Treygec
Copy link

Treygec commented May 3, 2024

Just coming to this repository today, was able to get it connected and pull in my oven, but my Cafe Specialty Grind and Brew didn't get pulled in at all. Any chance you got this working or has this device stopped working entirely?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants