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

Oven additional sensors #454

Open
niighthawk opened this issue Dec 30, 2022 · 16 comments
Open

Oven additional sensors #454

niighthawk opened this issue Dec 30, 2022 · 16 comments

Comments

@niighthawk
Copy link

I see my oven in HA, everything is working well, but when I Look in LG application some info are not present in Home assistant lg integration.

Things that are missing the LG app in HA.

  • Timer time
  • Baking mode as BAKE, CONVECTION, BROIL, ETC.
  • Remote Start ( to start my oven remotely )
  • Also, applications can tell the user if the cooking surface is. On or not, but inside HA I only have the oven sensor ON or OFF So if I use the cooking surface or the lower oven I cannot know which one is activated independently.

Do you think in a next update to add this ?

Thank you and you did a really good Job :)

@ollo69
Copy link
Owner

ollo69 commented Dec 30, 2022

Pls add integration diagnostic.

@niighthawk
Copy link
Author

niighthawk commented Dec 30, 2022

@niighthawk
Copy link
Author

@ollo69 any update about this ? thank you

@ollo69
Copy link
Owner

ollo69 commented Jan 6, 2023

@niighthawk,

I try to manage all FR in my available free time, that unfortunately is very limited. I will work on this as soon as possible.

@niighthawk
Copy link
Author

@ollo69 Yeah I Know that :) thanks and tag me when you have something to test :)

ollo69 added a commit that referenced this issue Jan 15, 2023
- Add Oven mode sensors
- Avoid return not existing sensors
- Return unknown status for temperatures when zero
- Improve Oven and CookTop status detection
- Change device class to POWER for binary sensors
ollo69 added a commit that referenced this issue Jan 15, 2023
- Add Oven mode sensors
- Avoid return not existing sensors
- Return unknown status for temperatures when zero
- Improve Oven and CookTop status detection
- Change device class to POWER for binary sensors
@ollo69
Copy link
Owner

ollo69 commented Jan 15, 2023

I added to Range device the Oven Mode sensors (Bake etc). Related to the Cooking surface sensors, they should be already presents, just disabled. Did you try to enable?
For other request (especially control), I need more time....
Please checks Oven Modes and let me know if they work properly.

@niighthawk
Copy link
Author

@ollo69 Range is Working :) thanks mate

do you think in a near future to bring also the Timer time ?

for your question, yes everything is activated. the cooking surface is working already it was more a surface vs top sensor to know which one is activated but, forget about this :)

No problem for the control I understand that ! Im already happy for the update you did for the Range oven mode

@ollo69 ollo69 changed the title Some data's missing from LG app ( Oven model : LSE4616ST INDUCTION) Oven additional sensors Jan 16, 2023
@ollo69
Copy link
Owner

ollo69 commented Jan 16, 2023

For Timer time please attach diagnostics while timer active and specify the value timer is indicating when you generate diagnostics

@niighthawk
Copy link
Author

@ollo69 here the log, the timer was counting down at 02 hours 38min 41sec approx
smartthinq_oven_diagnostics 2.txt

@niighthawk
Copy link
Author

Thumbnail
like this I suppose ... also we can see just next to the timer the Remote start variable

@github-actions
Copy link

github-actions bot commented Mar 4, 2023

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Mar 4, 2023
@github-actions
Copy link

This issue was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 12, 2023
@ollo69 ollo69 removed the Stale label Mar 26, 2023
@ollo69 ollo69 reopened this Mar 26, 2023
@tethlah
Copy link

tethlah commented Apr 3, 2023

Here's a report from my LG Gas Range (Model WLSGL6337F). Here's the settings to highlight for the timers (My timer was set to 2 hours and had 23 minutes and 7 seconds remaining in this log):

Timer Target:
Hours: data->lge_devices->RANGE->RANGE:->device_info->snapshot->ovenState->upperTargetTimeHour
Minutes: data->lge_devices->RANGE->RANGE:
->device_info->snapshot->ovenState->upperTargetTimeMinute

Timer Remaining:
Hours: data->lge_devices->RANGE->RANGE:->device_info->snapshot->ovenState->upperRemainTimeHour
Minutes: data->lge_devices->RANGE->RANGE:
->device_info->snapshot->ovenState->upperRemainTimeMinute
Seconds: data->lge_devices->RANGE->RANGE:**->device_info->snapshot->ovenState->upperRemainTimeSecond

However, if you are already parsing information out of "device_status" instead of "device_info", you can use these keys instead (this obviously polled a bit behind and the time remaining was 22 minutes and 36 seconds:
Target hours: UpperTargetCookTimeHour
Target minutes: UpperTargetCookTimeMin
Remaining hours: UpperCookTimeHour
Remaining minutes: UpperCookTimeMin
Remaining seconds: UpperCookTimeSec

config_entry-smartthinq_sensors.json.txt

@jamnmon66
Copy link

+1 to request range timer support

@mattbruman
Copy link

mattbruman commented May 21, 2024

Adding my request for the timer feature, it's really needed for automations. I can supply anything required.

@DIntriglia
Copy link

+1 for this integration. Might look into developing this myself, but would have to better learn how to test it locally after making code changes.

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

No branches or pull requests

6 participants