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

Childlock via mqtt #320

Open
pr0phe opened this issue Jan 24, 2024 · 2 comments
Open

Childlock via mqtt #320

pr0phe opened this issue Jan 24, 2024 · 2 comments

Comments

@pr0phe
Copy link

pr0phe commented Jan 24, 2024

Pls share cfg how to make childlock on bht-002 in ha.

@DerDom
Copy link

DerDom commented Feb 8, 2024

I do have the same issue with the BHT 8000. Setting locked to true does not work via MQTT, it will stay false. Besides, I cannot find a way to lock it via web browser gui.

@adampastuszak
Copy link

try adding dedicated MQTT switch like this:

  • unique_id: hol_term_lock
    name: Zablokuj termostat hol
    icon: mdi:lock
    state_topic: "Termo-Hol/thermostat/properties"
    value_template: "{{ value_json.locked }}"
    payload_off: "false"
    payload_on: "true"
    state_off: false
    state_on: true
    command_topic: "Termo-Hol/thermostat/set/locked"

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

3 participants