Giter VIP home page Giter VIP logo

Comments (7)

simbaja avatar simbaja commented on August 20, 2024

That would be useful :). Any chance that you can go to the simbaja/gehomesdk repo and create a debug log (where you set the light on/off and let it record)? I think it should be fairly straightforward to add if we see the request/response being sent.

from ha_gehome.

simbaja avatar simbaja commented on August 20, 2024

Not sure if you're comfortable manually installing the component, but the latest dev branch has some logic to control the oven light. I'm not sure it works perfectly (my oven doesn't actually expose some of the properties to make this work), so I'll need some help testing the functionality.

from ha_gehome.

TiddlyWiddly avatar TiddlyWiddly commented on August 20, 2024

I can install it manually, I just don't know how. Do you have some instructions I can follow? I'm using HAOS so I've got Supervisor. Or would you rather me still run the debug log?

from ha_gehome.

simbaja avatar simbaja commented on August 20, 2024

You should be able to just copy the ge_home folder from the "dev" branch of this repo into your custom_components directory in the HA config directory. I don't think there's any difference when using HAOS/Supervisor.

from ha_gehome.

brysons avatar brysons commented on August 20, 2024

I have a double oven and just gave this a try and ran into some trouble. This is not a high priority feature for me, but maybe sharing what I'm seeing will be useful. First off, the SmartHQ app only shows me a toggle for the upper oven light, which works as expected but it seems strange that only the upper oven is available since the touchscreen on the oven lets me toggle both oven lights together.

I installed the latest dev branch (although I am still running 2021.11.5 and had to revert commit 180b11f in order to get it working). In home assistant, ge_home created an entity select.<my_oven>_lower_oven_light with options "High" and "Off". Note that this is only the "lower_oven" while the SmartHQ app only shows me a light toggle for the "Upper Oven". The select in home assistant has no effect.

In my home assistant log, I see:

2021-12-19 23:15:48 DEBUG (MainThread) [gehomesdk.ge_appliance] Setting ErdCode.UPPER_OVEN_LIGHT to ErdOvenLightLevel.OFF
2021-12-19 23:15:48 DEBUG (MainThread) [gehomesdk.ge_appliance] Setting ErdCode.UPPER_OVEN_LIGHT_AVAILABILITY to ErdOvenLightLevelAvailability(z1=False, z2=True, z3=False, z4=True, z5=False, raw_value='03')

2021-12-19 23:15:48 DEBUG (MainThread) [gehomesdk.ge_appliance] Setting ErdCode.LOWER_OVEN_LIGHT to ErdOvenLightLevel.OFF
2021-12-19 23:15:48 DEBUG (MainThread) [gehomesdk.ge_appliance] Setting ErdCode.LOWER_OVEN_LIGHT_AVAILABILITY to ErdOvenLightLevelAvailability(z1=False, z2=False, z3=False, z4=False, z5=False, raw_value='00')

2021-12-19 23:15:50 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new select.ge_home entity: select.<my_oven>_lower_oven_light
2021-12-19 23:15:50 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event entity_registry_updated[L]: action=create, entity_id=select.<my_oven>_lower_oven_light>
2021-12-19 23:15:50 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=select.<my_oven>_lower_oven_light, old_state=None, new_state=<state select.<my_oven>_lower_oven_light=Off; options=['Off', 'High'], friendly_name=<my_oven> Lower Oven Light, icon=mdi:lightbulb, device_class=select @ 2021-12-19T23:15:50.230822-08:00>>

from ha_gehome.

stanchat avatar stanchat commented on August 20, 2024

For GE Double ovens it finds the lower light but not the upper light. I was able to fix by adding the following code in devices/oven.py at line 79. It was able to find and now I have 18 entities up from 17.

if upper_light_availability is None or upper_light_availability.is_available: oven_entities.append(GeOvenLightLevelSelect(self, ErdCode.UPPER_OVEN_LIGHT))#SDC added code for upper light 1/14/2023

from ha_gehome.

simbaja avatar simbaja commented on August 20, 2024

I think this is all handled in the newest versions, closing for now.

from ha_gehome.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.