H. Árkosi Róbert

Results 317 comments of H. Árkosi Róbert

MQTT is the kind of thing everyone tries to avoid at the beginning. But once you taste it, you'll learn how much simpler your life will be afterwards. I was...

Try https://github.com/esphome/esphome/pull/6363, it's still work in progress, but already pretty stable.

@ssieb I think he simply wants to load as an ingress page the ESPHome dashboard of the PC, not the add-on.

Try like this: https://esphome.io/cookbook/http_request_sensor#id2 Not guaranteed to work though, as the Shelly has its own webserver implementation, but who knows...

You're understanding correctly.

https://wokwi.com/projects/328395940175020627

Don't forget that with HA API you normally have a real time encrypted connection, that may slow down a bit such transfers of bigger data packs.

https://github.com/esphome/esphome/pull/6300#issuecomment-1983335567

See: https://esphome.io/components/sensor/#timeout ```yaml sensor: - platform: pvvx_mithermometer mac_address: "A4:C1:38:B1:CD:7F" temperature: name: "PVVX Temperature" filters: - timeout: 300s humidity: name: "PVVX Humidity" filters: - timeout: 300s ``` sent value will be...

The whole DSMR component should be refactored so that any custom OBIS code could be configured.