simbaja / gehome

Python SDK for GE smart appliances
MIT License
42 stars 29 forks source link

Coffee Maker - Functionality Limited #35

Closed kksligh closed 2 years ago

kksligh commented 2 years ago

I have model C7CDAASP1 coffee maker. I'm on the latest v0.5.0 and I've tried all other dev versions available on HACS.

The only functionality that is showing up is Sabbath Mode on/off switch. I was hoping some of the app functionality would come through:

I'll attach logs shortly.

kksligh commented 2 years ago

GE Home Debug Log - 1.31.22.txt

kksligh commented 2 years ago

Not sure if these logs are what you need. Let me know if there is anything else I can do to help.

ssryan9 commented 2 years ago

I'm having this issue as well. Not seeing any devices or entities related to the coffee maker

simbaja commented 2 years ago

The coffee maker support isn't complete in HA.

However, if you pull down this repository and follow the directions in the readme (i.e. run the websocket_example.py found in the examples directory after creating the credentials file), you should be able to generate the logs that I'd need to confirm that the library can see the coffee maker appropriately and we can complete the HA implementation.

Hope this helps.

kksligh commented 2 years ago

@simbaja can you help with my request?

simbaja commented 2 years ago

@simbaja can you help with my request?

To which request are you referring? The original request for coffee maker support? If so, the logs provided don't really help because the version of the library that is being used in Home Assistant is older and doesn't support any of the coffee maker functionality.

kksligh commented 2 years ago

I can't figure out how to update the code. That's my main issue right now. The files in the custom component folder in HA are completely different than these. I tried deleting and then uploading these manually but it didn't work.. As noted I couldn't find the repository on HACS

simbaja commented 2 years ago

You can't upload this project directly into Home Assistant, this is a communication library for GE appliances, not a HA integration. The integration should still be compatible with HACS, but there have been breaking changes in HA itself, by keeping HA fully up to date, it may make some integrations incompatible. It's possible that may be happening, but you'd have to check your logs. You also should be adding the ha_gehome repository, not the gehome repository into HACS.

kksligh commented 2 years ago

Got it - sorry for all the basic questions. I know just enough to break things at this point.

Thanks,

Kale Sligh


From: simbaja @.> Sent: Sunday, May 1, 2022 10:21:32 AM To: simbaja/gehome @.> Cc: kksligh @.>; Author @.> Subject: Re: [simbaja/gehome] Coffee Maker - Functionality Limited (Issue #35)

You can't upload this project directly into Home Assistant, this is a communication library for GE appliances, not a HA integration. The integration should still be compatible with HACS, but there have been breaking changes in HA itself, by keeping HA fully up to date, it may make some integrations incompatible. It's possible that may be happening, but you'd have to check your logs. You also should be adding the ha_gehome repository, not the gehome repository into HACS.

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

kksligh commented 2 years ago

I feel like such an idiot - I was working with the wrong code base. I used HA_GEHOME everything went easily! Everything is working smoothly and the Coffee Marker errors are fixed. Tons of functionality!