-
-
Notifications
You must be signed in to change notification settings - Fork 387
Add Ecowitt GW2000 Gateway profile #3201
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "calculation_strategy": "fixed", | ||
| "created_at": "2025-03-19T12:03:21", | ||
| "device_type": "network", | ||
| "fixed_config": { | ||
| "power": 1.09 | ||
| }, | ||
| "measure_description": "Measured with utils/measure script, average of 20 measurements", | ||
| "measure_device": "Shelly PM mini 3Gen", | ||
| "measure_method": "script", | ||
| "name": "Ecowitt GW2000 Gateway", | ||
| "alias": [ | ||
| "GW2000A" | ||
| ], | ||
| "author": "Franck Nijhof <opensource@frenck.dev>" | ||
| } | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,4 @@ | ||||||
| { | ||||||
| "name": "Ecowitt", | ||||||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Manufacturer has to be lowercased, pretty sure it causes issues with discovery otherwise. Need to have a look into that, but just to be sure let's keep it lowercase for now.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nope, this would be mixing up the logo branding from the writing. In writing, they capitalize; in their logo, it is lowercase. Many brands have that distinction actually. Making this lower case would convey an incorrect or misrepresentation of the brand, and I would strongly oppose it; mostly because this is often in conflict with official upstream branding guidelines. ../Frenck
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @frenck Thanks for raising your concerns. I agree it would be nicer if we could use proper cased brand/manufacturer name here, however currently it will cause problems with model not being found/downloaded correctly.
And probably more places. Needs thorough testing as I don't want to brick users installations and must ensure BC compatibility with older versions of the integration. There are two spots these manufacturers are user facing. In the library website.
When setting up config entry when choosing
I'll create an issue so it's on my backlog. P.S. for consistency also all other manufacturers needs to be fixed for the right casing after it is fixed. |
||||||
| "aliases": [] | ||||||
| } | ||||||


Uh oh!
There was an error while loading. Please reload this page.