|
16 | 16 | }, |
17 | 17 | "capacity": { |
18 | 18 | "description": "Battery capacity in kWh", |
19 | | - "exclusiveMinimum": 0, |
| 19 | + "exclusiveMinimum": 0.0, |
20 | 20 | "title": "Capacity", |
21 | 21 | "type": "number" |
22 | 22 | }, |
|
146 | 146 | "dc_to_bat efficiency": { |
147 | 147 | "anyOf": [ |
148 | 148 | { |
149 | | - "maximum": 1, |
150 | | - "minimum": 0, |
| 149 | + "maximum": 1.0, |
| 150 | + "minimum": 0.0, |
151 | 151 | "type": "number" |
152 | 152 | }, |
153 | 153 | { |
|
174 | 174 | "bat_to_dc efficiency": { |
175 | 175 | "anyOf": [ |
176 | 176 | { |
177 | | - "maximum": 1, |
178 | | - "minimum": 0, |
| 177 | + "maximum": 1.0, |
| 178 | + "minimum": 0.0, |
179 | 179 | "type": "number" |
180 | 180 | }, |
181 | 181 | { |
|
375 | 375 | "properties": { |
376 | 376 | "power": { |
377 | 377 | "description": "Power level in Watts", |
378 | | - "minimum": 0, |
| 378 | + "minimum": 0.0, |
379 | 379 | "title": "Power", |
380 | 380 | "type": "number" |
381 | 381 | }, |
382 | 382 | "efficiency": { |
383 | 383 | "description": "Efficiency at this power level (0-1)", |
384 | | - "maximum": 1, |
385 | | - "minimum": 0, |
| 384 | + "maximum": 1.0, |
| 385 | + "minimum": 0.0, |
386 | 386 | "title": "Efficiency", |
387 | 387 | "type": "number" |
388 | 388 | } |
|
453 | 453 | }, |
454 | 454 | "cop": { |
455 | 455 | "description": "Coefficient of Performance", |
456 | | - "exclusiveMinimum": 0, |
| 456 | + "exclusiveMinimum": 0.0, |
457 | 457 | "title": "Cop", |
458 | 458 | "type": "number" |
459 | 459 | }, |
460 | 460 | "cooling rate": { |
461 | 461 | "description": "Cooling rate in degrees per hour", |
462 | | - "minimum": 0, |
| 462 | + "minimum": 0.0, |
463 | 463 | "title": "Cooling Rate", |
464 | 464 | "type": "number" |
465 | 465 | }, |
466 | 466 | "volume": { |
467 | 467 | "description": "Water volume in liters", |
468 | | - "exclusiveMinimum": 0, |
| 468 | + "exclusiveMinimum": 0.0, |
469 | 469 | "title": "Volume", |
470 | 470 | "type": "number" |
471 | 471 | }, |
|
476 | 476 | }, |
477 | 477 | "elec. power": { |
478 | 478 | "description": "Electrical power in watts", |
479 | | - "exclusiveMinimum": 0, |
| 479 | + "exclusiveMinimum": 0.0, |
480 | 480 | "title": "Elec. Power", |
481 | 481 | "type": "number" |
482 | 482 | }, |
|
672 | 672 | }, |
673 | 673 | "efficiency": { |
674 | 674 | "description": "Charging efficiency at this amperage (0-1)", |
675 | | - "maximum": 1, |
676 | | - "minimum": 0, |
| 675 | + "maximum": 1.0, |
| 676 | + "minimum": 0.0, |
677 | 677 | "title": "Efficiency", |
678 | 678 | "type": "number" |
679 | 679 | } |
|
696 | 696 | }, |
697 | 697 | "capacity": { |
698 | 698 | "description": "Battery capacity in kWh", |
699 | | - "exclusiveMinimum": 0, |
| 699 | + "exclusiveMinimum": 0.0, |
700 | 700 | "title": "Capacity", |
701 | 701 | "type": "number" |
702 | 702 | }, |
|
944 | 944 | "max_power": { |
945 | 945 | "default": 17, |
946 | 946 | "description": "Maximum grid power in kW", |
947 | | - "exclusiveMinimum": 0, |
| 947 | + "exclusiveMinimum": 0.0, |
948 | 948 | "title": "Max Power", |
949 | 949 | "type": "number" |
950 | 950 | } |
|
1048 | 1048 | }, |
1049 | 1049 | "degree days factor": { |
1050 | 1050 | "description": "Degree days factor for heat demand calculation", |
1051 | | - "exclusiveMinimum": 0, |
| 1051 | + "exclusiveMinimum": 0.0, |
1052 | 1052 | "title": "Degree Days Factor", |
1053 | 1053 | "type": "number" |
1054 | 1054 | }, |
|
1201 | 1201 | "properties": { |
1202 | 1202 | "max_power": { |
1203 | 1203 | "description": "Maximum power in watts for this stage", |
1204 | | - "exclusiveMinimum": 0, |
| 1204 | + "exclusiveMinimum": 0.0, |
1205 | 1205 | "title": "Max Power", |
1206 | 1206 | "type": "number" |
1207 | 1207 | }, |
1208 | 1208 | "cop": { |
1209 | 1209 | "description": "Coefficient of Performance at this power level", |
1210 | | - "exclusiveMinimum": 0, |
| 1210 | + "exclusiveMinimum": 0.0, |
1211 | 1211 | "title": "Cop", |
1212 | 1212 | "type": "number" |
1213 | 1213 | } |
|
1677 | 1677 | "sensors": { |
1678 | 1678 | "anyOf": [ |
1679 | 1679 | { |
1680 | | - "additionalProperties": true, |
1681 | 1680 | "type": "object" |
1682 | 1681 | }, |
1683 | 1682 | { |
|
1739 | 1738 | "tilt": { |
1740 | 1739 | "anyOf": [ |
1741 | 1740 | { |
1742 | | - "maximum": 90, |
1743 | | - "minimum": 0, |
| 1741 | + "maximum": 90.0, |
| 1742 | + "minimum": 0.0, |
1744 | 1743 | "type": "number" |
1745 | 1744 | }, |
1746 | 1745 | { |
|
1754 | 1753 | "orientation": { |
1755 | 1754 | "anyOf": [ |
1756 | 1755 | { |
1757 | | - "maximum": 180, |
1758 | | - "minimum": -180, |
| 1756 | + "maximum": 180.0, |
| 1757 | + "minimum": -180.0, |
1759 | 1758 | "type": "number" |
1760 | 1759 | }, |
1761 | 1760 | { |
|
1769 | 1768 | "capacity": { |
1770 | 1769 | "anyOf": [ |
1771 | 1770 | { |
1772 | | - "exclusiveMinimum": 0, |
| 1771 | + "exclusiveMinimum": 0.0, |
1773 | 1772 | "type": "number" |
1774 | 1773 | }, |
1775 | 1774 | { |
|
1783 | 1782 | "yield": { |
1784 | 1783 | "anyOf": [ |
1785 | 1784 | { |
1786 | | - "exclusiveMinimum": 0, |
| 1785 | + "exclusiveMinimum": 0.0, |
1787 | 1786 | "type": "number" |
1788 | 1787 | }, |
1789 | 1788 | { |
|
1823 | 1822 | "properties": { |
1824 | 1823 | "tilt": { |
1825 | 1824 | "description": "Panel tilt angle in degrees (0=horizontal, 90=vertical)", |
1826 | | - "maximum": 90, |
1827 | | - "minimum": 0, |
| 1825 | + "maximum": 90.0, |
| 1826 | + "minimum": 0.0, |
1828 | 1827 | "title": "Tilt", |
1829 | 1828 | "type": "number" |
1830 | 1829 | }, |
1831 | 1830 | "orientation": { |
1832 | 1831 | "description": "Panel orientation in degrees (0=south, 90=west, -90=east)", |
1833 | | - "maximum": 180, |
1834 | | - "minimum": -180, |
| 1832 | + "maximum": 180.0, |
| 1833 | + "minimum": -180.0, |
1835 | 1834 | "title": "Orientation", |
1836 | 1835 | "type": "number" |
1837 | 1836 | }, |
1838 | 1837 | "capacity": { |
1839 | 1838 | "description": "Installed capacity in kWp", |
1840 | | - "exclusiveMinimum": 0, |
| 1839 | + "exclusiveMinimum": 0.0, |
1841 | 1840 | "title": "Capacity", |
1842 | 1841 | "type": "number" |
1843 | 1842 | }, |
1844 | 1843 | "yield": { |
1845 | 1844 | "description": "Yield factor for production calculation", |
1846 | | - "exclusiveMinimum": 0, |
| 1845 | + "exclusiveMinimum": 0.0, |
1847 | 1846 | "title": "Yield", |
1848 | 1847 | "type": "number" |
1849 | 1848 | } |
|
0 commit comments