|
1634 | 1634 | "generic_name": "EV charger current", |
1635 | 1635 | "is_formula": false |
1636 | 1636 | }, |
| 1637 | + { |
| 1638 | + "topic": "N/{installation_id}/evcharger/{device_id}/MaxCurrent", |
| 1639 | + "message_type": "MetricKind.SENSOR", |
| 1640 | + "short_id": "evcharger_max_set_current", |
| 1641 | + "name": "EV charger maximum set current", |
| 1642 | + "unit_of_measurement": "A", |
| 1643 | + "metric_type": "MetricType.CURRENT", |
| 1644 | + "metric_nature": "MetricNature.INSTANTANEOUS", |
| 1645 | + "value_type": "ValueType.INT", |
| 1646 | + "precision": null, |
| 1647 | + "enum": null, |
| 1648 | + "min_max_range": "RangeType.STATIC", |
| 1649 | + "min": null, |
| 1650 | + "max": null, |
| 1651 | + "step": null, |
| 1652 | + "is_adjustable_suffix": null, |
| 1653 | + "key_values": {}, |
| 1654 | + "experimental": false, |
| 1655 | + "depends_on": [], |
| 1656 | + "generic_name": "EV charger maximum set current", |
| 1657 | + "is_formula": false |
| 1658 | + }, |
| 1659 | + { |
| 1660 | + "topic": "N/{installation_id}/evcharger/{device_id}/MinCurrent", |
| 1661 | + "message_type": "MetricKind.SENSOR", |
| 1662 | + "short_id": "evcharger_min_set_current", |
| 1663 | + "name": "EV charger minimum set current", |
| 1664 | + "unit_of_measurement": "A", |
| 1665 | + "metric_type": "MetricType.CURRENT", |
| 1666 | + "metric_nature": "MetricNature.INSTANTANEOUS", |
| 1667 | + "value_type": "ValueType.INT", |
| 1668 | + "precision": null, |
| 1669 | + "enum": null, |
| 1670 | + "min_max_range": "RangeType.STATIC", |
| 1671 | + "min": null, |
| 1672 | + "max": null, |
| 1673 | + "step": null, |
| 1674 | + "is_adjustable_suffix": null, |
| 1675 | + "key_values": {}, |
| 1676 | + "experimental": false, |
| 1677 | + "depends_on": [], |
| 1678 | + "generic_name": "EV charger minimum set current", |
| 1679 | + "is_formula": false |
| 1680 | + }, |
1637 | 1681 | { |
1638 | 1682 | "topic": "N/{installation_id}/evcharger/{device_id}/Mode", |
1639 | 1683 | "message_type": "MetricKind.SELECT", |
|
1668 | 1712 | "precision": null, |
1669 | 1713 | "enum": null, |
1670 | 1714 | "min_max_range": "RangeType.STATIC", |
1671 | | - "min": 0, |
1672 | | - "max": 32, |
| 1715 | + "min": "evcharger_min_set_current:0", |
| 1716 | + "max": "evcharger_max_set_current:32", |
1673 | 1717 | "step": null, |
1674 | 1718 | "is_adjustable_suffix": null, |
1675 | 1719 | "key_values": {}, |
|
6482 | 6526 | "generic_name": "Temperature offset", |
6483 | 6527 | "is_formula": false |
6484 | 6528 | }, |
| 6529 | + { |
| 6530 | + "topic": "N/{installation_id}/temperature/{device_id}/Pressure", |
| 6531 | + "message_type": "MetricKind.SENSOR", |
| 6532 | + "short_id": "temperature_pressure", |
| 6533 | + "name": "Pressure", |
| 6534 | + "unit_of_measurement": "hPa", |
| 6535 | + "metric_type": "MetricType.PRESSURE", |
| 6536 | + "metric_nature": "MetricNature.INSTANTANEOUS", |
| 6537 | + "value_type": "ValueType.FLOAT", |
| 6538 | + "precision": 1, |
| 6539 | + "enum": null, |
| 6540 | + "min_max_range": "RangeType.STATIC", |
| 6541 | + "min": null, |
| 6542 | + "max": null, |
| 6543 | + "step": null, |
| 6544 | + "is_adjustable_suffix": null, |
| 6545 | + "key_values": {}, |
| 6546 | + "experimental": false, |
| 6547 | + "depends_on": [], |
| 6548 | + "generic_name": "Pressure", |
| 6549 | + "is_formula": false |
| 6550 | + }, |
6485 | 6551 | { |
6486 | 6552 | "topic": "N/{installation_id}/temperature/{device_id}/Scale", |
6487 | 6553 | "message_type": "MetricKind.NUMBER", |
|
6636 | 6702 | "generic_name": "Inverter input frequency {phase}", |
6637 | 6703 | "is_formula": false |
6638 | 6704 | }, |
| 6705 | + { |
| 6706 | + "topic": "N/{installation_id}/vebus/{device_id}/Ac/ActiveIn/{phase}/I", |
| 6707 | + "message_type": "MetricKind.SENSOR", |
| 6708 | + "short_id": "vebus_inverter_input_current_{phase}", |
| 6709 | + "name": "Inverter input current {phase}", |
| 6710 | + "unit_of_measurement": "A", |
| 6711 | + "metric_type": "MetricType.CURRENT", |
| 6712 | + "metric_nature": "MetricNature.INSTANTANEOUS", |
| 6713 | + "value_type": "ValueType.FLOAT", |
| 6714 | + "precision": 1, |
| 6715 | + "enum": null, |
| 6716 | + "min_max_range": "RangeType.STATIC", |
| 6717 | + "min": null, |
| 6718 | + "max": null, |
| 6719 | + "step": null, |
| 6720 | + "is_adjustable_suffix": null, |
| 6721 | + "key_values": {}, |
| 6722 | + "experimental": false, |
| 6723 | + "depends_on": [], |
| 6724 | + "generic_name": "Inverter input current {phase}", |
| 6725 | + "is_formula": false |
| 6726 | + }, |
6639 | 6727 | { |
6640 | 6728 | "topic": "N/{installation_id}/vebus/{device_id}/Ac/ActiveIn/{phase}/P", |
6641 | 6729 | "message_type": "MetricKind.SENSOR", |
|
0 commit comments