ioBroker / ioBroker.knx

connect KNX via eibd
http://www.iobroker.org
Other
50 stars 32 forks source link

Update auf js-controller 5 #287

Closed mpl1337 closed 1 year ago

mpl1337 commented 1 year ago

Hallo,

seit dem Update auf JS V5 wird die Lizenz nicht mehr erkannt

` knx.0

  | 1522719 2023-06-14 21:11:24.180 error This license is not valid for this iobroker host   |     | knx.0   | 1523091 2023-06-14 21:14:57.335 warn No license found for knx. You can use 500DP for free or you can get a license on https://iobroker.net/accountLicenses ! `

chefkoch009 commented 1 year ago

Hast du die Lizenz mal neu importiert?

mpl1337 commented 1 year ago

ja eben nochmals:

<html>
<body>
<!--StartFragment-->

knx.0 | 1606559 | 2023-06-15 22:10:52.224 | error | This license is not valid for this iobroker host
-- | -- | -- | -- | --
knx.0 | 1606559 | 2023-06-15 22:10:52.224 | error | This license is not valid for this iobroker host

<!--EndFragment-->
</body>
</html>
chefkoch009 commented 1 year ago

Ist in der neuen Version 2.0.20 behoben. Bitte prüfen.

mpl1337 commented 1 year ago

mir wird kein Update angeboten Kann ich das händisch auslösen?

chefkoch009 commented 1 year ago

Die Information über eine neue adapterversion wird m.E. nachts erzeugt. Also hast du die Info ca 1tag später. Du kannst es auch per console erzwingen mit npm i iobroker.knx@latest

Heute sollte dir aber das Update angezeigt werden.

Tomtheripper commented 1 year ago

2.0.21 funktioniert nun bezüglich Lizenzierung!

Danke!