livlif2dfullest

Results 11 comments of livlif2dfullest

Neither suggestion worked for me from @chasut nor @briis. And I only had 2 topics in weatherflow2mqtt, status and attributes. Do you think I need to reset my weatherflow hub?

Here's how the attempted fix went. From @chasut 01) Hit configure in HA 02) Nothing changed, everything was still unavailable. 03) Deleted entry from MQTT in HA 04) Hit configure...

Any other suggestions, as this is still not working for me?

I forked the weatherflow2mqtt code and added some logging and when WeatherFlowMqtt.connect is called there's 0 devices, hubs and sensors. From what I can tell EVENT_DEVICE_DISCOVERED is never received so...

It's in a docker container so it's on a different subnet. I tried changing the container to be network_mode: host, but still no change.

I just wrote a quick C# program, running on my laptop in the same network as the tempest hub and it's receiving the UDP message for the hub, so yeah...

Do you know how I can bash into the weatherflow2mqtt container? This would certainly help me try to figure out why it's failing from a network standpoint. From a different...

Yeah, I've tried that but "docker exec -it weatherflow2mqtt /bin/bash" fails with: /bin/bash: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /bin/bash) /bin/bash: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /bin/bash)

Yes, that would be helpful to provide me with the requirements.txt changes needed to enable a bash shell. I'm still struggling with this. :(