Тёмный

Home Assistant MQTT Broker Install 

Tech Tutorials - David McKone
Подписаться 13 тыс.
Просмотров 31 тыс.
50% 1

Опубликовано:

 

26 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 30   
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
If you want to learn more about Home Assistant, this series will help you out ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-NQuqIDwJ324.html
@zoschfrosch4550
@zoschfrosch4550 2 года назад
After hours of frustrating try and error I found your video. My HA did not auto detect the MQTT integration. The missing peace of information was the Broker name "core-mosquitto". Thank you very much, great video!
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
Thanks for the feedback and glad to know the video helped
@seanvalencia9480
@seanvalencia9480 Год назад
Really helpful getting my home assistant up and running. Thanks!🙏
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone Год назад
Thanks for the feedback, really appreciated
@askjeeves4981
@askjeeves4981 2 года назад
Great video. i tried following another guide by someone else but it was too far out of date and confused a first timer like me. Thanks
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
Thanks for the feedback, much appreciated
@MartinIngridDenouden
@MartinIngridDenouden 7 месяцев назад
mooie fijne beschrijving
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 7 месяцев назад
Goed om te weten dat de video nuttig was
@yahmk3978
@yahmk3978 11 месяцев назад
Thank you!
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 11 месяцев назад
Glad you found the video helpful, and thanks for taking the time to leave a comment
@oleksandrdykyi734
@oleksandrdykyi734 Год назад
Thank you. This video helped again
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone Год назад
Thanks for the feedback, always appreciated For me, having an MQTT broker in HA is proving to be more useful than I expected
@MrPeregrines
@MrPeregrines 2 года назад
Thank You for your great guide! Its working perfectly - except, I dont get any auto discoveries. Is there anything I can do about it?
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
That's odd as it should be enabled by default Click on Settings, then click Devices & Services Under the MQTT broker integration click Configure Now click Re-Configure MQTT Assuming those settings are fine, click Next Now make sure Enable discovery is enabled and then click Submit
@ppi57
@ppi57 2 года назад
@ 9:35, (MQTT Explorer) where did you get the "Host" name from? Thx for the Vid!
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
For me it was configured in my DNS server If you don't have a DNS server you can add a static entry to a computer's hosts file to do the translation Otherwise you could just use the IP address
@ppi57
@ppi57 2 года назад
@@TechTutorialsDavidMcKone I've tried the IP address of the Rpi hosting the HA instance... doest connect for some reason. I was going to give it a name in "Terminal" but got a little scared... I don't want to screw anything up. FYI, I'm running Unifi controller if that makes a difference. Thx for the quick reply.
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
@@ppi57 Well a basic test is can you reach home assistant itself from this device? Point a web browser to port 8123 and see if the login page comes up If not then there is a connectivity problem that needs fixing Are there any firewalls in the way that could block access to the broker? Did you disable the SSL/TLS option and are using http instead of https?
@ppi57
@ppi57 2 года назад
@@TechTutorialsDavidMcKone I have no trouble connecting to HA from my computers/phones, using 192.xxx.xx.xxx:8123 , and everything is running well
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
In that case it requires deeper troubleshooting You can check the log files for Mosquitto broker to see if that shows anything when you try to connect If you have access to a windows computer try a telnet session to port 1883 If you don't get any response at all then something is wrong on the HA end that will need investigating Otherwise we're into using something like wireshark to see what's going wrong
@francescmaciavfx
@francescmaciavfx 2 года назад
Hello, thanks for the tutorial. Only one question, you create a Mqqt Client account, but never show us, where and how to use it, only yhe Mqtt broker account ;) All the best!
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
Thanks for the feedback, much appreciated The MQTT broker will be used by other devices and I didn't want to repeat installing this broker every time I create a video that uses MQTT So this video covers installing the broker but also a user account you would use for MQTT clients
@expertstatue7138
@expertstatue7138 Год назад
by the way you don't need to edit the username because it auto adds cause it registers if a tasmota or some device connects like shelly or zigbee2mqtt so you do not need to edit the integration mosquito broker add on knows if a device joins via mqtt
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone Год назад
Thanks for the feedback, much appreciated I prefer to control user accounts to improve security There are plenty of warnings about IoT device security weakness and the last thing I want is any device being able to connect to the broker
@tanmayalex32
@tanmayalex32 2 года назад
If i want to connect my Tasmota from outside the network it is not connecting.
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
A lot depends on how these different networks connect to each other If there's a firewall in the path for instance then it needs to allow the traffic The MQTT client would also need the option disabled that restricts access to the local network
@igorvoronin8301
@igorvoronin8301 2 года назад
Не помогло ни разу. У меня нет ни каких аддонов в меню ((( не знаю как подключить новое устройство - сенсор в home assistant. mqtt брокер - его видит и принимает сообщения в топике, но в home assitant не понятно как увидеть показания с этого сенсора
@TechTutorialsDavidMcKone
@TechTutorialsDavidMcKone 2 года назад
Надеюсь, это переводится правильно Видео охватывает только установку брокера Но в качестве примера я установил Room Assistant и ESPresence в дополнение к этому. После того, как датчики были настроены для общения с MQTT Broker, Home Assistant узнает об этих датчиках У меня нет других датчиков MQTT для сравнения, но похоже, что Home Assistant не распознает ваши датчики Я установил Home Assistant и оставил настройки по умолчанию, чтобы разрешить MQTT работать автоматически Но разработчики сделали все необходимое, чтобы позволить этим двум системам работать с Home Assistant.
Далее
Home Assistant Zigbee2MQTT Setup
20:30
Просмотров 17 тыс.
Get Started with the Home Assistant MQTT Integration
9:06
Home Assistant Node-RED Install Plus Examples
1:14:32
Просмотров 58 тыс.
Mosquitto MQTT Broker - Explanation and Setup
14:39
Просмотров 15 тыс.
Say Goodbye To Root Accounts With Podman!
29:40
Просмотров 3 тыс.
15 Home Assistant Tips You MUST Do
14:28
Просмотров 397 тыс.