Results 115 comments of Fabian

Did you try to downgrade back to previous version? likely related to this change: https://github.com/fl4p/batmon-ha/commit/bd601954b6d05013ebe4741915fd82008f8a95a6#diff-97837c4378411feea984b19a6c4ca5e9d1e75d8206310f58b619418f200d96ed

Hi, since version 1.81 you can manually set the jk version. either use type: jk_24s for an older model or jk_32s for a newer one. If you are unsure try...

Hi, did you check http://homeassistant.local:8123//config/logs?provider=supervisor supervisor logs for any more details?

This is likely related to some internet connection issues or certain packages not available for the system host architecture. I am closing this, as I don't expect any progress here.

I got it working again with an easy fix: In https://github.com/Marfusios/bitmex-client-websocket/blob/master/src/Bitmex.Client.Websocket/Responses/InfoResponse.cs#L14 Replace ``` public DateTime? Version { get; set; } ``` with ``` public string? Version { get; set; }...