pyIntesisHome icon indicating copy to clipboard operation
pyIntesisHome copied to clipboard

Set Value not implemented

Open MateRadz opened this issue 3 years ago • 2 comments

async def _set_value(self, device_id, uid, value): """Internal method to send a value to the device.""" raise NotImplementedError()

Arę there any plans to do it?

MateRadz avatar Feb 14 '22 10:02 MateRadz

What are you trying to achieve? This is just an internal helper method so if it's not implemented for one platform it may not be required

jnimmo avatar Sep 04 '22 02:09 jnimmo

What I am trying to achieve is being able to set values for the Panasonic Aquarea heatpump including ON/OFF state for the pump. Any help appreciated.

MateRadz avatar Sep 05 '22 09:09 MateRadz