A ja mam pytanie co może być przyczyną komunikatu na HomeAssistant "Re-authentication required with the MQTT".
Nadmienienię że integracja MQTT działała bez problemu.
Dla pewności po stronie supla cloud wygenerowałem nowe hasło dla integracji MQTT - ono też nie działa.
Ciągle dostaję komunikat: "The MQTT broker reported an authentication error. Please confirm the brokers correct username and password."
Sprawdzałem wielokrotnie co wpisuję. Gdzie może leżeć problem?
Natywne wsparcie dla MQTT
-
Komar000
- Posts: 34
- Joined: Mon Feb 12, 2018 9:28 am
Tak przy próbie wpisania danych do logowania też mam komunikat "Re-authentication required with the MQTT".
A w logach tak jak podałem wcześniej.
A w logach tak jak podałem wcześniej.
-
pzygmunt
- Posts: 20302
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
- Been thanked: 59 times
-
MatLipnicki
- Posts: 11
- Joined: Tue Dec 17, 2024 11:21 am
Cześć, mam ten sam problem. próbuję utworzyć encję w Home Assistancie, aby otwierać furtkę
Doszedłem do tego miejsca, ale nie wiem który to będzie username ... czy ten z konfiguracji MQTT brockera w HA czy tez ten Supla Cloud.
no i jaki powinien być spodziewany efekt? pojawienie się dodatkowej encji pod MQTT Brockerem, (obok istniejących Brama/Furtka)?
to mój kod:
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
cover:
- platform: mqtt
name: "Furtka"
qos: 0
retain: false
optimistic: false
command_topic: "supla/c025ab7045d0005c5ad32dcfd6282401/devices/15485/channels/10050/execute_action"
payload_open: "OPEN"
payload_close: "CLOSE"
state_topic: "supla/c025ab7045d0005c5ad32dcfd6282401/devices/15485/channels/10050/state/hi"
state_open: "false"
state_closed: "true"
availability_topic: "supla/c025ab7045d0005c5ad32dcfd6282401/devices/15485/channels/10050/state/connected"
payload_available: "true"
payload_not_available: "false"
Doszedłem do tego miejsca, ale nie wiem który to będzie username ... czy ten z konfiguracji MQTT brockera w HA czy tez ten Supla Cloud.
no i jaki powinien być spodziewany efekt? pojawienie się dodatkowej encji pod MQTT Brockerem, (obok istniejących Brama/Furtka)?
to mój kod:
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
cover:
- platform: mqtt
name: "Furtka"
qos: 0
retain: false
optimistic: false
command_topic: "supla/c025ab7045d0005c5ad32dcfd6282401/devices/15485/channels/10050/execute_action"
payload_open: "OPEN"
payload_close: "CLOSE"
state_topic: "supla/c025ab7045d0005c5ad32dcfd6282401/devices/15485/channels/10050/state/hi"
state_open: "false"
state_closed: "true"
availability_topic: "supla/c025ab7045d0005c5ad32dcfd6282401/devices/15485/channels/10050/state/connected"
payload_available: "true"
payload_not_available: "false"
Raddii wrote: Thu Feb 18, 2021 7:57 pm A dlaczego znowu na serwerze 21 jest 2.3.25?20210218_205659.jpg
-
SOYER
- Posts: 1623
- Joined: Wed Aug 10, 2022 12:29 pm
- Location: Kryry
- Been thanked: 2 times
Cześć, czy dla "włączników zasialnia" lub "włączników światła" jest możliwość użycia toggle, jak dla bram open_close? Czy tylko on lub off? Bo widzę, że dla linków bezpośrednich działa toggle, z w mqtt coś nie bardzo...
https://youtube.com/@tomaszhamer8134?si=_J1cT_QWsXxgt1Fm
https://kryry01.aqi.eco/pl
https://app.weathercloud.net/d4311785603
https://github.com/Soyer79
https://kryry01.aqi.eco/pl
https://app.weathercloud.net/d4311785603
https://github.com/Soyer79
-
SOYER
- Posts: 1623
- Joined: Wed Aug 10, 2022 12:29 pm
- Location: Kryry
- Been thanked: 2 times
Code: Select all
client.publish("supla/xxx/devices/xxx/channels/xxx/set/on", "true");Sterowanie bramami z
Code: Select all
/execute_action", "OPEN_CLOSE"?
https://youtube.com/@tomaszhamer8134?si=_J1cT_QWsXxgt1Fm
https://kryry01.aqi.eco/pl
https://app.weathercloud.net/d4311785603
https://github.com/Soyer79
https://kryry01.aqi.eco/pl
https://app.weathercloud.net/d4311785603
https://github.com/Soyer79
-
SOYER
- Posts: 1623
- Joined: Wed Aug 10, 2022 12:29 pm
- Location: Kryry
- Been thanked: 2 times
Zapomniałem dodać eventa do przycisku...ehh, 2h szukania problemu.
Toggle nie działa, trzeba ustawiać flagę.
Toggle nie działa, trzeba ustawiać flagę.
https://youtube.com/@tomaszhamer8134?si=_J1cT_QWsXxgt1Fm
https://kryry01.aqi.eco/pl
https://app.weathercloud.net/d4311785603
https://github.com/Soyer79
https://kryry01.aqi.eco/pl
https://app.weathercloud.net/d4311785603
https://github.com/Soyer79
