pyIntesisHome icon indicating copy to clipboard operation
pyIntesisHome copied to clipboard

Python interface for IntesisHome devices

Results 10 pyIntesisHome issues
Sort by recently updated
recently updated
newest added

Hi, When setting the target temperature in HA, It happens frequently that the climate becomes unavailable for a short time and the 'forgets' the target temperature that has been set....

https://github.com/jnimmo/pyIntesisHome/blob/ea027b1d6e57a8bed689acbdeb6c5d5aed2fff0b/pyintesishome/intesisbox.py#L57 Home assistant says that there is an issue in this line which is: ``` Traceback (most recent call last): File "/config/custom_components/intesishome/config_flow.py", line 126, in async_step_details await controller.connect() File "/usr/local/lib/python3.10/site-packages/pyintesishome/intesisbox.py",...

The library is working great ! Thank you for the work ! I have a IS-RC3-RS485-WIFI-1-V2 module, aka Intesis AC Cloud Wifi. And was wonering if there is a local...

https://github.com/jnimmo/pyIntesisHome/blob/ea027b1d6e57a8bed689acbdeb6c5d5aed2fff0b/pyintesishome/intesisbase.py#L88 In intesis box if you do not receive a response from the server that means the intesis box stopped closed the connection due to a hang. Therefore we need...

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?

question

Hi, I have a intesishome device. After login it can't connect to control port, It always get timeout in this command : '{"command":"connect_req","data":{"token":%s}}' "oops took longer than 5s!" Maybe intesishome...

Hi there, so I tried to use this plugin to integrate our Panasonic heat pump into Home Assistant, however it failed with this error message: >Error while setting up intesishome...

My Mitsubishi Heavy Industries Airconditioner with airconwithme WiFi controler an auto fan speed mode. However pyIntesishome maps only this for my device: `30: {1: "quiet", 2: "low", 3: "medium", 4:...