home.social

Search

1000 results for “mqtt”

  1. @trib
    Since I was already running Mosquitto as #MQTT broker, I flashed #OpenMqttGateway on an #ESP32 module with a 433MHz receiver and got myself a non-smart weather station.
    Alternately you could use #RTL433 and an #RTLSDR dongle to receive the data (or data from your neighbors weather stations).

    My station is from LaCrosse, but there are other supported brands.

  2. @trib
    Since I was already running Mosquitto as #MQTT broker, I flashed #OpenMqttGateway on an #ESP32 module with a 433MHz receiver and got myself a non-smart weather station.
    Alternately you could use #RTL433 and an #RTLSDR dongle to receive the data (or data from your neighbors weather stations).

    My station is from LaCrosse, but there are other supported brands.

  3. @trib
    Since I was already running Mosquitto as #MQTT broker, I flashed #OpenMqttGateway on an #ESP32 module with a 433MHz receiver and got myself a non-smart weather station.
    Alternately you could use #RTL433 and an #RTLSDR dongle to receive the data (or data from your neighbors weather stations).

    My station is from LaCrosse, but there are other supported brands.

  4. MQTT: доставка при потере связи

    Когда я собирал систему «Умный дом» в загородном доме, столкнулся с двумя классическими проблемами, которые, наверное, знакомы многим, кто строит IoT на Wi-Fi: 1. В подвале коммутатор управления отоплением периодически «глотал» команды. Аналогичные пропуски случались и в других менее критичных системах, расположенных в дальних пыльных (от туда и название проекта) углах дома с неуверенным покрытием Wi-Fi. 2. Не все устройства одинаково хорошо переносили слишком частую отправку команд. Тянуть Ethernet по всему дому и сверлить стены или развешивать дополнительные роутеры/повторители мне категорически не хотелось. Поэтому первую проблему нужно было решать чисто программно. ### Почему стандартные возможности брокера не подошли Многие MQTT-брокеры (в том числе популярный Mosquitto) позволяют включить «хранение последнего сообщения» (retain) и QoS 1/2. Но этого оказалось недостаточно. Например, когда нужно передать на электронный замок целый список RFID-меток — одной «последней» командой не обойтись. Если устройство в момент отправки было недоступно, список просто терялся. ### Решение: контракт с подтверждением Я изменил договорённость между брокером и потребителем (consumer): - При получении любого сообщения устройство обязано ответить подтверждением. - Только после получения подтверждения сообщение считается доставленным. - Если подтверждение не пришло за заданное время — сообщение автоматически уходит в очередь на повторную отправку. В тот же модуль я добавил защиту от слишком частой отправки:

    habr.com/ru/articles/1005718/

    #mqtt #умный_дом #интернет_вещей #diy #iot #esp32

  5. Как я довёл автоматику ПВУ Turkov в Home Assistant до состояния «можно жить»

    Репозиторий: github.com/Gfermoto/hass-PVU Кому будет полезно: владельцам ПВУ Turkov с Home Assistant (или другой установки с climate-сущностью в HA); тем, кто пишет automation/blueprint и упирается в «странное» поведение Jinja; тем, кто хочет переносимую логику, а не одноразовый скрипт под одну конфигурацию; тем, кто хочет убрать риск опасных режимов в холодный период.

    habr.com/ru/articles/1005640/

    #homeassistant #automation #blueprint #ПВУ #климат #iot #mqtt

  6. Vandaag weer een opperprutser momentje .. config updaten met nieuwe specs maar software niet goed doorhebben dat het niet geüpdatet is en dus een lege live.valleirug.nl .. Nu wel goed ge-update en viola nieuwe dingetjes.
    Hopcount en route overzicht van de hops. Het vullen van de nodes loopt gestaag, kan je zien dat adverts niet meer zoveel gestuurd worden gelukkig.

    #mqtt #meshcore #valleirug

  7. Vandaag weer een opperprutser momentje .. config updaten met nieuwe specs maar software niet goed doorhebben dat het niet geüpdatet is en dus een lege live.valleirug.nl .. Nu wel goed ge-update en viola nieuwe dingetjes.
    Hopcount en route overzicht van de hops. Het vullen van de nodes loopt gestaag, kan je zien dat adverts niet meer zoveel gestuurd worden gelukkig.

    #mqtt #meshcore #valleirug

  8. Vandaag weer een opperprutser momentje .. config updaten met nieuwe specs maar software niet goed doorhebben dat het niet geüpdatet is en dus een lege valleirug.nl .. Nu wel goed ge-update en viola nieuwe dingetjes.
    Hopcount en route overzicht van de hops. Het vullen van de nodes loopt gestaag, kan je zien dat adverts niet meer zoveel gestuurd worden gelukkig.

    #mqtt #meshcore #valleirug

  9. It's so cool when users tell us that VerneMQ plays the central role in the solutions they build! Never fails to make us a little proud. OK, a lot, actually :)
    :vernemq: :vernemq:

  10. It's so cool when users tell us that VerneMQ plays the central role in the solutions they build! Never fails to make us a little proud. OK, a lot, actually :)
    :vernemq: #MQTT #OpenSource #VerneMQ :vernemq:

  11. It's so cool when users tell us that VerneMQ plays the central role in the solutions they build! Never fails to make us a little proud. OK, a lot, actually :)
    :vernemq: #MQTT #OpenSource #VerneMQ :vernemq:

  12. It's so cool when users tell us that VerneMQ plays the central role in the solutions they build! Never fails to make us a little proud. OK, a lot, actually :)
    :vernemq: #MQTT #OpenSource #VerneMQ :vernemq:

  13. #Volkszaehler, #SMI, #PV, #akku :
    Die Leistung, die ich ins Netz abgebe (negativ) oder beziehe (positiv), im #Homeassistant, der die Werte per #MQTT bekommt, darstellt.

  14. Now that I'm done running the integration tests with mosquitto (pass), mochi-server(pass, server needs a patch) and VerneMQ (reported issues with the server in a previous post), it's time for a comparison of the throughput tests of the three servers:

    github.com/gonzalop/mq/blob/ma

    mq🚀

    #mqtt #iot #golang #mosquitto #mochi-server #vernemq

  15. Now that I'm done running the integration tests with mosquitto (pass), mochi-server(pass, server needs a patch) and VerneMQ (reported issues with the server in a previous post), it's time for a comparison of the throughput tests of the three servers:

    github.com/gonzalop/mq/blob/ma

    mq🚀

    -server

  16. Now that I'm done running the integration tests with mosquitto (pass), mochi-server(pass, server needs a patch) and VerneMQ (reported issues with the server in a previous post), it's time for a comparison of the throughput tests of the three servers:

    github.com/gonzalop/mq/blob/ma

    mq🚀

    #mqtt #iot #golang #mosquitto #mochi-server #vernemq

  17. Thanks for your support & enjoy your weekend, friends! :)
    :vernemq:

  18. Thanks for your support & enjoy your weekend, friends! :)
    #MQTT #VerneMQ #OpenSource :vernemq:

  19. Thanks for your support & enjoy your weekend, friends! :)
    #MQTT #VerneMQ #OpenSource :vernemq:

  20. Thanks for your support & enjoy your weekend, friends! :)
    #MQTT #VerneMQ #OpenSource :vernemq:

  21. Ứng dụng MQTT broker chạy trực tiếp trên điện thoại, không cần máy chủ, không cloud, hoạt động ngoại tuyến. Hỗ trợ MQTT 3.1.1 (TCP, WebSocket), TLS, xác thực, chạy nền ổn định. Dùng để thử nghiệm hoặc biến điện thoại cũ thành broker cố định. Miễn phí, không cần trả phí. #MQTT #IoT #Networking #Mạng #IoTVietnam #MQTTBroker

    reddit.com/gallery/1qcyhj3

  22. Ứng dụng MQTT broker chạy trực tiếp trên điện thoại, không cần máy chủ, không cloud, hoạt động ngoại tuyến. Hỗ trợ MQTT 3.1.1 (TCP, WebSocket), TLS, xác thực, chạy nền ổn định. Dùng để thử nghiệm hoặc biến điện thoại cũ thành broker cố định. Miễn phí, không cần trả phí. #MQTT #IoT #Networking #Mạng #IoTVietnam #MQTTBroker

    reddit.com/gallery/1qcyhj3

  23. 🚀 Các lỗi thường gặp khi triển khai MQTT thiếu quy hoạch:
    - Topics không nhất quán giữa team
    - Payload trôi dạt không kiểm soát
    - Dashboard mâu thuẫn & debug cực nhọc

    💡 Giải pháp: Unified Namespace (UNS) - kiến trúc tích hợp dữ liệu sự kiện chuẩn:
    ✅ Ưu điểm: Giảm phụ thuộc hệ thống, dễ truy vết, quản lý thay đổi hiệu quả
    ⚠️ Lưu ý:
    - Thiết kế topic như API
    - Tránh biến namespace thành "bãi rác dữ liệu"
    - Cấm thay đổi phá vỡ ngầm

    #MQTT #IoT #UNS #SoftwareArchitecture #Event

  24. 🚀 Các lỗi thường gặp khi triển khai MQTT thiếu quy hoạch:
    - Topics không nhất quán giữa team
    - Payload trôi dạt không kiểm soát
    - Dashboard mâu thuẫn & debug cực nhọc

    💡 Giải pháp: Unified Namespace (UNS) - kiến trúc tích hợp dữ liệu sự kiện chuẩn:
    ✅ Ưu điểm: Giảm phụ thuộc hệ thống, dễ truy vết, quản lý thay đổi hiệu quả
    ⚠️ Lưu ý:
    - Thiết kế topic như API
    - Tránh biến namespace thành "bãi rác dữ liệu"
    - Cấm thay đổi phá vỡ ngầm

    #MQTT #IoT #UNS #SoftwareArchitecture #Event

  25. Friends, LLMs can report wrong and hurtful information on open-source projects. No, VerneMQ development has *not* stalled. And yes, VerneMQ is *very much* proven in production. Stop falling for this kind of misinformation and FUD, for heaven's sake.
    :vernemq: :vernemq: