tpacri / multizone_generic_thermostat

Home Assistant generic thermostat component that supports controlling of multiple zones
MIT License
39 stars 0 forks source link

Records not found in Integration as is stated in documentation #9

Open vladurash opened 2 years ago

vladurash commented 2 years ago

I followed all installation steps, but I'm unable to perform last step (step 7): In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "multizone_generic_thermostat".

I made installation manually & automatically using HACS, same behavior. It's something changed here.

Please review and update documentation.

PS: this is minor bug/documentation issue, not affecting functionality

tieuwe commented 2 years ago

Hi, Unfortunately I experience similar issue. I have copied the files using HACS (and alternatively tried manually). After restart I cannot find or add the intetgration. The only noticeable changes are that 2 entities were created:

@tpacri : Installation seems incomplete?

AlainGH commented 2 years ago

Same issue here: at step 7 of manual installation, after restart, unable to find "multizone_generic_thermostat" in the new integrations list. All files seem to be in right places.

Couldn't try with HACS cause the integration was not listed there either.

No new entities created.

Should I go on adding configuration in config.yaml file?

My environment: Home Assistant core 2022.2.3 on VENV

tpacri commented 2 years ago

Hi. The way I set it up is just to manually copy the folder in the custom_components. Then just add manual config in configuration.yaml

AlainGH commented 2 years ago

Got it.

But now I'm receiving the following error: "Questo errore ha avuto origine da un'integrazione personalizzata.

Logger: homeassistant Source: custom_components/multizone_generic_thermostat/climate.py:751 Integration: multizone_generic_thermostat (documentation, issues) First occurred: 12:56:00 (1 occurrences) Last logged: 12:56:00

Error doing job: Exception in callback MultizoneGenericThermostat.async_added_to_hass.._async_startup(<Event homeassistant_start[L]>) at /home/homeassistant/.homeassistant/custom_components/multizone_generic_thermostat/climate.py:477 Traceback (most recent call last): File "/usr/local/lib/python3.9/asyncio/events.py", line 80, in _run self._context.run(self._callback, self._args) File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/core.py", line 965, in _onetime_listener self._hass.async_run_job(listener, event) File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/core.py", line 569, in async_run_job return self.async_run_hass_job(HassJob(target), args) File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/core.py", line 526, in async_run_hass_job cast(Callable[..., _R], hassjob.target)(*args) File "/home/homeassistant/.homeassistant/custom_components/multizone_generic_thermostat/climate.py", line 505, in _async_startup self._async_update_target_temp(z, target_value) File "/home/homeassistant/.homeassistant/custom_components/multizone_generic_thermostat/climate.py", line 751, in _async_update_target_temp zone._target_temp = state.state AttributeError: 'NoneType' object has no attribute 'state'"

jase31 commented 1 year ago

Has this been resolved. I still cant install!

tpacri commented 1 year ago

Hi, take the latest code please and then give me the error. Now U sent me that U have an error on line 751 where is a comment. SO maybe U have older version