Skip to content

Script no longer working on firmware V0000.09.01l.P0604Β #14

@BastyJuice

Description

@BastyJuice

❌ Script no longer working on firmware V0000.09.01l.P0604

After updating my Hisense TV to firmware version V0000.09.01l.P0604, the script stopped working.


πŸ› Problem

When attempting to authenticate via MQTT, the following error is shown:

Bad connection. Returned code: 5
Failed to connect to MQTT broker. Exiting...

yaml
Kopieren
Bearbeiten


πŸ” Root Cause

MQTT return code 5 means:

Connection Refused – Not Authorized

This indicates that the TV is blocking the connection attempt, most likely due to changes introduced in the latest firmware:

  • MQTT connections from third-party clients may now be restricted or blocked.
  • The pairing/authentication flow using vidaa_cert.cer and vidaa_cert.pkcs8 may have been changed or disabled.
  • The TV might now require a different pairing method or completely block external pairing attempts.

As a result, the script fails to complete authentication and cannot create the required credentials.json.


βœ… Recommendation

Unless a workaround is found, this script is not compatible with firmware version V0000.09.01l.P0604 or newer.

If you're on an older firmware version, the script should still function as expected.


ℹ️ Environment

  • TV Model: Hisense 100E77NQ PRO
  • Firmware: V0000.09.01l.P0604

Please let me know if there’s a known workaround or if support for the new firmware is planned.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions