pyIntesisHome
pyIntesisHome copied to clipboard
Set Value not implemented
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?
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
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.