We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The HASS integration is asking me to report an unknown device.
Steps to reproduce the behavior:
The device is detected properly.
2024-12-21 22:22:53,498 | ecowitt2mqtt | INFO | Starting ecowitt2mqtt 2024-12-21 22:26:45,890 | ecowitt2mqtt | INFO | Unknown device; please report it at https://github.com/bachya/ecowitt2mqtt (payload: FormData([('PASSKEY', 'ABC123'), ('stationtype', 'GW2000B_V3.1.8'), ('runtime', '1739'), ('heap', '143900'), ('dateutc', '2024-12-22 06:26:45'), ('tempinf', '68.72'), ('humidityin', '57'), ('baromrelin', '29.955'), ('baromabsin', '29.955'), ('freq', '915M'), ('model', 'GW2000B'), ('interval', '60')])) 2024-12-21 22:26:45,893 | ecowitt2mqtt | WARNING | Skipping "heap" due to error: No entity description 2024-12-21 22:26:45,895 | ecowitt2mqtt | WARNING | Skipping "interval" due to error: No entity description 2024-12-21 22:26:46,517 | ecowitt2mqtt | INFO | Published to Home Assistant MQTT Discovery 2024-12-21 22:27:45,888 | ecowitt2mqtt | INFO | Unknown device; please report it at https://github.com/bachya/ecowitt2mqtt (payload: FormData([('PASSKEY', 'ABC123'), ('stationtype', 'GW2000B_V3.1.8'), ('runtime', '1799'), ('heap', '143900'), ('dateutc', '2024-12-22 06:27:45'), ('tempinf', '68.72'), ('humidityin', '57'), ('baromrelin', '29.958'), ('baromabsin', '29.958'), ('freq', '915M'), ('model', 'GW2000B'), ('interval', '60')])) 2024-12-21 22:27:45,891 | ecowitt2mqtt | WARNING | Skipping "heap" due to error: No entity description 2024-12-21 22:27:45,893 | ecowitt2mqtt | WARNING | Skipping "interval" due to error: No entity description 2024-12-21 22:27:45,906 | ecowitt2mqtt | INFO | Published to Home Assistant MQTT Discovery 2024-12-21 22:28:45,891 | ecowitt2mqtt | INFO | Unknown device; please report it at https://github.com/bachya/ecowitt2mqtt (payload: FormData([('PASSKEY', 'ABC123'), ('stationtype', 'GW2000B_V3.1.8'), ('runtime', '1859'), ('heap', '143900'), ('dateutc', '2024-12-22 06:28:45'), ('tempinf', '68.72'), ('humidityin', '57'), ('baromrelin', '29.952'), ('baromabsin', '29.952'), ('freq', '915M'), ('model', 'GW2000B'), ('interval', '60')])) 2024-12-21 22:28:45,894 | ecowitt2mqtt | WARNING | Skipping "heap" due to error: No entity description 2024-12-21 22:28:45,895 | ecowitt2mqtt | WARNING | Skipping "interval" due to error: No entity description 2024-12-21 22:28:45,910 | ecowitt2mqtt | INFO | Published to Home Assistant MQTT Discovery 2024-12-21 22:29:45,890 | ecowitt2mqtt | INFO | Unknown device; please report it at https://github.com/bachya/ecowitt2mqtt (payload: FormData([('PASSKEY', 'ABC123'), ('stationtype', 'GW2000B_V3.1.8'), ('runtime', '1919'), ('heap', '143900'), ('dateutc', '2024-12-22 06:29:45'), ('tempinf', '68.72'), ('humidityin', '57'), ('baromrelin', '29.955'), ('baromabsin', '29.955'), ('freq', '915M'), ('model', 'GW2000B'), ('interval', '60')])) 2024-12-21 22:29:45,893 | ecowitt2mqtt | WARNING | Skipping "heap" due to error: No entity description 2024-12-21 22:29:45,894 | ecowitt2mqtt | WARNING | Skipping "interval" due to error: No entity description 2024-12-21 22:29:45,909 | ecowitt2mqtt | INFO | Published to Home Assistant MQTT Discovery
The text was updated successfully, but these errors were encountered:
I'm unable to reproduce this. When using your example payload, I see the device parsed correctly:
Are you using an up-to-date version of ecowitt2mqtt?
ecowitt2mqtt
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The HASS integration is asking me to report an unknown device.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The device is detected properly.
Logs
Screenshot
The text was updated successfully, but these errors were encountered: