Homie4 icon indicating copy to clipboard operation
Homie4 copied to clipboard

Python package for Homie v4 specification

Results 6 Homie4 issues
Sort by recently updated
recently updated
newest added

This is a rather basic usage question I can't figure out: Is it possible to set up an class that contains 2 or more existing basic devices ? Let's say...

Discovered that PAHO MQTT is now version 2.x. It contains some breaking changes. This pull request addresses those breaking changes. I think I am 99.9% correct on the new calls...

I was missing the local IP address and the MAC address from my devices. I added some simple lines in the network_information.py and activated them in the mqtt_base.py. I only...

It is not possible to configure network encryption and authentication options except enabling TLS, see: https://github.com/mjcumming/Homie4/blob/ebe5255166643d8d5f3e5df9bed53725a5c3bc0e/homie/mqtt/paho_mqtt_client.py#L75 I'd suggest changing that particular line to: ```python self.mqtt_client.tls_set(**self.mqtt_settings["MQTT_TLS_OPTIONS"]) ``` where `MQTT_TLS_OPTIONS` would be...

This is a simple solution for setting the TLS configuration in the Paho MQTT client, see issue #29.

I have been using this library for many years. It is extremely useful for my project. I noticed that Homie released version 5 on September 7, 2024. (https://homieiot.github.io/specification/). Is there...