home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.67k stars 30.42k forks source link

Fibaro integration - unknown power sensor #126935

Closed LBHatHA closed 2 weeks ago

LBHatHA commented 3 weeks ago

The problem

I'm using Fibaro integration and while other devices works well, I found some missing entities for power metter device I actually need for my automations:

Zwave device: Quibino 3 phase power metter Missing entities: Phase 1 actual power. Phase 2 actual power, Phase 3 actual power

Available entities: U for each phase, I for each phase, cosφ for each phase, total energy, total power, total cosφ, total VA

From what I can see, missing nodes are in fibaro known as “Device kind: com.fibaro.powerMeter” while the nodes correctly reported in HA are known as com.fibaro.energyMeter or com.fibaro.multilevelSensor. Even the total power actually comes through property of com.fibaro.energyMeter

What version of Home Assistant Core has the issue?

2024.9.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Fibaro

Link to integration documentation on our website

https://www.home-assistant.io/integrations/fibaro/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

image image

home-assistant[bot] commented 3 weeks ago

Hey there @rappenze, mind taking a look at this issue as it has been labeled with an integration (fibaro) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `fibaro` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign fibaro` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


fibaro documentation fibaro source (message by IssueLinks)

rappenze commented 3 weeks ago

Hi, yes it could be that we have some missing parts in the detection of the qubino power meter. As I have no such device it would be great if you can add some more information.

Can you please add here the json response from fibaro home center so I can analyse it in detail? Then we can probably fix it. Relevant is the output of http:///api/devices (you have to enter your fibaro credentials). Please add the complete json of that device or even all of the json if you like. If it contains private data just anonymize that parts.

LBHatHA commented 3 weeks ago

Hello,

thanks for your quick response and instructions how to get the json. Hopefully this is it. Endpoints/entities I'm missing are 700, 703 and 706 (if you see some other mising id numbers, please ignore, it belong to other devices and I deleted it). In case some other details about device are needed, here is link to the product manual: (https://support.qubino.com/support/solutions/articles/44001757264-qubino-3-phase-smart-meter)

Anything else I can provide or test, please let me know.

{ "id": 680, "name": "Powermetter", "roomID": 16, "type": "com.fibaro.zwaveDevice", "baseType": "com.fibaro.device", "enabled": true, "visible": false, "isPlugin": false, "parentId": 1, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave", "zwaveAssociation", "zwaveConfiguration", "zwaveMultiChannelAssociation", "zwaveSlaveRouting" ], "properties": { "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "28", "deviceSpecificData": "ZMNHXD1 H1S5P2", "deviceSpecificIdType": "Pseudo Random", "deviceState": "Configured", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "0", "lastWorkingRoute": "[1,27,518]", "lastWorkingRouteRequestStatus": "ok", "lastWorkingRouteRequestTimestamp": "0", "lastWorkingRouteResponseTimestamp": "1727448194", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "neighborList": "[183,518,579,719]", "neighborListRequestStatus": "ok", "neighborListRequestTimestamp": "0", "neighborListResponseTimestamp": "1727448194", "nodeId": "136", "parameters": [ { "id": 7, "size": 1, "value": 0 }, { "id": 40, "size": 1, "value": 1 }, { "id": 42, "size": 2, "value": 60 }, { "id": 43, "size": 2, "value": 60 }, { "id": 100, "size": 1, "value": 0 }, { "id": 101, "size": 1, "value": 0 }, { "id": 106, "size": 2, "value": 0 }, { "id": 107, "size": 2, "value": 0 }, { "id": 112, "size": 2, "value": 0 } ], "parametersTemplate": "847", "pollingTimeSec": 0, "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "useTemplate": "false", "userDescription": "", "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveSoftwareVersion": "{}", "zwaveVersion": "50.6" }, "actions": { "getLastWorkingRoute": 0, "getNeighborList": 0, "reconfigure": 0, "requestNodeNeighborUpdate": 0 }, "created": 1727448109, "modified": 1727448109, "sortOrder": 370 }, { "id": 681, "name": "Powermetter Main", "roomID": 16, "type": "com.fibaro.energyMeter", "baseType": "com.fibaro.meter", "enabled": true, "visible": false, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "energy", "fibaroFirmwareUpdate", "power", "zwave", "zwaveMultiChannelAssociation" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "102", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "0", "energy": "1816.30", "firmwareUpdate": "{\"info\":\"\",\"progress\":0,\"status\":\"UpToDate\",\"updateVersion\":\"50.6\"}", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "power": "14.60", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "showEnergy": "false", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "W", "updateVersion": "", "useTemplate": "true", "userDescription": "", "value": "0.00" }, "actions": { "abortUpdate": 1, "reconfigure": 0, "reset": 0, "retryUpdate": 1, "startUpdate": 1, "updateFirmware": 1 }, "created": 1727448109, "modified": 1727448109, "sortOrder": 371 }, { "id": 683, "name": "Main VA", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": false, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "0", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "kVAh", "useTemplate": "true", "userDescription": "", "value": "2108.90" }, "actions": { "reconfigure": 0 }, "created": 1727448109, "modified": 1727448109, "sortOrder": 372 }, { "id": 684, "name": "Powermeter pool", "roomID": 16, "type": "com.fibaro.energyMeter", "baseType": "com.fibaro.meter", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "power", "zwave", "zwaveMultiChannelAssociation" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "102", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "1", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "power": "14.40", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "showEnergy": "false", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "W", "useTemplate": "true", "userDescription": "", "value": "1816.30" }, "actions": { "reconfigure": 0, "reset": 0 }, "created": 1727448109, "modified": 1727448109, "sortOrder": 351 }, { "id": 686, "name": "PWM pool VA", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "1", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "kVAh", "useTemplate": "true", "userDescription": "", "value": "2121.80" }, "actions": { "reconfigure": 0 }, "created": 1727448109, "modified": 1727448109, "sortOrder": 375 }, { "id": 687, "name": "L1 U", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "2", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "V", "useTemplate": "true", "userDescription": "", "value": "235.80" }, "actions": { "reconfigure": 0 }, "created": 1727448109, "modified": 1727448109, "sortOrder": 378 }, { "id": 688, "name": "L2 U", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "3", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "V", "useTemplate": "true", "userDescription": "", "value": "236.60" }, "actions": { "reconfigure": 0 }, "created": 1727448109, "modified": 1727448109, "sortOrder": 382 }, { "id": 689, "name": "L3 U", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "4", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "V", "useTemplate": "true", "userDescription": "", "value": "236.10" }, "actions": { "reconfigure": 0 }, "created": 1727448109, "modified": 1727448109, "sortOrder": 386 }, { "id": 698, "name": "Main cosF", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": false, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "0", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "cosφ", "useTemplate": "true", "userDescription": "", "value": "0.33" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 373 }, { "id": 699, "name": "PWM cosF", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "1", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "cosφ", "useTemplate": "true", "userDescription": "", "value": "0.33" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 376 }, { "id": 700, "name": "L1 Power", "roomID": 16, "type": "com.fibaro.powerMeter", "baseType": "com.fibaro.device", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "power", "zwave", "zwaveMultiChannelAssociation" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "102", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "2", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "power": "6.60", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "showEnergy": "true", "smsNotificationID": "0", "smsNotificationType": "0", "useTemplate": "true", "userDescription": "" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 377 }, { "id": 701, "name": "L1 I", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "2", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "A", "useTemplate": "true", "userDescription": "", "value": "0.05" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 379 }, { "id": 702, "name": "L1 cosF", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "2", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "cosφ", "useTemplate": "true", "userDescription": "", "value": "0.45" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 380 }, { "id": 703, "name": "L2 Power", "roomID": 16, "type": "com.fibaro.powerMeter", "baseType": "com.fibaro.device", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "power", "zwave", "zwaveMultiChannelAssociation" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "102", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "3", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "power": "0.00", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "showEnergy": "true", "smsNotificationID": "0", "smsNotificationType": "0", "useTemplate": "true", "userDescription": "" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 381 }, { "id": 704, "name": "L2 I", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "3", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "A", "useTemplate": "true", "userDescription": "", "value": "0.00" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 383 }, { "id": 705, "name": "L2 cosF", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "3", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "cosφ", "useTemplate": "true", "userDescription": "", "value": "1.00" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 384 }, { "id": 706, "name": "L3 Power", "roomID": 16, "type": "com.fibaro.powerMeter", "baseType": "com.fibaro.device", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "power", "zwave", "zwaveMultiChannelAssociation" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "102", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "4", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "power": "8.50", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "showEnergy": "true", "smsNotificationID": "0", "smsNotificationType": "0", "useTemplate": "true", "userDescription": "" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 385 }, { "id": 707, "name": "L3 I", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "4", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "A", "useTemplate": "true", "userDescription": "", "value": "0.13" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 388 }, { "id": 708, "name": "L3 CosF", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "4", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "cosφ", "useTemplate": "true", "userDescription": "", "value": "0.27" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 389 }, { "id": 709, "name": "PWM SW1", "roomID": 16, "type": "com.fibaro.binarySwitch", "baseType": "com.fibaro.actor", "enabled": true, "visible": false, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "deviceGrouping", "light", "zwave", "zwaveMultiChannelAssociation" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"lights\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "2", "deviceGroup": "[]", "deviceGroupMaster": "0", "deviceIcon": "2", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "5", "isLight": "true", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "useTemplate": "true", "userDescription": "", "value": "false" }, "actions": { "reconfigure": 0, "turnOff": 0, "turnOn": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 390 }, { "id": 710, "name": "PWM SW2", "roomID": 16, "type": "com.fibaro.binarySwitch", "baseType": "com.fibaro.actor", "enabled": true, "visible": false, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "deviceGrouping", "light", "zwave", "zwaveMultiChannelAssociation" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"lights\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "2", "deviceGroup": "[]", "deviceGroupMaster": "0", "deviceIcon": "2", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "6", "isLight": "true", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "useTemplate": "true", "userDescription": "", "value": "false" }, "actions": { "reconfigure": 0, "turnOff": 0, "turnOn": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 391 },

LBHatHA commented 3 weeks ago

Sorry, I pasted it as a "code" but looks like it destroyed all formating, pasting again as a plain text:

{ "id": 680, "name": "Powermetter", "roomID": 16, "type": "com.fibaro.zwaveDevice", "baseType": "com.fibaro.device", "enabled": true, "visible": false, "isPlugin": false, "parentId": 1, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave", "zwaveAssociation", "zwaveConfiguration", "zwaveMultiChannelAssociation", "zwaveSlaveRouting" ], "properties": { "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "28", "deviceSpecificData": "ZMNHXD1 H1S5P2", "deviceSpecificIdType": "Pseudo Random", "deviceState": "Configured", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "0", "lastWorkingRoute": "[1,27,518]", "lastWorkingRouteRequestStatus": "ok", "lastWorkingRouteRequestTimestamp": "0", "lastWorkingRouteResponseTimestamp": "1727448194", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "neighborList": "[183,518,579,719]", "neighborListRequestStatus": "ok", "neighborListRequestTimestamp": "0", "neighborListResponseTimestamp": "1727448194", "nodeId": "136", "parameters": [ { "id": 7, "size": 1, "value": 0 }, { "id": 40, "size": 1, "value": 1 }, { "id": 42, "size": 2, "value": 60 }, { "id": 43, "size": 2, "value": 60 }, { "id": 100, "size": 1, "value": 0 }, { "id": 101, "size": 1, "value": 0 }, { "id": 106, "size": 2, "value": 0 }, { "id": 107, "size": 2, "value": 0 }, { "id": 112, "size": 2, "value": 0 } ], "parametersTemplate": "847", "pollingTimeSec": 0, "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "useTemplate": "false", "userDescription": "", "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveSoftwareVersion": "{}", "zwaveVersion": "50.6" }, "actions": { "getLastWorkingRoute": 0, "getNeighborList": 0, "reconfigure": 0, "requestNodeNeighborUpdate": 0 }, "created": 1727448109, "modified": 1727448109, "sortOrder": 370 }, { "id": 681, "name": "Powermetter Main", "roomID": 16, "type": "com.fibaro.energyMeter", "baseType": "com.fibaro.meter", "enabled": true, "visible": false, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "energy", "fibaroFirmwareUpdate", "power", "zwave", "zwaveMultiChannelAssociation" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "102", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "0", "energy": "1816.30", "firmwareUpdate": "{\"info\":\"\",\"progress\":0,\"status\":\"UpToDate\",\"updateVersion\":\"50.6\"}", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "power": "14.60", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "showEnergy": "false", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "W", "updateVersion": "", "useTemplate": "true", "userDescription": "", "value": "0.00" }, "actions": { "abortUpdate": 1, "reconfigure": 0, "reset": 0, "retryUpdate": 1, "startUpdate": 1, "updateFirmware": 1 }, "created": 1727448109, "modified": 1727448109, "sortOrder": 371 }, { "id": 683, "name": "Main VA", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": false, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "0", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "kVAh", "useTemplate": "true", "userDescription": "", "value": "2108.90" }, "actions": { "reconfigure": 0 }, "created": 1727448109, "modified": 1727448109, "sortOrder": 372 }, { "id": 684, "name": "Powermeter pool", "roomID": 16, "type": "com.fibaro.energyMeter", "baseType": "com.fibaro.meter", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "power", "zwave", "zwaveMultiChannelAssociation" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "102", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "1", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "power": "14.40", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "showEnergy": "false", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "W", "useTemplate": "true", "userDescription": "", "value": "1816.30" }, "actions": { "reconfigure": 0, "reset": 0 }, "created": 1727448109, "modified": 1727448109, "sortOrder": 351 }, { "id": 686, "name": "PWM pool VA", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "1", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "kVAh", "useTemplate": "true", "userDescription": "", "value": "2121.80" }, "actions": { "reconfigure": 0 }, "created": 1727448109, "modified": 1727448109, "sortOrder": 375 }, { "id": 687, "name": "L1 U", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "2", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "V", "useTemplate": "true", "userDescription": "", "value": "235.80" }, "actions": { "reconfigure": 0 }, "created": 1727448109, "modified": 1727448109, "sortOrder": 378 }, { "id": 688, "name": "L2 U", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "3", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "V", "useTemplate": "true", "userDescription": "", "value": "236.60" }, "actions": { "reconfigure": 0 }, "created": 1727448109, "modified": 1727448109, "sortOrder": 382 }, { "id": 689, "name": "L3 U", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "4", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "V", "useTemplate": "true", "userDescription": "", "value": "236.10" }, "actions": { "reconfigure": 0 }, "created": 1727448109, "modified": 1727448109, "sortOrder": 386 }, { "id": 698, "name": "Main cosF", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": false, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "0", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "cosφ", "useTemplate": "true", "userDescription": "", "value": "0.33" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 373 }, { "id": 699, "name": "PWM cosF", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "1", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "cosφ", "useTemplate": "true", "userDescription": "", "value": "0.33" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 376 }, { "id": 700, "name": "L1 Power", "roomID": 16, "type": "com.fibaro.powerMeter", "baseType": "com.fibaro.device", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "power", "zwave", "zwaveMultiChannelAssociation" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "102", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "2", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "power": "6.60", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "showEnergy": "true", "smsNotificationID": "0", "smsNotificationType": "0", "useTemplate": "true", "userDescription": "" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 377 }, { "id": 701, "name": "L1 I", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "2", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "A", "useTemplate": "true", "userDescription": "", "value": "0.05" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 379 }, { "id": 702, "name": "L1 cosF", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "2", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "cosφ", "useTemplate": "true", "userDescription": "", "value": "0.45" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 380 }, { "id": 703, "name": "L2 Power", "roomID": 16, "type": "com.fibaro.powerMeter", "baseType": "com.fibaro.device", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "power", "zwave", "zwaveMultiChannelAssociation" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "102", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "3", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "power": "0.00", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "showEnergy": "true", "smsNotificationID": "0", "smsNotificationType": "0", "useTemplate": "true", "userDescription": "" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 381 }, { "id": 704, "name": "L2 I", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "3", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "A", "useTemplate": "true", "userDescription": "", "value": "0.00" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 383 }, { "id": 705, "name": "L2 cosF", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "3", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "cosφ", "useTemplate": "true", "userDescription": "", "value": "1.00" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 384 }, { "id": 706, "name": "L3 Power", "roomID": 16, "type": "com.fibaro.powerMeter", "baseType": "com.fibaro.device", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "power", "zwave", "zwaveMultiChannelAssociation" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "102", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "4", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "power": "8.50", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "showEnergy": "true", "smsNotificationID": "0", "smsNotificationType": "0", "useTemplate": "true", "userDescription": "" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 385 }, { "id": 707, "name": "L3 I", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "4", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "A", "useTemplate": "true", "userDescription": "", "value": "0.13" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 388 }, { "id": 708, "name": "L3 CosF", "roomID": 16, "type": "com.fibaro.multilevelSensor", "baseType": "com.fibaro.sensor", "enabled": true, "visible": true, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "zwave" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"other\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "0", "deviceIcon": "47", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "4", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "unit": "cosφ", "useTemplate": "true", "userDescription": "", "value": "0.27" }, "actions": { "reconfigure": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 389 }, { "id": 709, "name": "PWM SW1", "roomID": 16, "type": "com.fibaro.binarySwitch", "baseType": "com.fibaro.actor", "enabled": true, "visible": false, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "deviceGrouping", "light", "zwave", "zwaveMultiChannelAssociation" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"lights\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "2", "deviceGroup": "[]", "deviceGroupMaster": "0", "deviceIcon": "2", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "5", "isLight": "true", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "useTemplate": "true", "userDescription": "", "value": "false" }, "actions": { "reconfigure": 0, "turnOff": 0, "turnOn": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 390 }, { "id": 710, "name": "PWM SW2", "roomID": 16, "type": "com.fibaro.binarySwitch", "baseType": "com.fibaro.actor", "enabled": true, "visible": false, "isPlugin": false, "parentId": 680, "remoteGatewayId": 0, "viewXml": false, "configXml": false, "interfaces": [ "deviceGrouping", "light", "zwave", "zwaveMultiChannelAssociation" ], "properties": { "pollingTimeSec": 0, "zwaveCompany": "Goap", "zwaveInfo": "3,5,3", "zwaveVersion": "50.6", "categories": "[\"lights\"]", "configured": true, "dead": "false", "deadReason": "", "deviceControlType": "2", "deviceGroup": "[]", "deviceGroupMaster": "0", "deviceIcon": "2", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "6", "isLight": "true", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "true", "model": "", "nodeId": "136", "parametersTemplate": "847", "productInfo": "1,89,0,7,0,84,50,6", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "useTemplate": "true", "userDescription": "", "value": "false" }, "actions": { "reconfigure": 0, "turnOff": 0, "turnOn": 0 }, "created": 1727448110, "modified": 1727448110, "sortOrder": 391 },

rappenze commented 3 weeks ago

Many thanks for sending the information. This power sensor is delivered by Fibaro Home Center in a strange format but it is easy to detect it and circumvent the problems in HA. So I made a PR to detect it properly.