gslender / com.electrolux-aeg.ocp

Homey App for Electrolux AEG Appliances
GNU General Public License v3.0
2 stars 1 forks source link

Remote access status oven #6

Closed cscheiene closed 1 month ago

cscheiene commented 1 month ago

Is it possible to see the remote access status on the oven from the api?

Remote access/start can manually be enabled or disabled on the oven display. And if the oven is not used for a long time, remote access is automatically disabled due to safety reason.

When remote access is disabled you can only read status, turn on the lights etc. But can't start the oven remotely.

This information is available in the Aeg mobile app, and would be nice to see in homey app as well. Maybe turn the main tile "off" when remote start is disable and some information of the status within the device.

gslender commented 1 month ago

Latest test v1.3.9 has been updated with this feature.

https://homey.app/a/com.electrolux-aeg.ocp/test/

cscheiene commented 1 month ago

Thanks for the quick response. Just tested, it shows wifi status. But not if remote access/start is enabled. See pictures from the Aeg mobile app. There are two status icons, wifi and remote access. Remote access shows on/off (på/av)

gslender commented 1 month ago

Okay, I found the property you want enabled. Give me 30 mins.

gslender commented 1 month ago

v1.4.1 in Test should be what you are looking for

cscheiene commented 1 month ago

Yes it it is. But only "Enabled" and "Temporary Locked" works. When disabled, it still show Enabled in the Homey app.

Temporary Locked is when it is enabled, but the door is open so it wont start.

cscheiene commented 1 month ago

When looking at the device status:

If remote access is disabled manually on the oven is says: "remoteControl\":\"NOT_SAFETY_RELEVANT_ENABLED\" This displays as OFF in the AEG Mobile APP If enabled: "remoteControl\":\"ENABLED\" This display as ON the the AEG mobile app.

Both display as ENABLED in the Homey app.

When the door is open "remoteControl\":\"TEMPORARY_LOCKED\" and it display correctly in the Homey app

Remote access can also be automatically disabled if the oven is not used for 24 hours. I'm not able to check the status for this yet.

gslender commented 1 month ago

LOL 😂 yep that's my fault

I saw that long worded enabled and shortened it to just Enabled, but you interpret that as essentially disabled. So what's a shorter way of saying this? Safety Enabled?

cscheiene commented 1 month ago

Yes, or maybe just say Disabled. Because remote access is disabled and you cant remotely control it. The AEG mobile app just says remote access off when this status is active

gslender commented 1 month ago

Latest test has the swap.

v1.4.2 should be the one that works

cscheiene commented 1 month ago

Works great, thanks for great support.