Looking at their webpage, the IntesisBox appears to be exactly the same as the IntesisHome. Is this the case? If I already have a Home, can I re-flash/modify it to become a Box?
Working on getting it included in the core product - they’ve just updated the Climate platform so I need to make some changes
I asked them about that a few years ago and, apparently not, but you could always ask them again
Thanks for putting together the intesisbox code. I just got mine and configured it for my unit. I can’t get your custom component working, but I assume it’s because my HA install is very old (0.73, I need to update, but it’s become a bit process now that I’ve waited so long) when HA is starting up it’s saying “Unable to find component”.
@jnimmo looks like its broken in 0.96 release getting a “Platform not found: climate.intesishome” error when validating my config
I believe @jnimmo is working towards getting this officially integrated. His request was blocked until @balloob updated the climate platform. See the official PR here: https://github.com/home-assistant/home-assistant/pull/23525?_pjax=%23js-repo-pjax-container
I have a problem too moving to 0.96… All my entities linked with IntesisHome are not discovered (Unknown entity)…
Rainy Saturday here so I’m out at a cafe to have a look at the changes required now!
Users on 0.96, can you please test
I’ve been able to test it loads and displays the devices correctly, but haven’t yet tested changing the modes/fan speeds etc (waiting to test on @grischard’s setup)
I am getting this:
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/app/homeassistant/helpers/entity_platform.py", line 365, in _async_add_entity
await entity.async_update_ha_state()
File "/usr/src/app/homeassistant/helpers/entity.py", line 226, in async_update_ha_state
self._async_write_ha_state()
File "/usr/src/app/homeassistant/helpers/entity.py", line 256, in _async_write_ha_state
attr.update(self.state_attributes or {})
File "/usr/src/app/homeassistant/components/climate/__init__.py", line 213, in state_attributes
data[ATTR_PRESET_MODE] = self.preset_mode
File "/usr/src/app/homeassistant/components/climate/__init__.py", line 301, in preset_mode
raise NotImplementedError
NotImplementedError
exactly the same issue (python 3.7, HA in a virtual environment on raspberry pi):
2019-07-20 10:58:46 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 365, in _async_add_entity
await entity.async_update_ha_state()
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 226, in async_update_ha_state
self._async_write_ha_state()
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 256, in _async_write_ha_state
attr.update(self.state_attributes or {})
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/climate/__init__.py", line 213, in state_attributes
data[ATTR_PRESET_MODE] = self.preset_mode
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/climate/__init__.py", line 301, in preset_mode
raise NotImplementedError
NotImplementedError
Thanks, I had an erroneous SUPPORT_PRESET_MODE in there, pull the latest code from https://github.com/jnimmo/home-assistant/commit/fa5fb4d57197470bcf47f70b160e84db6597a006 and fingers crossed it’ll work.
Thats fixed the exception. The component loads and the devices are discovered. However, I have found that when the device is “off” it cant reliably be turned on.
I haven’t been able to find a way of getting it to turn on by either the climate.turn_on service or the climate.set_hvac_mode service. That is via the UI or directly invoking the service through the dev tools.
I am not sure if this is just how Intesis is working with my Panasonic heatpump, or, if others have the same problem.
Oddly it is not an issue to turn the device off when it is on.
It’s working for me. I can turn my Fujitsu split both on and off.
Just checking - did you grab the latest code or just remove the SUPPORT_PRESET_MODE flag, as I made a small change to the handling of the power states at the same time
Hello, it’s working for me too… I can switch on and off… I will test the corresponding automations later today or tomorrow… Thank you for the very quick response to this issue…
Hi,
All working fine on 0.96 but i’m gettin this bug when I turn_off hvac (see gif)
As you can see climate state is at cool, i turn off and then i get Off>Cool>Off
this turn crazy my automations jejejee.
you know what can be?
Thanks for the fast feedback all, @rubenzori86 I’ve pushed a change - can you please see if it helps?
@jnimmo Now state go to unknow.
if I turn off I see off state but can’t detect cool, heat etc… And I can see fan speeds and temps
Sorry shouldn’t be coding on a Sunday evening, a failed refactor meant the state wasn’t getting update. Should be sorted now