β 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.
β 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
5means:This indicates that the TV is blocking the connection attempt, most likely due to changes introduced in the latest firmware:
vidaa_cert.cerandvidaa_cert.pkcs8may have been changed or disabled.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.P0604or newer.If you're on an older firmware version, the script should still function as expected.
βΉοΈ Environment
V0000.09.01l.P0604Please let me know if thereβs a known workaround or if support for the new firmware is planned.