-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
Zigbee2mqtt lqi #1343
Zigbee2mqtt lqi #1343
Conversation
Codecov ReportBase: 96.66% // Head: 96.65% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1343 +/- ##
==========================================
- Coverage 96.66% 96.65% -0.01%
==========================================
Files 630 630
Lines 9289 9293 +4
==========================================
+ Hits 8979 8982 +3
- Misses 310 311 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
fbf677a
to
46f26bc
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I wait for dashboard display... |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
b2625ab
to
9a05619
Compare
It can be insterresting to merge it wirh #1575 |
9a05619
to
c67647e
Compare
I comment here cause not sure if #1546 is involved {
"name": "Signal strength",
"selector": "zigbee2mqtt-cuisine-signal-integer-linkquality",
"category": "signal",
"type": "integer",
"read_only": true,
"unit": null,
"min": 0,
"max": 255,
"last_value": 2,
"last_value_changed": "2022-09-06T13:04:35.969Z"
} |
@VonOx max with 255 was an old version. |
@VonOx in fact, max=255 is provided by z2m device, I take it from the device if it is provided... |
OK that's explain the behavior. Not sure if it's a good way to store a converted value. ( I know we have already discussed this on forum 😉) |
3948788
to
df439a6
Compare
df439a6
to
2f6541c
Compare
@VonOx Can you retry on your side and confirm it's working fine? :) |
It is, can be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good for me, good work 👏
Job #465: Bundle Size — 7.01MB (0%).Changed assets by type (0/7)
|
Pull Request check-list
To ensure your Pull Request can be accepted as fast as possible, make sure to review and check all of these items:
npm test
on both front/server)npm run eslint
on both front/server)npm run prettier
on both front/server)npm run compare-translations
on front)front/src/config/demo.js
) so that the demo website is working without a backend? (if needed) See https://demo.gladysassistant.com.NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.
Description of change
Please provide a description of the change here. It's always best with screenshots, so don't hesitate to add some!