Michaël Arnauts

Results 299 comments of Michaël Arnauts

Not sure. It's what you also need to enter in the mobile app to register.

The pin is passed to cmd_register_app‎ at line 97. To login, only the UUID is needed. It's only when registering that the pin needs to be passed. The library is...

Can you indicate what the problem was and how you fixed it? This might help someone in the future :)

I wonder if I can just use `255.255.255.255` instead of ``?

Confirmed to be still an issue in 2023.3.4.

This is actually a bug in the Comfoconnect LAN (or even the ventilation unit). During connection, it seems to emit 0 values while there should be a real value. 0...

I don't remember the details, but I think sensors don't update when the value doesn't change, so there won't be 2nd 0-value. This would cause all 0 values to be...

But feel free to play with the code, and check if the behaviour is different and another way to filter only the incorrect 0 values can be used.

I notice this with a sensor that has the same value, but at the time of a Home Assistant restart, it got the rounding error. Maybe this is a race...