Daniel Mosiński

Results 7 comments of Daniel Mosiński

I have the same problem with Dual R3. I use them for 2 level fan control. When calling service - they react and fan is running but status is not...

Since about a month there is problem with reading status from Dual R3. Running services works fine but status is not refreshed. Only refresh addon triggers read state once, and...

I created temporary solution: Created pyscript (requires pyscript installed via HACS): ``` @service def set_state(entity_id, value: str): state.set(entity_id, value) ``` And added extra action for button in switches section config...

If you would like to switch to cover mode, you need to set in ewelink mode to motor. It assures that only one output is available (when you enable output...

master version works fine, but 1.1.0 does not contain this meta code, it would be awesome if someone could release next version with this...

Thanks, for now I found there is [python-consul2](https://github.com/poppyred/python-consul2) which works fine :)

Also checked python version - and looks like it works ok, so this is only new UI version problem.