Not sure if this a tad ambitious of me, but I’ve picked this as the 3rd thing to try and get up and running in HassIO. My background is not programming, just so I’m clear from the start.
So far I’ve managed to get to the point where I have the “intesishome folder” sitting in “custom_components” folder with “__init __.py”, “climate.py” and “manifest.json” within the intesishome folder. I’ve copied the code from the github link provided by @jnimmo
On restart I get the following error in HassIO dev log:
<class ‘KeyError’> Exception. (‘224571441632170’,) / '224571441632170
Python is a snake to me…but my initial google research says that this means a reference is missing that the python code is trying to reference. Any ideas?
I don’t think we’re far away (although would love some help from a more experienced Python developer) from getting it incorporated into Home Assistant, just need to refactor the way it communicates with the pyIntesishome library.
I’m not familiar with HassIO - but this may not be required if it is merged into Home Assistant as a platform?
I added it to my hassio installation and add the climate part with my config, but there is dont popup any climate entity, My log doesn’t also show any part of the intensis component.
@Cinamon - sorry yeah you’re right, I realise while the commands are the same as IntesisBox, it needs to be sent over HTTP instead of TCP, so it would need some changes made to Intesisbox code.
As we’re already mixing talking about IntesisBox and IntesisHome in this thread, can we please move all future discussion of Airconwithme to Climate Airconwithme
My IntesisHome also stopped working after an update to .100.2. This is what I am getting.
Platform error: climate
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config.py", line 778, in async_process_component_config
platform = p_integration.get_platform(domain)
File "/usr/src/homeassistant/homeassistant/loader.py", line 232, in get_platform
f"{self.pkg_path}.{platform_name}"
File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/config/custom_components/intesishome/climate.py", line 16, in <module>
from homeassistant.components.climate.const import (ATTR_OPERATION_MODE,
ImportError: cannot import name 'ATTR_OPERATION_MODE' from 'homeassistant.components.climate.const' (/usr/src/homeassistant/homeassistant/components/climate/const.p
Hi all, looking for a couple of people to test new version of pyintesishome for me, I just would like configuration info for devices with the following characteristics:
A device which supports temperature increments of 0.5 degrees
Device which supports temperature increments of 1 degree
Device with low, medium high, auto fan speeds
Device with quiet, low, medium high, auto fan speeds
Device with horizontal and or vertical swing control
A device which only has a subset of the operating modes Auto/Heat/Cool/Dry/Fan Only
I’m keen to see the first devices JSON blob with the UIDs by PM (please strip out the token and pushToken).
Thanks very much
P.S Hopefully it will now meet the requirements to be able to incorporate into IntesisHome, just wanting to get fan speed and temperature precision right before publishing a pyintesishome update.
I used the latest climate.py component with the resulting error:
Tue Oct 29 2019 12:43:10 GMT-0400 (Eastern Daylight Time)
Error while setting up platform intesishome
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/config/custom_components/intesishome/climate.py", line 81, in async_setup_platform
from pyintesishome import IntesisHome
ModuleNotFoundError: No module named 'pyintesishome'