Björn Dalfors

Results 114 comments of Björn Dalfors

Sad to see this library abandoned.. Partykit looks promising! Here is a naive workaround i was using.. ``` export default class Socket extends ReconnectingWebSocket { constructor(urlProvider, protocolsProvider) { /** *...

@mhorsche can you rebase this PR and i'll try to get it merged? Ideally the timestamp fix could be a separate PR to be merged asap to keep things neat

@ferm10n Can you rebase this, and hopefully we can get it merged?

duplicate of #596

@jcwillox could you rebase this PR on master please, and give it some testing and ill try to get it merged. Thanks

Electron is upgraded to 29 now, hopefully that will fix it. Im moving slowly to try to break things. I'll try to get a new beta built

Same issue here, maybe a fix can be implemented. I think that the problem is related to `coordinator.async_config_entry_first_refresh()` called during intergation setup. When `ConfigEntryNotReady` is raised in `coordinator.async_config_entry_first_refresh()` HA automatically...

> This won't fix it, especially for users who have previously set up the integration but simply made too many requests. The problem lies in the updateCoordinator and the function...

> As I said [here](#issuecomment-1935824404), I think (independent of concrete implementation because not familiar with HA) about an abstract logic during integration installation, boot up, normal run mode etc. >...

It looks like the lib is setting `?damping=0` by default for all requests, in addition to any optional `damping_evening`, `damping_morning` from specified by the integration options. https://github.com/home-assistant-libs/forecast_solar/blob/171deff67b95e80605806e3db4800e4a01ceddb6/forecast_solar/__init__.py#L36 Setting `damping_morning` =...