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

add "ignored handlers" to system info #464

Closed
MichaelDvP opened this issue Apr 10, 2022 · 2 comments
Closed

add "ignored handlers" to system info #464

MichaelDvP opened this issue Apr 10, 2022 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@MichaelDvP
Copy link
Contributor

@proddy When searching for settings it's always a lot of logging and searching for the changed telegram. What d you think about storing telegram-ids which are send from src but not handled yet and show in system info.

   {
      "type": "Thermostat",
      "name": "RC35",
      "device id": "0x10",
      "product id": 86,
      "version": "01.18",
      "entities": 56,
      "handlers received": "0xA3 0x06 0xA2 0x12 0x3E 0x3D 0x4C 0x52 0x51 0x5C 0x5B 0x38 0x39",
      "handlers fetched": "0x48 0x47 0x49 0xA5 0x37",
      "handlers pending": "0x3F 0x42 0x53 0x56 0x5D 0x60",
      "handlers ignored": "0xAC 0x01"
    },

Then we know the thermostat has send out 0xAC (the mixer command) and 0x01 (i've done read 10 01 to get a nonempty telegram).

@MichaelDvP MichaelDvP added enhancement New feature or request question Question about something labels Apr 10, 2022
@proddy
Copy link
Contributor

proddy commented Apr 10, 2022

a great addition!

@harvey637
Copy link

Hi,
more enhancment would be the number of "hidden" entities like

"entities: 85 (plus 43 hidden)"

just to inform that some entities are not shown in the dashboard.

cu
Harvey

proddy added a commit that referenced this issue Apr 14, 2022
@proddy proddy removed the question Question about something label Feb 19, 2023
@proddy proddy added this to the v3.5.0 milestone Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants