TA2k / ioBroker.hoover

ioBroker adapter for hoover hON devices
MIT License
7 stars 2 forks source link

FR: Control hOn via this adapter #4

Open astrakid opened 1 year ago

astrakid commented 1 year ago

Describe the bug
Currently I am not able to change values via this adapter except "stop program". i would like to change the delaytime as well. is this possible or is it not supported by hOn?

To Reproduce
Steps to reproduce the behavior: change values in datapoint "delaytime -> parNewVal" to another value, it gets overwritten at next refresh.

Expected behavior
would like to have this value sent to hOn.

Versions:

TA2k commented 1 year ago

Is this possible via app?

astrakid commented 1 year ago

indeed it is not. ok. so this FR would include some further steps:

  1. stop the current scheduled timer
  2. set the new timer with the last program

benefit: we can set the timer more flexible. via app you only have 30 min steps for scheduling, and in datapoints simply the wait time in minutes is written.

nikknx commented 1 year ago

Hi, I just installed the adapter and I was wondering the same thing. For a Hoover air cleaner (H-PURIFIER 700 HHP70CAH011) I would like to manually adjust the wind speed for a certain time, or turn on the max mode via the adapter so I can set a timer. I also tried to update the values within the parameter and I tried to include the parameter windspeed in the send object within the json command. Nothing helped. Within the objects I can only read the windspeed value.

Thank you for your help :)