H9A3TCBEXS-S #36

Closed
opened 2023-05-01 00:51:52 +02:00 by killone78 · 4 comments
killone78 commented 2023-05-01 00:51:52 +02:00 (Migrated from github.com)

With this model dryer i have the numbers in place of names for the following sensors: Machine Status (2) and Program (35 or unknown program 0)
dryer

With this model dryer i have the numbers in place of names for the following sensors: Machine Status (2) and Program (35 or unknown program 0) ![dryer](https://user-images.githubusercontent.com/86172691/235379625-6c9fb1ee-6314-4cf2-805e-9c9420413167.JPG)
Andre0512 commented 2023-05-07 14:13:25 +02:00 (Migrated from github.com)

Hi, should be fixed now checkout the latest version 🙂

Hi, should be fixed now checkout the latest version :slightly_smiling_face:
killone78 commented 2023-05-07 17:15:11 +02:00 (Migrated from github.com)

with new version 0.7 i have this error: Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/hon/init.py", line 31, in async_setup_entry
hon = await Hon(
File "/usr/local/lib/python3.10/site-packages/pyhon/hon.py", line 41, in create
await self.setup()
File "/usr/local/lib/python3.10/site-packages/pyhon/hon.py", line 67, in setup
await self._create_appliance(appliance)
File "/usr/local/lib/python3.10/site-packages/pyhon/hon.py", line 52, in _create_appliance
await asyncio.gather(
File "/usr/local/lib/python3.10/site-packages/pyhon/appliance.py", line 203, in load_commands
await self._recover_last_command_states()
File "/usr/local/lib/python3.10/site-packages/pyhon/appliance.py", line 149, in _recover_last_command_states
command.category = parameters.pop("category")
KeyError: 'category'

with new version 0.7 i have this error: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_setup result = await component.async_setup_entry(hass, self) File "/config/custom_components/hon/__init__.py", line 31, in async_setup_entry hon = await Hon( File "/usr/local/lib/python3.10/site-packages/pyhon/hon.py", line 41, in create await self.setup() File "/usr/local/lib/python3.10/site-packages/pyhon/hon.py", line 67, in setup await self._create_appliance(appliance) File "/usr/local/lib/python3.10/site-packages/pyhon/hon.py", line 52, in _create_appliance await asyncio.gather( File "/usr/local/lib/python3.10/site-packages/pyhon/appliance.py", line 203, in load_commands await self._recover_last_command_states() File "/usr/local/lib/python3.10/site-packages/pyhon/appliance.py", line 149, in _recover_last_command_states command.category = parameters.pop("category") KeyError: 'category'
Andre0512 commented 2023-05-07 17:44:29 +02:00 (Migrated from github.com)

Please test v0.7.1

Please test `v0.7.1`
killone78 commented 2023-05-11 09:51:32 +02:00 (Migrated from github.com)

With 0.7.1 it works but many sensors are missing, upgrading to the latest version 0.7.3 only Program is missing
HON
thanks for the great work :)

With 0.7.1 it works but many sensors are missing, upgrading to the latest version 0.7.3 only Program is missing ![HON](https://github.com/Andre0512/hon/assets/86172691/3632fda1-90a9-4b61-9952-960bec9712ac) thanks for the great work :)
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xiconfjs/hon#36
No description provided.