JoDehli / PyLoxone

Python Loxone binding
Apache License 2.0
164 stars 40 forks source link

Unable to prepare setup for platform loxone.climate #179

Closed vicfalls closed 1 year ago

vicfalls commented 1 year ago

Which Model do you use from loxone? Miniserver? Gen1 or Gen2? Miniserver Go Gen1

Which software version does your loxone use? 14.0.3.28 How did you install HomeAssistant? Over Hassio or manual install? Hassio

Which Version do you use of HomeAssistant? Home Assistant 2023.4.6 Supervisor 2023.04.1 Operating System 10.1 Frontend 20230411.1 - latest

Describe the bug A clear and concise description of what the bug is.

Paste the error log with the following settings:

logger:
  default: warning
  logs:
    Logger: homeassistant.setup
Source: setup.py:347 
First occurred: 11:10:35 (2 occurrences) 
Last logged: 11:10:35

Unable to prepare setup for platform loxone.climate: Platform not found (cannot import name 'TEMP_CELSIUS' from 'homeassistant.components.climate' (/usr/src/homeassistant/homeassistant/components/climate/__init__.py)).

Unable to prepare setup for platform loxone.climate: Platform not found (cannot import name 'TEMP_CELSIUS' from 'homeassistant.components.climate' (/usr/src/homeassistant/homeassistant/components/climate/__init__.py)).
    custom_components.loxone: debug
    custom_components.loxone.api: debug
JoDehli commented 1 year ago

Do you use the latest pyloxone

vicfalls commented 1 year ago

I updated the lates version, the error is gone. Unfortunately the door sensors and wether information got lost...

JoDehli commented 1 year ago

Latest stable version? Not beta.

Which weather information? Pyloxone do not parse eny weather informations?

vicfalls commented 1 year ago

yep, I had the latest stable version. Sorry my mistake... it is not the weather information, it is the information from the rain sensor.

JoDehli commented 1 year ago

Any logs errors? If you want help you need to provide more information? Which sensor types are the rain sensors?

vicfalls commented 1 year ago

I have the Loxone rain sensor (24V) and the Loxone weather station air. Unfortunately no error logs show up.

JoDehli commented 1 year ago

Did they ever show up or did they never show up in HA.

vicfalls commented 1 year ago

with the old version, March 11th 2022, all data are conveyed and work in HA.

JoDehli commented 1 year ago

I need the sections of the sensors from the configuration JSON. Only the part of the missing sensors.

vicfalls commented 1 year ago

@JoDehli , I not sure what you need. Sensors from the configuration JSON? Pls. help me to provide you the right information. Thanks

vicfalls commented 1 year ago

@JoDehli with the new Home Assistant core 2023.5 all PyLoxone connections were blocked, also with you brand new update from April 26th. I had to go back to Home Assistant core 2023.4.6 with you old 2022 PyLoxone integration.

JoDehli commented 1 year ago

@vicfalls can not reproduce the error on 2023.5. On my system everything works. Please do not mix issues. Make a seperate issue for the problem with 2023.5 with log.

For this issue please provide also error logs and the json for the missing sensors. Here is described how to get the json.

https://github.com/JoDehli/PyLoxone#how-do-you-get-the-uuid

And paste not the whole json as it also includes private data. Only the sections for the sensors which are missing. You can search for the name of the sensor for example "Regensensor".

And please only use the stable version of pyloxone.

JoDehli commented 1 year ago

@vicfalls any progress to this issue?

vicfalls commented 1 year ago

@JoDehli, I need to change my whole Loxone setup in Home Assistant. I will stay with the last version. You can close the issue. Thanks for your support.