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
    6
    1
    226

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    8
    1
    220

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

Photovoltaik - Hoymiles HM-1200 Balkonkraftwerk Daten

Scheduled Pinned Locked Moved ioBroker Allgemein
photovoltaikdatenpunktleistungsmessungsteuerung
885 Posts 70 Posters 273.1k 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.
  • S schneire

    @crunchip: danke dir für die Antwort.

    Mit der AHOY-Vorlage komme ich (noch) nicht zurecht, da ich FLUX.Sprache habe und der geladene code in SQL zu lesen ist:

    SELECT last("value") FROM "iobroker" WHERE ("topic" = '$ahoyTopic/$ahoyInvertername/ch0/P_AC') AND $timeFilter GROUP BY time($__interval)

    bzw. was ist dann für mich einzutragen wenn mein Bucket 'iobroker' heißt und ein Mqtt- Variable bz.
    'mqtt.0.inverter.SellHM600.ch1.P_DC' ?

    Und ja gerne deine Boards, die würden mir sicher weiter helfen.

    Danke Reiner

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

    @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": ""
    }
    

    umgestiegen von Proxmox auf Unraid

    S P 2 Replies Last reply
    0
    • crunchipC crunchip

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

      bin mit den Wochen- und Monatsergebnisse aus den .Day und .Total nicht zufrieden.

      was möchtest du denn und was hast du bereits?
      gibt z.b. schon was fertiges
      https://grafana.com/grafana/dashboards/16850-pv-power-ahoy/

      oder sowas

      071e7493-f8f6-456b-be1e-8a072aa1ee22-image.png c2efb4c9-152a-4b15-ad37-2814d87d169c-image.png

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

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

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

      bin mit den Wochen- und Monatsergebnisse aus den .Day und .Total nicht zufrieden.

      was möchtest du denn und was hast du bereits?
      gibt z.b. schon was fertiges
      https://grafana.com/grafana/dashboards/16850-pv-power-ahoy/

      oder sowas

      071e7493-f8f6-456b-be1e-8a072aa1ee22-image.png c2efb4c9-152a-4b15-ad37-2814d87d169c-image.png

      Hi crunchip,

      kannst Du kurz beschreiben, wie dieses grafana Dashboard auf dem Pi4 installiert wird? Ich würde es gerne testen. Lässt sich die Grafik im VIS darstellen? Gibt es eine Installationsanleitung? LG Lukas

      HP Microserver Gen8, RPI-4, IoBroker,

      1 Reply Last reply
      0
      • crunchipC Away
        crunchipC Away
        crunchip
        Forum Testing Most Active Developer
        wrote on last edited by crunchip
        #635

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

        auf dem Pi4

        in der Regel ja, du brauchst Grafana und eine Datenbank, in den meisten Fällen wird InfluxDB genommen.

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

        Lässt sich die Grafik im VIS darstellen

        ja, man kann das gesamte Dashboard oder auch nur einzelne Panels per iframe in vis einbinden, dazu müssen ein paar Parameter in der Grafana.ini angepasst werden.
        https://forum.iobroker.net/post/380456

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

        Gibt es eine Installationsanleitung

        In der Regel auf auf den jeweiligen Seiten(InfluxDB/Grafana), allerdings kommen die meisten damit nicht so zurecht.
        Es gibt aber hier im Forum mehrere Threads wo es beschrieben wurde.
        z.b. https://forum.iobroker.net/post/758870

        umgestiegen von Proxmox auf Unraid

        1 Reply Last reply
        0
        • K knopers1

          seit heute gibt es die v0.5.49. Jemand die neue Version bereits über den Updatebutton aus der DTU WebUi installiert? Das Update auf die v.0.5.47 lief leider schief, da nach dem Update kein AP aufgebaut worden ist.
          Ich bin zurück auf die v.0.5.28. (habe eine esp32)

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

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

          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:

            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

                                          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

                                          576

                                          Online

                                          32.8k

                                          Users

                                          82.8k

                                          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