Tomasz

Results 305 comments of Tomasz

@Sagi-tab, if I understand correctly, the integration worked and stopped working. Did you update the HAOS? I found an issue with HAOS 16.0 - https://github.com/home-assistant/operating-system/issues/4189 it is related to 1-Wire,...

I just noticed you are using HAOS 16. Can you roll back to 15.2? Just to confirm everything works.

Try enabling I2C again using configurator. Maybe something roller back the changes

Could you try to test a fresh HAOS 16 on a spare SD card? I'm waiting for a new PI to try to recreate the issue on HAOS 15.2 and...

@nimnal I'm waiting for a new Raspberry PI 5 to test things out. I destroyed my last unit due to bad wiring. How do you verify the I2C starts and...

I'm able to do basic REST requests using simple HttpClient with a custom HttpClientHandler ``` internal class SharepointHttpClientHandler : HttpClientHandler { public SharepointHttpClientHandler() { Credentials = new NetworkCredential("DEV", "SecurePass"); ServerCertificateCustomValidationCallback...

No worries, take your time :) I can live with this tiny bug. Overall, the new version looks and works well. I'll try to update the Polish translations and create...

Sadly, I have the same weird behaviour. Here is the video showing the error: https://github.com/user-attachments/assets/49d4de78-fdf0-44d2-82ca-b61d86285da9 Please notice the bottom corners disappear for a moment. I think that in the schema...

I was able to "hide" the error by changing CYarpConnectionFactory.ServerTunnelStream ``` public override async ValueTask WriteAsync(ReadOnlyMemory source, CancellationToken cancellationToken = default) { try { await base.WriteAsync(source, cancellationToken); await FlushAsync(cancellationToken); }...