SKB-CGN/ioBroker.mywallbox

Value type "boolean" but received type "number"

Opened this issue · 0 comments

Hello together,

i just got many warnings from my mywallbox adapter v1.0.0 from the object ocppConnectionStatus which has the wrong type configured.
Could you please update the main.js line 996 from Boolean to number

Thank you

await this.setObjectNotExistsAsync(charger + '.connection.ocppConnectionStatus', { type: 'state', common: { name: 'OCPP Connection Status', **type: 'number',** role: 'indicator', read: true, write: false, },

State value to set for "mywallbox.2.123456.connection.ocppConnectionStatus" has to be type "boolean" but received type "number"