Sensibo Component Issue

Hi all, having an issue with the Sensibo component. When I use Siri to turn on the aircon via Homekit it turns it on then immediately turns it off. Appears to be an error - not sure what to do as I’m quite new to home assistant. Any help would be greatly appreciated.

Log Details (ERROR)

Sun Jan 20 2019 21:34:17 GMT+1000 (AEST)

Error doing job: Task exception was never retrieved

Traceback (most recent call last): File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/service.py”, line 287, in _handle_service_platform_call await getattr(entity, func)(**data) File “/usr/local/lib/python3.6/site-packages/homeassistant/components/climate/sensibo.py”, line 296, in async_set_operation_mode self._id, ‘mode’, operation_mode, self._ac_states) File “/usr/local/lib/python3.6/site-packages/pysensibo/init.py”, line 86, in async_set_ac_state_property raise SensiboError((yield from resp.text())) pysensibo.SensiboError: <html><head><title>409 Conflict - Sensibo</title></head><body><h>409 Conflict</h><p>requested AcState(on=False, mode=cool, temp=25C, fan=auto, swing=rangeFull) is conflicted with real pod AcState(on=True, mode=cool, temp=25C, fan=auto, swing=rangeFull)</p><body></html>

Got the same issue here. Its not always consistent. But sometimes it turns on the AC and immediately turns off.