Maciej Bieniek

Results 185 comments of Maciej Bieniek

The frequency of data updates has nothing to do with Shellies Discovery. If the MQTT device configuration is correct, then Shellies Discovery has completed its work successfully. The rest is...

I believe you but I will repeat it once again Shellies Discovery has nothing to do with data transfer between the device and HA. The device itself, BLU gateway, MQTT...

Could someone with multiple BLU TRV paired with one gateway show me the response to: ``` http://GATEWAY_IP/rpc/Shelly.GetComponents?include=["config"] ```

Could you also show me the output for: ``` http://GATEWAY_IP/rpc/Shelly.GetComponents ```

Please test new `shellies_announce_gen2` automation: ```yaml # automations.yaml file - id: shellies_announce_gen2 alias: "Shellies Announce Gen2" triggers: - platform: homeassistant event: start variables: get_config_payload: "{{ {'id': 1, 'src': 'shellies_discovery', 'method':...

> but it is connected to the first BLU H&T (wk) and not direkcly under the device Fixed in [3.5.2](https://github.com/bieniu/ha-shellies-discovery-gen2/releases/tag/3.5.2).

I'm not able to reproduce this. Do you use any custom integration using the SNMP? Could you check the version of the pysnmp package? (`pip show pysnmp` when HA `venv`...

> What version should I be using? 6.2.5 is the correct version but I checked and there is not even a `pysnmp/hlapi/asyncio/sync/init.py` file in version 6.2.5 so your package looks...