Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    3
    1
    74

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    7
    1
    127

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    861

Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten

Scheduled Pinned Locked Moved ioBroker Allgemein
photovoltaikdatenpunktleistungsmessungsteuerung
885 Posts 70 Posters 272.8k Views 62 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • crunchipC crunchip

    @schneire sagte in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

    deine Boards, die würden mir sicher weiter helfen

    nur bedingt, da ich influx 1.x nutze und somit InfluxQL
    aber hier mal das Dashboard Balkonkraftwerk

    {
     "__inputs": [
       {
         "name": "DS_INFLUXDB-COLLECTD",
         "label": "InfluxDB-collectd",
         "description": "",
         "type": "datasource",
         "pluginId": "influxdb",
         "pluginName": "InfluxDB"
       }
     ],
     "__elements": {},
     "__requires": [
       {
         "type": "panel",
         "id": "gauge",
         "name": "Gauge",
         "version": ""
       },
       {
         "type": "grafana",
         "id": "grafana",
         "name": "Grafana",
         "version": "9.2.4"
       },
       {
         "type": "datasource",
         "id": "influxdb",
         "name": "InfluxDB",
         "version": "1.0.0"
       },
       {
         "type": "panel",
         "id": "stat",
         "name": "Stat",
         "version": ""
       },
       {
         "type": "panel",
         "id": "table",
         "name": "Table",
         "version": ""
       },
       {
         "type": "panel",
         "id": "timeseries",
         "name": "Time series",
         "version": ""
       }
     ],
     "annotations": {
       "list": [
         {
           "builtIn": 1,
           "datasource": {
             "type": "grafana",
             "uid": "-- Grafana --"
           },
           "enable": true,
           "hide": true,
           "iconColor": "rgba(0, 211, 255, 1)",
           "name": "Annotations & Alerts",
           "target": {
             "limit": 100,
             "matchAny": false,
             "tags": [],
             "type": "dashboard"
           },
           "type": "dashboard"
         }
       ]
     },
     "description": "Balkonkraftwerk",
     "editable": true,
     "fiscalYearStartMonth": 0,
     "graphTooltip": 1,
     "id": null,
     "links": [
       {
         "asDropdown": true,
         "icon": "external link",
         "includeVars": false,
         "keepTime": true,
         "tags": [
           "Hausenergie"
         ],
         "targetBlank": false,
         "title": "Hausenergie",
         "tooltip": "",
         "type": "dashboards",
         "url": ""
       }
     ],
     "liveNow": true,
     "panels": [
       {
         "datasource": {
           "type": "influxdb",
           "uid": "${DS_INFLUXDB-COLLECTD}"
         },
         "fieldConfig": {
           "defaults": {
             "color": {
               "mode": "continuous-RdYlGr"
             },
             "mappings": [],
             "max": 650,
             "thresholds": {
               "mode": "absolute",
               "steps": [
                 {
                   "color": "green",
                   "value": null
                 },
                 {
                   "color": "#EAB839",
                   "value": 300
                 },
                 {
                   "color": "red",
                   "value": 650
                 }
               ]
             },
             "unit": "watt"
           },
           "overrides": []
         },
         "gridPos": {
           "h": 4,
           "w": 4,
           "x": 0,
           "y": 0
         },
         "id": 6,
         "options": {
           "orientation": "auto",
           "reduceOptions": {
             "calcs": [
               "lastNotNull"
             ],
             "fields": "",
             "values": false
           },
           "showThresholdLabels": false,
           "showThresholdMarkers": true
         },
         "pluginVersion": "9.2.4",
         "targets": [
           {
             "datasource": {
               "type": "influxdb",
               "uid": "${DS_INFLUXDB-COLLECTD}"
             },
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "null"
                 ],
                 "type": "fill"
               }
             ],
             "measurement": "mqtt.0.Balkonkraftwerk.HM-600.ch0.P_AC",
             "orderByTime": "ASC",
             "policy": "default",
             "refId": "A",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "last"
                 }
               ]
             ],
             "tags": []
           }
         ],
         "title": "aktuelle Leistung",
         "type": "gauge"
       },
       {
         "datasource": {
           "type": "influxdb",
           "uid": "${DS_INFLUXDB-COLLECTD}"
         },
         "fieldConfig": {
           "defaults": {
             "color": {
               "mode": "thresholds"
             },
             "mappings": [],
             "thresholds": {
               "mode": "absolute",
               "steps": [
                 {
                   "color": "green",
                   "value": null
                 }
               ]
             },
             "unit": "currencyEUR"
           },
           "overrides": []
         },
         "gridPos": {
           "h": 4,
           "w": 3,
           "x": 4,
           "y": 0
         },
         "id": 8,
         "options": {
           "colorMode": "value",
           "graphMode": "none",
           "justifyMode": "auto",
           "orientation": "auto",
           "reduceOptions": {
             "calcs": [
               "lastNotNull"
             ],
             "fields": "",
             "values": false
           },
           "textMode": "auto"
         },
         "pluginVersion": "9.2.4",
         "targets": [
           {
             "datasource": {
               "type": "influxdb",
               "uid": "${DS_INFLUXDB-COLLECTD}"
             },
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "null"
                 ],
                 "type": "fill"
               }
             ],
             "measurement": "mqtt.0.Balkonkraftwerk.HM-600.ch0.YieldTotal",
             "orderByTime": "ASC",
             "policy": "default",
             "refId": "A",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "mean"
                 },
                 {
                   "params": [
                     "*0.275"
                   ],
                   "type": "math"
                 }
               ]
             ],
             "tags": []
           }
         ],
         "title": "Erwirtschaftet",
         "type": "stat"
       },
       {
         "datasource": {
           "type": "influxdb",
           "uid": "${DS_INFLUXDB-COLLECTD}"
         },
         "fieldConfig": {
           "defaults": {
             "color": {
               "mode": "thresholds"
             },
             "mappings": [],
             "thresholds": {
               "mode": "absolute",
               "steps": [
                 {
                   "color": "text",
                   "value": null
                 }
               ]
             },
             "unit": "watth"
           },
           "overrides": []
         },
         "gridPos": {
           "h": 4,
           "w": 4,
           "x": 7,
           "y": 0
         },
         "id": 10,
         "options": {
           "colorMode": "value",
           "graphMode": "none",
           "justifyMode": "auto",
           "orientation": "auto",
           "reduceOptions": {
             "calcs": [
               "lastNotNull"
             ],
             "fields": "",
             "values": false
           },
           "textMode": "auto"
         },
         "pluginVersion": "9.2.4",
         "targets": [
           {
             "alias": "Ertrag Heute",
             "datasource": {
               "type": "influxdb",
               "uid": "${DS_INFLUXDB-COLLECTD}"
             },
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "previous"
                 ],
                 "type": "fill"
               }
             ],
             "measurement": "mqtt.0.Balkonkraftwerk.HM-600.ch0.YieldDay",
             "orderByTime": "ASC",
             "policy": "default",
             "refId": "A",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "last"
                 }
               ]
             ],
             "tags": []
           }
         ],
         "title": "Tagesertrag",
         "type": "stat"
       },
       {
         "datasource": {
           "type": "influxdb",
           "uid": "${DS_INFLUXDB-COLLECTD}"
         },
         "fieldConfig": {
           "defaults": {
             "color": {
               "mode": "thresholds"
             },
             "mappings": [],
             "thresholds": {
               "mode": "absolute",
               "steps": [
                 {
                   "color": "green",
                   "value": null
                 }
               ]
             },
             "unit": "kwatth"
           },
           "overrides": []
         },
         "gridPos": {
           "h": 4,
           "w": 4,
           "x": 11,
           "y": 0
         },
         "id": 11,
         "options": {
           "colorMode": "value",
           "graphMode": "none",
           "justifyMode": "auto",
           "orientation": "auto",
           "reduceOptions": {
             "calcs": [
               "lastNotNull"
             ],
             "fields": "",
             "values": false
           },
           "textMode": "auto"
         },
         "pluginVersion": "9.2.4",
         "targets": [
           {
             "alias": "Ertrag Gesamt",
             "datasource": {
               "type": "influxdb",
               "uid": "${DS_INFLUXDB-COLLECTD}"
             },
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "previous"
                 ],
                 "type": "fill"
               }
             ],
             "measurement": "mqtt.0.Balkonkraftwerk.HM-600.ch0.YieldTotal",
             "orderByTime": "ASC",
             "policy": "default",
             "refId": "A",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "last"
                 }
               ]
             ],
             "tags": []
           }
         ],
         "title": "Gesamtertrag",
         "type": "stat"
       },
       {
         "datasource": {
           "type": "influxdb",
           "uid": "${DS_INFLUXDB-COLLECTD}"
         },
         "fieldConfig": {
           "defaults": {
             "color": {
               "mode": "continuous-GrYlRd"
             },
             "custom": {
               "align": "right",
               "displayMode": "auto",
               "filterable": false,
               "inspect": false,
               "width": 100
             },
             "decimals": 2,
             "mappings": [],
             "thresholds": {
               "mode": "absolute",
               "steps": [
                 {
                   "color": "super-light-green",
                   "value": null
                 },
                 {
                   "color": "light-green",
                   "value": 2
                 },
                 {
                   "color": "green",
                   "value": 3
                 },
                 {
                   "color": "semi-dark-green",
                   "value": 4
                 },
                 {
                   "color": "dark-green",
                   "value": 5
                 }
               ]
             },
             "unit": "kwatth"
           },
           "overrides": [
             {
               "matcher": {
                 "id": "byName",
                 "options": "Produziert"
               },
               "properties": [
                 {
                   "id": "custom.displayMode",
                   "value": "gradient-gauge"
                 },
                 {
                   "id": "custom.width",
                   "value": 200
                 }
               ]
             },
             {
               "matcher": {
                 "id": "byName",
                 "options": "Time"
               },
               "properties": [
                 {
                   "id": "unit",
                   "value": "time:D.M.Y"
                 },
                 {
                   "id": "displayName",
                   "value": "Tag"
                 }
               ]
             },
             {
               "matcher": {
                 "id": "byName",
                 "options": "Produziert * 0.275"
               },
               "properties": [
                 {
                   "id": "custom.width",
                   "value": 80
                 },
                 {
                   "id": "unit",
                   "value": "currencyEUR"
                 },
                 {
                   "id": "displayName",
                   "value": "Ersparnis"
                 }
               ]
             }
           ]
         },
         "gridPos": {
           "h": 32,
           "w": 6,
           "x": 0,
           "y": 4
         },
         "id": 4,
         "options": {
           "footer": {
             "fields": "",
             "reducer": [
               "sum"
             ],
             "show": false
           },
           "showHeader": true,
           "sortBy": []
         },
         "pluginVersion": "9.2.4",
         "targets": [
           {
             "alias": "Produziert",
             "datasource": {
               "type": "influxdb",
               "uid": "${DS_INFLUXDB-COLLECTD}"
             },
             "groupBy": [
               {
                 "params": [
                   "1d"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "previous"
                 ],
                 "type": "fill"
               }
             ],
             "measurement": "mqtt.0.Balkonkraftwerk.HM-600.ch0.YieldTotal",
             "orderByTime": "ASC",
             "policy": "default",
             "refId": "A",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "last"
                 },
                 {
                   "params": [],
                   "type": "difference"
                 }
               ]
             ],
             "tags": []
           }
         ],
         "timeFrom": "1M",
         "title": "Balkonkraftwerk",
         "transformations": [
           {
             "id": "sortBy",
             "options": {
               "fields": {},
               "sort": [
                 {
                   "desc": true,
                   "field": "Time"
                 }
               ]
             }
           },
           {
             "id": "calculateField",
             "options": {
               "binary": {
                 "left": "Produziert",
                 "operator": "*",
                 "reducer": "sum",
                 "right": "0.275"
               },
               "mode": "binary",
               "reduce": {
                 "reducer": "sum"
               }
             }
           }
         ],
         "transparent": true,
         "type": "table"
       },
       {
         "datasource": {
           "type": "influxdb",
           "uid": "${DS_INFLUXDB-COLLECTD}"
         },
         "fieldConfig": {
           "defaults": {
             "color": {
               "mode": "palette-classic"
             },
             "custom": {
               "axisCenteredZero": false,
               "axisColorMode": "text",
               "axisLabel": "",
               "axisPlacement": "auto",
               "barAlignment": 0,
               "drawStyle": "line",
               "fillOpacity": 0,
               "gradientMode": "none",
               "hideFrom": {
                 "legend": false,
                 "tooltip": false,
                 "viz": false
               },
               "lineInterpolation": "linear",
               "lineWidth": 1,
               "pointSize": 5,
               "scaleDistribution": {
                 "log": 2,
                 "type": "symlog"
               },
               "showPoints": "auto",
               "spanNulls": false,
               "stacking": {
                 "group": "A",
                 "mode": "none"
               },
               "thresholdsStyle": {
                 "mode": "off"
               }
             },
             "mappings": [],
             "thresholds": {
               "mode": "absolute",
               "steps": [
                 {
                   "color": "green",
                   "value": null
                 },
                 {
                   "color": "red",
                   "value": 80
                 }
               ]
             }
           },
           "overrides": []
         },
         "gridPos": {
           "h": 9,
           "w": 18,
           "x": 6,
           "y": 4
         },
         "id": 2,
         "options": {
           "legend": {
             "calcs": [
               "lastNotNull",
               "min",
               "max",
               "mean"
             ],
             "displayMode": "table",
             "placement": "right",
             "showLegend": true
           },
           "tooltip": {
             "mode": "single",
             "sort": "none"
           }
         },
         "pluginVersion": "9.0.0",
         "targets": [
           {
             "alias": "Amper",
             "datasource": {
               "type": "influxdb",
               "uid": "${DS_INFLUXDB-COLLECTD}"
             },
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "previous"
                 ],
                 "type": "fill"
               }
             ],
             "measurement": "mqtt.0.Balkonkraftwerk.HM-600.ch0.I_AC",
             "orderByTime": "ASC",
             "policy": "default",
             "refId": "A",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "last"
                 }
               ]
             ],
             "tags": []
           },
           {
             "alias": "Watt AC",
             "datasource": {
               "type": "influxdb",
               "uid": "${DS_INFLUXDB-COLLECTD}"
             },
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "previous"
                 ],
                 "type": "fill"
               }
             ],
             "hide": false,
             "measurement": "mqtt.0.Balkonkraftwerk.HM-600.ch0.P_AC",
             "orderByTime": "ASC",
             "policy": "default",
             "refId": "B",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "last"
                 }
               ]
             ],
             "tags": []
           },
           {
             "alias": "Watt DC",
             "datasource": {
               "type": "influxdb",
               "uid": "${DS_INFLUXDB-COLLECTD}"
             },
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "previous"
                 ],
                 "type": "fill"
               }
             ],
             "hide": false,
             "measurement": "mqtt.0.Balkonkraftwerk.HM-600.ch0.P_DC",
             "orderByTime": "ASC",
             "policy": "default",
             "refId": "C",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "last"
                 }
               ]
             ],
             "tags": []
           },
           {
             "alias": "Volt",
             "datasource": {
               "type": "influxdb",
               "uid": "${DS_INFLUXDB-COLLECTD}"
             },
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "previous"
                 ],
                 "type": "fill"
               }
             ],
             "hide": false,
             "measurement": "mqtt.0.Balkonkraftwerk.HM-600.ch0.U_AC",
             "orderByTime": "ASC",
             "policy": "default",
             "refId": "D",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "last"
                 }
               ]
             ],
             "tags": []
           },
           {
             "alias": "Temperatur",
             "datasource": {
               "type": "influxdb",
               "uid": "${DS_INFLUXDB-COLLECTD}"
             },
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "previous"
                 ],
                 "type": "fill"
               }
             ],
             "hide": false,
             "measurement": "mqtt.0.Balkonkraftwerk.HM-600.ch0.Temp",
             "orderByTime": "ASC",
             "policy": "default",
             "refId": "E",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "last"
                 }
               ]
             ],
             "tags": []
           },
           {
             "alias": "Effizienz",
             "datasource": {
               "type": "influxdb",
               "uid": "${DS_INFLUXDB-COLLECTD}"
             },
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "previous"
                 ],
                 "type": "fill"
               }
             ],
             "hide": false,
             "measurement": "mqtt.0.Balkonkraftwerk.HM-600.ch0.Effiency",
             "orderByTime": "ASC",
             "policy": "default",
             "refId": "F",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "last"
                 }
               ]
             ],
             "tags": []
           },
           {
             "alias": "Tagesertrag",
             "datasource": {
               "type": "influxdb",
               "uid": "${DS_INFLUXDB-COLLECTD}"
             },
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "previous"
                 ],
                 "type": "fill"
               }
             ],
             "hide": false,
             "measurement": "mqtt.0.Balkonkraftwerk.HM-600.ch0.YieldDay",
             "orderByTime": "ASC",
             "policy": "default",
             "refId": "G",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "last"
                 }
               ]
             ],
             "tags": []
           },
           {
             "alias": "Frequenz",
             "datasource": {
               "type": "influxdb",
               "uid": "${DS_INFLUXDB-COLLECTD}"
             },
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "previous"
                 ],
                 "type": "fill"
               }
             ],
             "hide": false,
             "measurement": "mqtt.0.Balkonkraftwerk.HM-600.ch0.Freq",
             "orderByTime": "ASC",
             "policy": "default",
             "refId": "H",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "last"
                 }
               ]
             ],
             "tags": []
           },
           {
             "alias": "Effizienz",
             "datasource": {
               "type": "influxdb",
               "uid": "${DS_INFLUXDB-COLLECTD}"
             },
             "groupBy": [
               {
                 "params": [
                   "$__interval"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "previous"
                 ],
                 "type": "fill"
               }
             ],
             "hide": false,
             "measurement": "mqtt.0.Balkonkraftwerk.HM-600.ch0.Effiency",
             "orderByTime": "ASC",
             "policy": "default",
             "refId": "I",
             "resultFormat": "time_series",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "last"
                 }
               ]
             ],
             "tags": []
           }
         ],
         "timeFrom": "3d",
         "title": "Balkonkraftwerk",
         "type": "timeseries"
       },
       {
         "datasource": {
           "type": "influxdb",
           "uid": "${DS_INFLUXDB-COLLECTD}"
         },
         "fieldConfig": {
           "defaults": {
             "color": {
               "mode": "continuous-GrYlRd"
             },
             "custom": {
               "axisCenteredZero": false,
               "axisColorMode": "text",
               "axisLabel": "",
               "axisPlacement": "auto",
               "barAlignment": 0,
               "drawStyle": "bars",
               "fillOpacity": 90,
               "gradientMode": "scheme",
               "hideFrom": {
                 "legend": false,
                 "tooltip": false,
                 "viz": false
               },
               "lineInterpolation": "linear",
               "lineWidth": 1,
               "pointSize": 5,
               "scaleDistribution": {
                 "type": "linear"
               },
               "showPoints": "auto",
               "spanNulls": false,
               "stacking": {
                 "group": "A",
                 "mode": "none"
               },
               "thresholdsStyle": {
                 "mode": "off"
               }
             },
             "mappings": [],
             "thresholds": {
               "mode": "absolute",
               "steps": [
                 {
                   "color": "green",
                   "value": null
                 },
                 {
                   "color": "red",
                   "value": 80
                 }
               ]
             },
             "unit": "kwatth"
           },
           "overrides": []
         },
         "gridPos": {
           "h": 8,
           "w": 18,
           "x": 6,
           "y": 13
         },
         "id": 12,
         "options": {
           "legend": {
             "calcs": [],
             "displayMode": "list",
             "placement": "bottom",
             "showLegend": true
           },
           "tooltip": {
             "mode": "single",
             "sort": "none"
           }
         },
         "pluginVersion": "9.2.4",
         "targets": [
           {
             "alias": "Ertrag Gesamt",
             "datasource": {
               "type": "influxdb",
               "uid": "${DS_INFLUXDB-COLLECTD}"
             },
             "groupBy": [
               {
                 "params": [
                   "30d"
                 ],
                 "type": "time"
               },
               {
                 "params": [
                   "previous"
                 ],
                 "type": "fill"
               }
             ],
             "measurement": "mqtt.0.Balkonkraftwerk.HM-600.ch0.YieldTotal",
             "orderByTime": "ASC",
             "policy": "default",
             "query": "SELECT non_negative_difference(last(cumulative_sum))FROM (\nSELECT cumulative_sum(non_negative_difference(last(\"value\"))) FROM \"mqtt.0.Balkonkraftwerk.HM-600.ch0.YieldTotal\" WHERE $timeFilter GROUP BY time($__interval)\n) WHERE $timeFilter GROUP BY time(1d) tz('Europe/Berlin')",
             "rawQuery": false,
             "refId": "A",
             "resultFormat": "table",
             "select": [
               [
                 {
                   "params": [
                     "value"
                   ],
                   "type": "field"
                 },
                 {
                   "params": [],
                   "type": "last"
                 },
                 {
                   "params": [],
                   "type": "difference"
                 }
               ]
             ],
             "tags": []
           }
         ],
         "timeFrom": "12M",
         "title": "Gesamtertrag",
         "type": "timeseries"
       }
     ],
     "refresh": "30s",
     "schemaVersion": 37,
     "style": "dark",
     "tags": [
       "Hausenergie"
     ],
     "templating": {
       "list": []
     },
     "time": {
       "from": "now-24h",
       "to": "now"
     },
     "timepicker": {},
     "timezone": "",
     "title": "Balkonkraftwerk",
     "uid": "_KoMjjqnk",
     "version": 32,
     "weekStart": ""
    }
    

    S Offline
    S Offline
    schneire
    wrote on last edited by
    #637

    @crunchip
    Danke dir, aber das File wird als not valid abgewiesen...
    Gruß Reiner

    influxdb2.7, mqtt, Grafana, Raspberry Pi5, Venus-Os m.Raspi3, JK-BMS

    haselchenH crunchipC 2 Replies Last reply
    0
    • S schneire

      @crunchip
      Danke dir, aber das File wird als not valid abgewiesen...
      Gruß Reiner

      haselchenH Offline
      haselchenH Offline
      haselchen
      Most Active
      wrote on last edited by
      #638

      @schneire

      Hier wird es auch nochmal explizit beschrieben

      https://grafana.com/grafana/dashboards/16850-pv-power-ahoy/

      Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

      1 Reply Last reply
      0
      • S schneire

        @crunchip
        Danke dir, aber das File wird als not valid abgewiesen...
        Gruß Reiner

        crunchipC Away
        crunchipC Away
        crunchip
        Forum Testing Most Active Developer
        wrote on last edited by
        #639

        @schneire probier es doch nochmal, hab es neu reingeladen, vllt ein Kopierfehler

        umgestiegen von Proxmox auf Unraid

        S 1 Reply Last reply
        0
        • crunchipC crunchip

          @schneire probier es doch nochmal, hab es neu reingeladen, vllt ein Kopierfehler

          S Offline
          S Offline
          schneire
          wrote on last edited by
          #640

          @crunchip ja war ein Kopierfehler. Aber läuft noch nicht.
          Ich habe nun dein(e) Measurement's gegen meines getauscht wie:

          "measurement": "mqtt.0.inverter.SellHM600.ch0.P_AC",

          aber da fehlt wohl noch was geändert werden muß bei den __Inputs oder ?
          mein bucket ist wo einzutragen ?

          Besten Dank für die Unterstützung

          influxdb2.7, mqtt, Grafana, Raspberry Pi5, Venus-Os m.Raspi3, JK-BMS

          crunchipC 1 Reply Last reply
          0
          • S schneire

            @crunchip ja war ein Kopierfehler. Aber läuft noch nicht.
            Ich habe nun dein(e) Measurement's gegen meines getauscht wie:

            "measurement": "mqtt.0.inverter.SellHM600.ch0.P_AC",

            aber da fehlt wohl noch was geändert werden muß bei den __Inputs oder ?
            mein bucket ist wo einzutragen ?

            Besten Dank für die Unterstützung

            crunchipC Away
            crunchipC Away
            crunchip
            Forum Testing Most Active Developer
            wrote on last edited by
            #641

            @schneire sagte in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

            aber da fehlt wohl noch was geändert werden muß bei den __Inputs oder ?
            mein bucket ist wo einzutragen ?

            was meinst du mit, da fehlt noch was....
            ich verwende keine influxdb2, kann ich dir daher nicht aus dem Stehgreif sagen

            umgestiegen von Proxmox auf Unraid

            S 1 Reply Last reply
            0
            • S schneire

              @knopers1
              Servus , probiere mal die DEV 0.5.5 die läuft seit drei Stunden bei mir;-)
              Gruß Reiner

              K Offline
              K Offline
              knopers1
              wrote on last edited by
              #642

              @schneire said in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

              @knopers1
              Servus , probiere mal die DEV 0.5.5 die läuft seit drei Stunden bei mir;-)
              Gruß Reiner

              Hi, hast Du die dev 0.5.5 über die WebUi mit dem Update Button aktualisiert? Hatte das Problem, dass nach dem Update kein AP vorhanden war und das Teil mit dem Router nicht kommunizieren wollte. Eine neue Installation war fällig.

              HP Microserver Gen8, RPI-4, IoBroker,

              S D 2 Replies Last reply
              0
              • K knopers1

                @schneire said in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

                @knopers1
                Servus , probiere mal die DEV 0.5.5 die läuft seit drei Stunden bei mir;-)
                Gruß Reiner

                Hi, hast Du die dev 0.5.5 über die WebUi mit dem Update Button aktualisiert? Hatte das Problem, dass nach dem Update kein AP vorhanden war und das Teil mit dem Router nicht kommunizieren wollte. Eine neue Installation war fällig.

                S Offline
                S Offline
                schneire
                wrote on last edited by
                #643

                @knopers1 nein , direkt neu installiert über die Entwickerversion.

                influxdb2.7, mqtt, Grafana, Raspberry Pi5, Venus-Os m.Raspi3, JK-BMS

                K 1 Reply Last reply
                0
                • crunchipC crunchip

                  @schneire sagte in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

                  aber da fehlt wohl noch was geändert werden muß bei den __Inputs oder ?
                  mein bucket ist wo einzutragen ?

                  was meinst du mit, da fehlt noch was....
                  ich verwende keine influxdb2, kann ich dir daher nicht aus dem Stehgreif sagen

                  S Offline
                  S Offline
                  schneire
                  wrote on last edited by
                  #644

                  @crunchip
                  ich kann halt nur flux in influxdb2x eintragen und die datasource
                  ist schon meine "Influxdb" und das buket "iobroker":

                  from(bucket: "iobroker")
                  |> range(start: -7d, stop: v.timeRangeStop)
                  |> filter(fn: (r) => r["_measurement"] == "mqtt.0.inverter.total.YieldDay")
                  |> filter(fn: (r) => r["_field"] == "value")
                  |> aggregateWindow(every: 1d, fn: last)

                  Wie komme also mit dem kopierten SQL bzw .json von dir

                  Auf meine DB und bucket ist wohl eher die Frage?

                  influxdb2.7, mqtt, Grafana, Raspberry Pi5, Venus-Os m.Raspi3, JK-BMS

                  1 Reply Last reply
                  0
                  • S schneire

                    @knopers1 nein , direkt neu installiert über die Entwickerversion.

                    K Offline
                    K Offline
                    knopers1
                    wrote on last edited by
                    #645

                    @schneire said in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

                    @knopers1 nein , direkt neu installiert über die Entwickerversion.

                    also nur die .bin auf den ESP32 flashen? Die jetztige 0.5.28 habe ich selbst kompiliert.

                    HP Microserver Gen8, RPI-4, IoBroker,

                    K 1 Reply Last reply
                    0
                    • K knopers1

                      @schneire said in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

                      @knopers1 nein , direkt neu installiert über die Entwickerversion.

                      also nur die .bin auf den ESP32 flashen? Die jetztige 0.5.28 habe ich selbst kompiliert.

                      K Offline
                      K Offline
                      knopers1
                      wrote on last edited by knopers1
                      #646

                      habe soeben die v0.5.5 über die WebUi installiert. Das sieht gut aus... Die Funktion kann ich vorerst nicht testen, da mein WR zur Zeit nicht produziert....
                      Endlich kam jemand auf die Idee das Admin Password einzubauen - 👍
                      Ich kann mein Settings zwar downloaden, jedoch gibt es in der Version immer noch keine Möglichkeit die Einstellungen wiederherrzustellen.

                      HP Microserver Gen8, RPI-4, IoBroker,

                      S joergeliJ 2 Replies Last reply
                      0
                      • K knopers1

                        habe soeben die v0.5.5 über die WebUi installiert. Das sieht gut aus... Die Funktion kann ich vorerst nicht testen, da mein WR zur Zeit nicht produziert....
                        Endlich kam jemand auf die Idee das Admin Password einzubauen - 👍
                        Ich kann mein Settings zwar downloaden, jedoch gibt es in der Version immer noch keine Möglichkeit die Einstellungen wiederherrzustellen.

                        S Offline
                        S Offline
                        schneire
                        wrote on last edited by
                        #647

                        @knopers1 und das ist mega ätzend fürs Testen ... ;-)

                        influxdb2.7, mqtt, Grafana, Raspberry Pi5, Venus-Os m.Raspi3, JK-BMS

                        1 Reply Last reply
                        0
                        • K knopers1

                          habe soeben die v0.5.5 über die WebUi installiert. Das sieht gut aus... Die Funktion kann ich vorerst nicht testen, da mein WR zur Zeit nicht produziert....
                          Endlich kam jemand auf die Idee das Admin Password einzubauen - 👍
                          Ich kann mein Settings zwar downloaden, jedoch gibt es in der Version immer noch keine Möglichkeit die Einstellungen wiederherrzustellen.

                          joergeliJ Online
                          joergeliJ Online
                          joergeli
                          wrote on last edited by
                          #648

                          @knopers1 sagte in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

                          habe soeben die v0.5.5 über die WebUi installiert. Das sieht gut aus... Die Funktion kann ich vorerst nicht testen, da mein WR zur Zeit nicht produziert....
                          Endlich kam jemand auf die Idee das Admin Password einzubauen - 👍
                          Ich kann mein Settings zwar downloaden, jedoch gibt es in der Version immer noch keine Möglichkeit die Einstellungen wiederherrzustellen.

                          Wo finde ich denn die v 0.5.5 ?

                          Hier finde ich als aktuelle nur die v 0.5.47 , oder bin ich irgendwie auf dem falschen Dampfer?

                          K 1 Reply Last reply
                          0
                          • michl75M michl75

                            Hallo, ich habe nun endlich vor ein "Balkonkraftwerk" zu kaufen und in meinem Garten zu stellen. Leider finde ich für den Hoymiles HM-1200 Wechselrichter keine Möglichkeit mir die Daten da rauszuholen.
                            Hat einer von euch so einen?
                            Vielleicht einer ne Idee?
                            Viele Grüße M.

                            H Offline
                            H Offline
                            Hoffmakl1961
                            wrote on last edited by
                            #649

                            @michl75 wahrscheinlich läuft deine Anlage schon lange?

                            Dafür ist eine DTU (Data Tranfer Unit) erforderlich.
                            Die DTU, die Informationen und Daten von Mikrowechselrichtern mit Hilfe von drahtloser 2.4G-Kommunikation erfasst und sie über WLAN-Technologie an das Hoymiles-Überwachungssystem S-Miles Cloud übermittelt.
                            Die DTU wird relativ teuer gehandelt.

                            Es gibt ein AHOY-DTU -Projekt, das ermöglicht das Auslesen der Leistungsdaten der PV-Anlage im eigenen WLAN via mqtt. Eine Leistungsregelung der Solaranlage ist ebenfalls möglich. HW: ca 10€.

                            https://github.com/tbnobody/OpenDTU

                            1 Reply Last reply
                            0
                            • K knopers1

                              @schneire said in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

                              @knopers1
                              Servus , probiere mal die DEV 0.5.5 die läuft seit drei Stunden bei mir;-)
                              Gruß Reiner

                              Hi, hast Du die dev 0.5.5 über die WebUi mit dem Update Button aktualisiert? Hatte das Problem, dass nach dem Update kein AP vorhanden war und das Teil mit dem Router nicht kommunizieren wollte. Eine neue Installation war fällig.

                              D Offline
                              D Offline
                              da_ba_bw
                              wrote on last edited by
                              #650

                              @knopers1 said in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

                              Hi, hast Du die dev 0.5.5 über die WebUi mit dem Update Button aktualisiert? Hatte das Problem, dass nach dem Update kein AP vorhanden war und das Teil mit dem Router nicht kommunizieren wollte. Eine neue Installation war fällig.

                              Das scheint gerade ein Bug zu sein. Ich habe auch mit der 0.5.47 festgestellt dass wenn man sich zum ersten Mal mit dem AP verbindet und den ESP aus irgend einem Grund neustartet ohne das WiFi eingetragen zu haben (oder sich bei dem vertippt hat) dann gibts weder einen AP noch eine WiFi Verbindung. Die serielle Konsole sagt dass ein AP da sein müsste, ist er aber nicht.

                              Getestet mit 4 verschiedenen ESPs.

                              K 1 Reply Last reply
                              0
                              • joergeliJ joergeli

                                @knopers1 sagte in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

                                habe soeben die v0.5.5 über die WebUi installiert. Das sieht gut aus... Die Funktion kann ich vorerst nicht testen, da mein WR zur Zeit nicht produziert....
                                Endlich kam jemand auf die Idee das Admin Password einzubauen - 👍
                                Ich kann mein Settings zwar downloaden, jedoch gibt es in der Version immer noch keine Möglichkeit die Einstellungen wiederherrzustellen.

                                Wo finde ich denn die v 0.5.5 ?

                                Hier finde ich als aktuelle nur die v 0.5.47 , oder bin ich irgendwie auf dem falschen Dampfer?

                                K Offline
                                K Offline
                                knopers1
                                wrote on last edited by
                                #651

                                @joergeli

                                schau doch unter:
                                https://ahoydtu.de/web_install/

                                klick auf "latest Ddevelopment Build" - dort findest du immer die letzte DEV....

                                HP Microserver Gen8, RPI-4, IoBroker,

                                joergeliJ 1 Reply Last reply
                                0
                                • D da_ba_bw

                                  @knopers1 said in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

                                  Hi, hast Du die dev 0.5.5 über die WebUi mit dem Update Button aktualisiert? Hatte das Problem, dass nach dem Update kein AP vorhanden war und das Teil mit dem Router nicht kommunizieren wollte. Eine neue Installation war fällig.

                                  Das scheint gerade ein Bug zu sein. Ich habe auch mit der 0.5.47 festgestellt dass wenn man sich zum ersten Mal mit dem AP verbindet und den ESP aus irgend einem Grund neustartet ohne das WiFi eingetragen zu haben (oder sich bei dem vertippt hat) dann gibts weder einen AP noch eine WiFi Verbindung. Die serielle Konsole sagt dass ein AP da sein müsste, ist er aber nicht.

                                  Getestet mit 4 verschiedenen ESPs.

                                  K Offline
                                  K Offline
                                  knopers1
                                  wrote on last edited by
                                  #652

                                  @da_ba_bw said in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

                                  @knopers1 said in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

                                  Hi, hast Du die dev 0.5.5 über die WebUi mit dem Update Button aktualisiert? Hatte das Problem, dass nach dem Update kein AP vorhanden war und das Teil mit dem Router nicht kommunizieren wollte. Eine neue Installation war fällig.

                                  Das scheint gerade ein Bug zu sein. Ich habe auch mit der 0.5.47 festgestellt dass wenn man sich zum ersten Mal mit dem AP verbindet und den ESP aus irgend einem Grund neustartet ohne das WiFi eingetragen zu haben (oder sich bei dem vertippt hat) dann gibts weder einen AP noch eine WiFi Verbindung. Die serielle Konsole sagt dass ein AP da sein müsste, ist er aber nicht.

                                  Getestet mit 4 verschiedenen ESPs.

                                  nimm die DEV 0.5.5... Ich teste die Version seit gestern, bis dahin keine Probleme erkannt. Ich bin vorerst zufrieden.

                                  HP Microserver Gen8, RPI-4, IoBroker,

                                  K 1 Reply Last reply
                                  0
                                  • K knopers1

                                    @da_ba_bw said in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

                                    @knopers1 said in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

                                    Hi, hast Du die dev 0.5.5 über die WebUi mit dem Update Button aktualisiert? Hatte das Problem, dass nach dem Update kein AP vorhanden war und das Teil mit dem Router nicht kommunizieren wollte. Eine neue Installation war fällig.

                                    Das scheint gerade ein Bug zu sein. Ich habe auch mit der 0.5.47 festgestellt dass wenn man sich zum ersten Mal mit dem AP verbindet und den ESP aus irgend einem Grund neustartet ohne das WiFi eingetragen zu haben (oder sich bei dem vertippt hat) dann gibts weder einen AP noch eine WiFi Verbindung. Die serielle Konsole sagt dass ein AP da sein müsste, ist er aber nicht.

                                    Getestet mit 4 verschiedenen ESPs.

                                    nimm die DEV 0.5.5... Ich teste die Version seit gestern, bis dahin keine Probleme erkannt. Ich bin vorerst zufrieden.

                                    K Offline
                                    K Offline
                                    killroy2
                                    wrote on last edited by
                                    #653

                                    Bei mir ist permanent:
                                    RX success: 0
                                    RX fail: 0
                                    RX no answer: 0
                                    Frames received: 0
                                    TX cnt: 0

                                    Gibt es eine Anleitung die Kommunikation zum WLAN Modul zu debuggen?

                                    haselchenH K E 3 Replies Last reply
                                    0
                                    • K killroy2

                                      Bei mir ist permanent:
                                      RX success: 0
                                      RX fail: 0
                                      RX no answer: 0
                                      Frames received: 0
                                      TX cnt: 0

                                      Gibt es eine Anleitung die Kommunikation zum WLAN Modul zu debuggen?

                                      haselchenH Offline
                                      haselchenH Offline
                                      haselchen
                                      Most Active
                                      wrote on last edited by
                                      #654

                                      @killroy2

                                      Was heisst permanent? Auch am Tag?

                                      Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                                      K 1 Reply Last reply
                                      0
                                      • K killroy2

                                        Bei mir ist permanent:
                                        RX success: 0
                                        RX fail: 0
                                        RX no answer: 0
                                        Frames received: 0
                                        TX cnt: 0

                                        Gibt es eine Anleitung die Kommunikation zum WLAN Modul zu debuggen?

                                        K Offline
                                        K Offline
                                        knopers1
                                        wrote on last edited by
                                        #655

                                        @killroy2
                                        die Verkabelung falsch?
                                        oder unter System Config den: CS,CR oder IRQ falsch zugewiesen?

                                        Macht doch mal ein Bild von der Verkabelung, lasse und genau wissen, was für ein ESP genau du für das Projekt genommen hast, und zeige dein "System Config" aus der WebUI.

                                        Das Teil läuft fürs gewöhnlich bei allem! Du machst etwas falsch!

                                        HP Microserver Gen8, RPI-4, IoBroker,

                                        Ralla66R K 2 Replies Last reply
                                        0
                                        • K knopers1

                                          @killroy2
                                          die Verkabelung falsch?
                                          oder unter System Config den: CS,CR oder IRQ falsch zugewiesen?

                                          Macht doch mal ein Bild von der Verkabelung, lasse und genau wissen, was für ein ESP genau du für das Projekt genommen hast, und zeige dein "System Config" aus der WebUI.

                                          Das Teil läuft fürs gewöhnlich bei allem! Du machst etwas falsch!

                                          Ralla66R Offline
                                          Ralla66R Offline
                                          Ralla66
                                          Most Active
                                          wrote on last edited by
                                          #656

                                          @knopers1 sagte in Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten:

                                          Das Teil läuft fürs gewöhnlich bei allem!

                                          Nö, bei den letzten Versionen ist alles dabei, von fehlenden AP bis Totalabsturz.
                                          Ne Katastrophe diese ewigen Latest.
                                          Ne stable wäre mal nett.

                                          1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          527

                                          Online

                                          32.8k

                                          Users

                                          82.7k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe