Hello, any idea if the Hysen HY08WE-2-WIFI is compatible with Home Assistant using any integration?
The thermostat is setup with the Smart RM aplication and works, I have the MAC and IP address and I’m 100% sure they are correct.
Hello. I want to connect to HA thermostat Beok tr9b.
When I check the server config after installation repository GitHub - mairas/hysen: Home-assistant support for Broadlink Hysen thermostat controllers I get the error:
“Invalid config for [climate.hysen]: [device] is an invalid option for [climate.hysen]. Check: climate.hysen->device. (See ?, line ?).”
Where could there be a mistake?
Does anyone receive warning messages in logs after updating home system to 2021.12.x?
Logger: homeassistant.helpers.entity
Source: helpers/entity.py:549
First occurred: 10:17:51 (1 occurrences)
Last logged: 10:17:51
Entity climate.termostato (<class 'custom_components.hysen.climate.HASS_Hysen_Climate_Device'>) implements device_state_attributes. Please report it to the custom component author.
I’ve opened this issue:
I also see another warning, but I’m not sure it’s hysen related:
Logger: homeassistant.helpers.frame
Source: helpers/frame.py:74
First occurred: 10:17:53 (1 occurrences)
Last logged: 10:17:53
Detected code that uses str for device registry entry_type. This is deprecated and will stop working in Home Assistant 2022.3, it should be updated to use DeviceEntryType instead. Please report this issue.
I get the error:
“Invalid config for [climate.hysen]: [device] is an invalid option for [climate.hysen]. Check: climate.hysen->device. (See ?, line ?).”
Where could there be a mistake?
@goodvin86 , it would be good idea to share your config. In the error message we can see the resulting error but not the code where the error ocurred
Hi does anyone else have a problem with this recently?
My thermostat entity is nowhere to be found, it has been working perfectly for ages.
No matter what i try i can’r get the actual thermostat entity to return.
Hi I downloaded the latest hysen code 2.3.1. It works great with HA 2022.4.7.
However, when I upgrade to 2022.5.x it seems non of my thermostats were found.
I tried rebooting but to no avail.
I am using Hassio.
Are there any config changes I need to do?
Thanks
I am getting this error in the logs
> Logger: homeassistant.components.climate
> Source: components/climate/__init__.py:220
> Integration: Climate ([documentation](https://www.home-assistant.io/integrations/climate), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+climate%22))
> First occurred: 13:56:34 (2 occurrences)
> Last logged: 13:56:34
>
> * Error adding entities for domain climate with platform hysen
> * Error while setting up hysen platform for climate
>
> Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities await asyncio.gather(*tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 619, in _async_add_entity await entity.add_to_platform_finish() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 810, in add_to_platform_finish self.async_write_ha_state() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 533, in async_write_ha_state self._async_write_ha_state() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 571, in _async_write_ha_state state = self._stringify_state(available) File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 539, in _stringify_state if (state := self.state) is None: File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 220, in state return HVACMode(self.hvac_mode).value File "/usr/local/lib/python3.9/enum.py", line 384, in __call__ return cls.__new__(cls, value) File "/usr/local/lib/python3.9/enum.py", line 702, in __new__ raise ve_exc ValueError: 'unavailable' is not a valid HVACMode