Klemens Böswirth
Klemens Böswirth
> I used the method **delete** from React Native Firebase https://rnfirebase.io/reference/installations#delete that internally uses this method https://firebase.google.com/docs/projects/manage-installations#javascript_1 Yeah the `delete` method was recommended to us, by Firebase Support. If you...
> I was able to reproduce the issue using the following ADB steps: Can confirm, that is basically what I did, but I used the new Backup/Restore feature in Android...
@pablojoseoroz Firebase support actually recommended `FirebaseInstallations.getInstance().delete()` not `FirebaseMessaging.getInstance().deleteToken()`. AFAICT calling `deleteToken` should do nothing, because I just saw that the FCM SDK has in fact some kind of check to...
@lehcar09 I don't think your code snippet would work. The `IOException` with the `"Invalid argument for the given fid."` message (thrown in `GmsRpc`) is actually wrapped in an `ExecutionException` by...
Yes, the values for these sensors (Modbus registers) are slightly different, so they need different enums. Setting `CircuitMode` is currently not implemented and haven't found a way to better filter...
You're right, I'm `keycloak-js` 26.2.1 it's inline with the upstream `^26.2.0` spec in `package.json`, but I guess the default theme still uses `26.2.0`. It's just a patch release, but they...
Actually I just noticed that running `npm install` reverts to `^26.2.0` in `package.json`. I assume this is `keycloakify sync-extensions`? If so, you might want to fix that to avoid issues...
Zu beiden Registern (1754 und 1756) sagt die aktuelle Doku (siehe https://github.com/kodebach/hacs-idm-heatpump/issues/270#issuecomment-3472142213) auch: > 2) Nur bei Anlagen mit Vortex-Sensor (iPump A/T/ALM, AERO SLM/ALM und TERRA SWM Wenn du eines...
Ist der entsprechende Wert über Modbus verfügbar? Also siehts du einen entsprechenden Wert im GLT Monitor (hinter Fachmanncodeeingabe) bzw. hast eine entsprechende Dokumentation dazu von IDM? Soweit ich es sagen...
Ja, das hilft tatsächlich. In dieser Revision ist "Durchfluss Wärmesenke (B2)" als Register 1072 gelistet. D.h. ich kann die Integration entsprechend updaten. Wann ich dafür Zeit haben werde, kann ich...