UNPKG

iobroker.apg-info

Version:
335 lines 12.8 kB
{ "i18n": false, "type": "tabs", "tabsStyle": { "width": "calc(100% - 100px)" }, "items": { "General": { "type": "panel", "label": "General", "items": { "marketPrices": { "newLine": true, "type": "checkbox", "label": "Check market prices", "default": false, "xs": 12, "sm": 12, "md": 6, "lg": 4, "xl": 4 }, "threshold": { "type": "number", "label": { "en": "Threshold market price (€ct/kWh)", "de": "Schwellenmarktpreis (€ct/kWh)", "ru": "Порог рыночная цена (€ct/kWh)", "pt": "Preço de mercado limiar (€ct/kWh)", "nl": "Dreig de marktprijs", "fr": "Prix du marché seuil (€ct/kWh)", "it": "Prezzo di mercato (€ct/kWh)", "es": "Precio del mercado de propiedad (€ct/kWh)", "pl": "Cena rynkowa (ok", "uk": "Потрібна ціна ринку (€ct/kWh)", "zh-cn": "市场价格(ct/kWh)" }, "disabled": "!data.marketPrices", "min": 0, "step": 0.1, "newLine": true, "xs": 12, "sm": 12, "md": 3, "lg": 2, "xl": 2 }, "country": { "type": "select", "options": [ { "label": { "en": "Swiss", "de": "Schweiz", "ru": "Swiss", "pt": "Swiss", "nl": "Swiss", "fr": "Swiss", "it": "Swiss", "es": "Swiss", "pl": "Swiss", "uk": "Swiss", "zh-cn": "Swiss" }, "value": "ch" }, { "label": { "en": "Austria", "de": "Österreich", "ru": "Austria", "pt": "Austria", "nl": "Austria", "fr": "Austria", "it": "Austria", "es": "Austria", "pl": "Austria", "uk": "Austria", "zh-cn": "Austria" }, "value": "at" }, { "label": { "en": "Germany", "de": "Deutschland", "ru": "Germany", "pt": "Germany", "nl": "Germany", "fr": "Germany", "it": "Germany", "es": "Germany", "pl": "Germany", "uk": "Germany", "zh-cn": "Germany" }, "value": "de" } ], "label": { "en": "Country of the market", "de": "Land der Strombörse" }, "disabled": "!data.marketPrices", "xs": 12, "sm": 12, "md": 6, "lg": 4, "xl": 4 }, "quarterHourly": { "newLine": true, "type": "checkbox", "label": "Get quarter-hourly market data (not for CH)", "default": false, "disabled": "!data.marketPrices", "xs": 12, "sm": 12, "md": 6, "lg": 4, "xl": 4 }, "hourly": { "newLine": true, "type": "checkbox", "label": "Get hourly market data", "default": false, "disabled": "!data.marketPrices", "xs": 12, "sm": 12, "md": 6, "lg": 4, "xl": 4 }, "forecast": { "newLine": true, "type": "checkbox", "label": "Forecast based on 10.15 auction (works in AT and DE)", "default": false, "disabled": "!data.marketPrices", "xs": 12, "sm": 12, "md": 6, "lg": 4, "xl": 4 }, "details": { "newLine": true, "type": "checkbox", "label": "Include all details (marketprice(_quarter_hourly).details)", "default": false, "disabled": "!data.marketPrices", "xs": 12, "sm": 12, "md": 6, "lg": 4, "xl": 4 }, "_separator": { "type": "staticText", "text": "<br>", "newLine": true, "xs": 12, "sm": 12, "md": 12, "lg": 12, "xl": 12 }, "peakHours": { "newLine": true, "type": "checkbox", "label": "Check peak hours (works for Austria)", "default": false, "xs": 12, "sm": 12, "md": 6, "lg": 4, "xl": 4 } } }, "Calculation": { "type": "panel", "label": "Calculation", "items": { "calculate": { "newLine": true, "type": "checkbox", "label": { "en": "Activate price calculation", "de": "Preiskalkulation aktivieren" }, "xs": 12, "sm": 12, "md": 6, "lg": 4, "xl": 4 }, "feeAbsolute": { "newLine": true, "type": "number", "label": { "en": "Provider fee absolute (€ct/kWh)", "de": "Provider Gebühr Absolut (€ct/kWh)" }, "hidden": "!data.calculate", "xs": 12, "sm": 12, "md": 3, "lg": 2, "xl": 2 }, "feeRelative": { "type": "number", "label": { "en": "Provider fee (%)", "de": "Provider Gebühr (%)" }, "hidden": "!data.calculate", "xs": 12, "sm": 12, "md": 3, "lg": 2, "xl": 2 }, "charges": { "type": "number", "label": { "en": "other taxes (%)", "de": "weitere Abgaben (%)" }, "hidden": "!data.calculate", "xs": 12, "sm": 12, "md": 3, "lg": 2, "xl": 2 }, "gridCosts": { "type": "number", "label": { "en": "grid costs (€ct/kWh)", "de": "Netzentgelte (€ct/kWh)" }, "hidden": "!data.calculate", "xs": 12, "sm": 12, "md": 3, "lg": 2, "xl": 2 }, "vat": { "type": "number", "label": { "en": "VAT (%)", "de": "USt (%)" }, "hidden": "!data.calculate", "xs": 12, "sm": 12, "md": 3, "lg": 2, "xl": 2 }, "_text0": { "type": "staticText", "text": "", "newLine": true, "hidden": "!data.calculate", "xs": 12, "sm": 12, "md": 12, "lg": 12, "xl": 12 }, "_text1": { "type": "staticText", "text": { "de": "Calculation: <br> provider = tradePrice * Abs(tradePrice * providerFee) + feeAbsolute; <br> charges = (tradePrice + provider) * otherTaxes; <br> vat = (tradePrice + provider + charges + gridCosts) * vat; <br> price = tradePrice + provider + charges + gridCosts + vat;", "en": "Calculation: <br> provider = tradePrice * tradePrice * providerFee + feeAbsolute; <br> charges = (tradePrice + provider) * otherTaxes; <br> vat = (tradePrice + provider + charges + gridCosts) * vat; <br> price = tradePrice + provider + charges + gridCosts + vat;" }, "newLine": true, "hidden": "!data.calculate", "xs": 12, "sm": 12, "md": 12, "lg": 12, "xl": 12 } } }, "EntsoeToken": { "type": "panel", "label": "Entsoe Token", "items": { "tokenEncrypted": { "newLine": true, "type": "text", "label": { "en": "Token", "de": "Token" }, "xs": 12, "sm": 12, "md": 6, "lg": 4, "xl": 4 }, "_text0": { "type": "staticText", "text": "", "newLine": true, "xs": 12, "sm": 12, "md": 12, "lg": 12, "xl": 12 }, "_text1": { "type": "staticText", "text": { "de": "Token is only needed for Swiss market. How to request a token is described in the readme.", "en": "Token is only needed for Swiss market. How to request a token is described in the readme." }, "newLine": true, "xs": 12, "sm": 12, "md": 12, "lg": 12, "xl": 12 } } } } }