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

Tinetz Honeywell funktioniert -> Achtung Anzahl der Stellen #37

Open
ert666 opened this issue Feb 6, 2024 · 1 comment
Open

Tinetz Honeywell funktioniert -> Achtung Anzahl der Stellen #37

ert666 opened this issue Feb 6, 2024 · 1 comment

Comments

@ert666
Copy link

ert666 commented Feb 6, 2024

Hallo,
Tinetz Honeywell for customers with PV works after some try & error with UART.
There is a 16 digit key so don´t forget to expand the uint8_key and set the key to 16

  uint8_t key[] = {0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0x00, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16};
  dlms_meter->set_key(key, **16**); // Pass your decryption key and key length here

THX!

@ert666
Copy link
Author

ert666 commented Feb 8, 2024

I get about 10+ bad values per day that are way too high.
There are different threads about that and the Log says:

[20:35:26][E][espdm:200]: OBIS: Unsupported OBIS header length

I added filters to all platform templates so the bad values don´t reach HASSIO

i.e.

  - platform: template
    id: meter01_active_power_plus
    name: meter01_active_power_plus
    unit_of_measurement: W
    accuracy_decimals: 0
    device_class: "power"
    state_class: "measurement"
    filters:
      - median:
          window_size: 7
          send_every: 4
Screenshot 2024-02-08 203941

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

No branches or pull requests

1 participant