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

Ecowitt error on console battery - unhandled sensor type #125979

Open
kenwiens opened this issue Sep 14, 2024 · 7 comments
Open

Ecowitt error on console battery - unhandled sensor type #125979

kenwiens opened this issue Sep 14, 2024 · 7 comments
Assignees

Comments

@kenwiens
Copy link

The problem

I receive the following warning in my log file:

Logger: aioecowitt.server
Source: components/ecowitt/init.py:30
First occurred: September 13, 2024 at 7:32:35 PM (1229 occurrences)
Last logged: 4:21:01 PM

Unhandled sensor type console_batt value 4.50

I have an ecowitt WS3900B installed.

What version of Home Assistant Core has the issue?

core-2024.9.1

What was the last working version of Home Assistant Core?

unknown

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Ecowitt

Link to integration documentation on our website

https://www.home-assistant.io/integrations/ecowitt

Diagnostics information

home-assistant_ecowitt_2024-09-14T22-33-38.320Z.log

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: aioecowitt.server
Source: components/ecowitt/__init__.py:30
First occurred: September 13, 2024 at 7:32:35 PM (1229 occurrences)
Last logged: 4:21:01 PM

Unhandled sensor type console_batt value 4.50

Additional information

No response

@home-assistant
Copy link

Hey there @pvizeli, mind taking a look at this issue as it has been labeled with an integration (ecowitt) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of ecowitt can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign ecowitt Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


ecowitt documentation
ecowitt source
(message by IssueLinks)

@lionslair
Copy link

Have the same error

`Logger: aioecowitt.server
Source: components/ecowitt/init.py:30
First occurred: 7:03:34 AM (289 occurrences)
Last logged: 11:56:21 AM

Unhandled sensor type srain_piezo value 0`

@LoganInTX
Copy link

Similar for me as well:
It is occurring every 2 min

Logger: aioecowitt.server
Source: components/ecowitt/init.py:30
First occurred: September 26, 2024 at 11:10:25 PM (3976 occurrences)
Last logged: 12:46:40 PM

Unhandled sensor type srain_piezo value 0
Unhandled sensor type srain_piezo value 1

@Sundancer78
Copy link

I have a similar message:
Logger: aioecowitt.server
Quelle: components/ecowitt/init.py:30
Erstmals aufgetreten: 19:32:16 (200 Vorkommnisse)
Zuletzt protokolliert: 20:25:04

Unhandled sensor type soidad1 value 112
Unhandled sensor type soidad2 value 98

@x4N70pHyLL
Copy link

I have the same, can I help somehow with the analysis? it is kind of spamming my logs ( 1169 occurrences)

@cginebrosa
Copy link

cginebrosa commented Oct 6, 2024

I have the same, can I help somehow with the analysis? it is kind of spamming my logs ( 1169 occurrences)

In the meanwhile you can just filter the warning in logger section in configuration.yaml to avoid these messages:

logger:
    filters:
      aioecowitt.server:
      - "Unhandled sensor type console_batt*"

@tathamoddie
Copy link
Contributor

tathamoddie commented Oct 17, 2024

Support for this sensor needs to be added in the upstream library (aioecowitt) first, then flowed through to the HA integration here

I think home-assistant-libs/aioecowitt#192 will cover the first step. Whilst console_batt isn't in the PR name, it is covered in the diff.

So the pull request is ready to go. It needs to be reviewed and merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants