Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensor Problem 2022.4.1 #69727

Closed
DaHype opened this issue Apr 9, 2022 · 2 comments
Closed

Sensor Problem 2022.4.1 #69727

DaHype opened this issue Apr 9, 2022 · 2 comments

Comments

@DaHype
Copy link

DaHype commented Apr 9, 2022

The problem

In New Version from Home Assistent 2022.4.1 one Sensor dont work. With old Version before /2022.3), No Problem with Gauge.
162503202-a478f436-cd05-4f4a-a9da-266f6840de11
162503248-507a96c3-4dbf-495f-b6e3-8a6301e472fb
screenshot-192 168 1 9_8123-2022 04 08-12_39_26

I get Issue " entity is non numeric"

What version of Home Assistant Core has the issue?

2022.4.1

What was the last working version of Home Assistant Core?

2022.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Sensor

Link to integration documentation on our website

https://github.com/barban-dev/homeassistant-midea-dehumidifier/blob/master/README.md

Diagnostics information

Update for humidifier.midea_dehumidifier_18691697743426 fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 514, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 742, in async_device_update
raise exc
File "/config/custom_components/midea_dehumidifier/humidifier.py", line 401, in async_update
res = await self.hass.async_add_executor_job(self._client.get_device_status, self._device['id'])
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.9/site-packages/midea_inventor_lib/midea_client.py", line 203, in get_device_status
decodedReplyStr = self.appliance_transparent_send(deviceId, dataStr)
File "/usr/local/lib/python3.9/site-packages/midea_inventor_lib/midea_client.py", line 553, in appliance_transparent_send
if not "reply" in result:
TypeError: argument of type 'NoneType' is not iterable

Example YAML snippet

No response

Anything in the logs that might be useful for us?

entity is non numeric: sensor.midea_dehumidifier_18691697743426_humidity

Additional information

No response

@elupus
Copy link
Contributor

elupus commented Apr 9, 2022

This is an issue with a custom component. You need to bring this issue to that developer.

@elupus elupus closed this as completed Apr 9, 2022
@DaHype
Copy link
Author

DaHype commented Apr 9, 2022

Thanks but with Old Core 2022.3 it´s all fine :-(

@github-actions github-actions bot locked and limited conversation to collaborators May 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants