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

Any way to capture notifications from GE Profile Oven (e.g. "Oven preheat complete")? #330

Open
usnmustanger opened this issue Jan 12, 2025 · 1 comment

Comments

@usnmustanger
Copy link

I have a GE Profile oven (model # SNHZ004702Q) that I've successfully added to HA. While I understand that some features might not be available in this integration, I was disappointed to see a basic one, i.e. "target temperature" entity, missing. This means I can't set a temperature to preheat the oven to, or even see the target temperature if set from the SmartHQ app, in HA. So failing that, is there at least a way to capture oven notifications through this integration?

What I'd like to do is have an automation that uses the "Oven preheat complete" notification that comes through the SmartHQ service as a trigger to automate some things (e.g. blink a light, audio/visual notification on TV, etc.).

I can't figure out how to do that with this integration.

TIA!

@simbaja
Copy link
Owner

simbaja commented Feb 1, 2025

If you use the water_heater entity that's created, you should be able to set the target temperature (it includes both mode and temperature control).

In regard to the other notifications, you probably can use the current_state sensor to detect when it finishes preheating. From my recollection, it'll change from Preheat to the mode when it's done and you should be able to capture that change and send a notification.

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

2 participants