{"id":6152,"date":"2025-07-06T21:10:30","date_gmt":"2025-07-06T19:10:30","guid":{"rendered":"https:\/\/www.cfos-emobility.de\/network\/antworten\/tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft\/"},"modified":"2025-07-07T10:11:07","modified_gmt":"2025-07-07T08:11:07","slug":"tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft","status":"publish","type":"cma_thread","link":"https:\/\/www.cfos-emobility.de\/network\/antworten\/tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft\/","title":{"rendered":"Tasmota Smartmeter: Umstellung von Logarex auf SGM. JSON fehlerhaft."},"content":{"rendered":"<p>Hallo zusammen,<\/p>\n<p>ich habe meinen Stromz\u00e4hler \u00fcber einen Hichi IR mit dem Powerbrain verbunden. Bisher funktionierte dies auch ohne Probleme. Wegen eines Defekts muss nun ein Logarex LK13 durch einen efr SGM-C4 ersetzt werden<\/p>\n<p>Meiner Meinung nach sollte mein angepasstes JSON funktionieren.<\/p>\n<p>Leider bekomme ich keine Daten in die Powerbrain.<\/p>\n<p>Hat jemand einen Hinweis was an den Daten falsch ist?<\/p>\n<p>&nbsp;<\/p>\n<p>Datenausgabe Hichi:<\/p>\n<p>&#8222;StatusSNS&#8220;: {<\/p>\n<p>&#8222;Time&#8220;: &#8222;2025-07-06T20:39:36&#8220;,<\/p>\n<p>&#8222;SGM-C4&#8220;: {<\/p>\n<p>&#8222;Power_curr&#8220;: 87,<\/p>\n<p>&#8222;Total_in&#8220;: 14180.24,<\/p>\n<p>&#8222;Total_out&#8220;: 1086.18,<\/p>\n<p>&#8222;Volt&#8220;: 231.4,<\/p>\n<p>&#8222;Current&#8220;: 0.57,<\/p>\n<p>&#8222;Frequency&#8220;: 49.9,<\/p>\n<p>&#8222;Amperage_L1_curr&#8220;: 0.57,<\/p>\n<p>&#8222;Volt_L1_curr&#8220;: 231.4,<\/p>\n<p>&#8222;Amperage_L2_curr&#8220;: 0.46,<\/p>\n<p>&#8222;Volt_L2_curr&#8220;: 231.3,<\/p>\n<p>&#8222;Amperage_L3_curr&#8220;: 0.22,<\/p>\n<p>&#8222;Volt_L3_curr&#8220;: 231.3<\/p>\n<p>}<\/p>\n<p>}<\/p>\n<p>}<\/p>\n<p>&nbsp;<\/p>\n<p>JSON-Datei f\u00fcr das Power Brain:<\/p>\n<pre class=\"cma_snippet_background\">{<br \/>\r\n  &quot;rtype&quot;: 1,<br \/>\r\n  &quot;mtype&quot;: 1,<br \/>\r\n  &quot;name&quot;: &quot;Tasmota Smartmeter HTTP SGM-C4&quot;,<br \/>\r\n  &quot;manufacturer&quot;: &quot;Tasmota&quot;,<br \/>\r\n  &quot;dev_type&quot;: &quot;tasmota_http_json&quot;,<br \/>\r\n  &quot;delay_accumulated&quot;: false,<br \/>\r\n  &quot;type_designation&quot;: {<br \/>\r\n    &quot;address&quot;: &quot;&quot;,<br \/>\r\n    &quot;type&quot;: &quot;string&quot;,<br \/>\r\n    &quot;fixed&quot;: &quot;Smartmeter&quot;<br \/>\r\n  },<br \/>\r\n  &quot;version&quot;: {<br \/>\r\n    &quot;address&quot;: &quot;&quot;,<br \/>\r\n    &quot;type&quot;: &quot;string&quot;,<br \/>\r\n    &quot;fixed&quot;: &quot;1.0&quot;<br \/>\r\n  },<br \/>\r\n  &quot;firmware_version&quot;: {<br \/>\r\n    &quot;address&quot;: &quot;&quot;,<br \/>\r\n    &quot;type&quot;: &quot;string&quot;,<br \/>\r\n    &quot;fixed&quot;: &quot;1.0&quot;<br \/>\r\n  },<br \/>\r\n  &quot;serial&quot;: {<br \/>\r\n    &quot;address&quot;: &quot;&quot;,<br \/>\r\n    &quot;type&quot;: &quot;string&quot;,<br \/>\r\n    &quot;fixed&quot;: &quot;0&quot;<br \/>\r\n  },<br \/>\r\n  &quot;voltage_l1&quot;: {<br \/>\r\n    &quot;address&quot;: &quot;\/cm?cmnd=status%2010&quot;,<br \/>\r\n    &quot;query&quot;: &quot;StatusSNS.SGM-C4.Volt_L1_curr&quot;,<br \/>\r\n    &quot;type&quot;: &quot;float&quot;,<br \/>\r\n    &quot;resolution&quot;: 1<br \/>\r\n  },<br \/>\r\n  &quot;voltage_l2&quot;: {<br \/>\r\n    &quot;address&quot;: &quot;\/cm?cmnd=status%2010&quot;,<br \/>\r\n    &quot;query&quot;: &quot;StatusSNS.SGM-C4.Volt_L2_curr&quot;,<br \/>\r\n    &quot;type&quot;: &quot;float&quot;,<br \/>\r\n    &quot;resolution&quot;: 1<br \/>\r\n  },<br \/>\r\n  &quot;voltage_l3&quot;: {<br \/>\r\n    &quot;address&quot;: &quot;\/cm?cmnd=status%2010&quot;,<br \/>\r\n    &quot;query&quot;: &quot;StatusSNS.SGM-C4.Volt_L3_curr&quot;,<br \/>\r\n    &quot;type&quot;: &quot;float&quot;,<br \/>\r\n    &quot;resolution&quot;: 1<br \/>\r\n  },<br \/>\r\n  &quot;current_l1&quot;: {<br \/>\r\n    &quot;address&quot;: &quot;\/cm?cmnd=status%2010&quot;,<br \/>\r\n    &quot;query&quot;: &quot;StatusSNS.SGM-C4.Amperage_L1_curr&quot;,<br \/>\r\n    &quot;type&quot;: &quot;float&quot;,<br \/>\r\n    &quot;resolution&quot;: 1000<br \/>\r\n  },<br \/>\r\n  &quot;current_l2&quot;: {<br \/>\r\n    &quot;address&quot;: &quot;\/cm?cmnd=status%2010&quot;,<br \/>\r\n    &quot;query&quot;: &quot;StatusSNS.SGM-C4.Amperage_L2_curr&quot;,<br \/>\r\n    &quot;type&quot;: &quot;float&quot;,<br \/>\r\n    &quot;resolution&quot;: 1000<br \/>\r\n  },<br \/>\r\n  &quot;current_l3&quot;: {<br \/>\r\n    &quot;address&quot;: &quot;\/cm?cmnd=status%2010&quot;,<br \/>\r\n    &quot;query&quot;: &quot;StatusSNS.SGM-C4.Amperage_L3_curr&quot;,<br \/>\r\n    &quot;type&quot;: &quot;float&quot;,<br \/>\r\n    &quot;resolution&quot;: 1000<br \/>\r\n  },<br \/>\r\n  &quot;power_w&quot;: {<br \/>\r\n    &quot;address&quot;: &quot;\/cm?cmnd=status%2010&quot;,<br \/>\r\n    &quot;query&quot;: &quot;StatusSNS.SGM-C4.Power_curr&quot;,<br \/>\r\n    &quot;type&quot;: &quot;float&quot;,<br \/>\r\n    &quot;resolution&quot;: 1<br \/>\r\n  },<br \/>\r\n  &quot;import_wh&quot;: {<br \/>\r\n    &quot;address&quot;: &quot;\/cm?cmnd=status%2010&quot;,<br \/>\r\n    &quot;query&quot;: &quot;StatusSNS.SGM-C4.Total_in&quot;,<br \/>\r\n    &quot;type&quot;: &quot;float&quot;,<br \/>\r\n    &quot;resolution&quot;: 1000<br \/>\r\n  },<br \/>\r\n  &quot;export_wh&quot;: {<br \/>\r\n    &quot;address&quot;: &quot;\/cm?cmnd=status%2010&quot;,<br \/>\r\n    &quot;query&quot;: &quot;StatusSNS.SGM-C4.Total_out&quot;,<br \/>\r\n    &quot;type&quot;: &quot;float&quot;,<br \/>\r\n    &quot;resolution&quot;: 1000<br \/>\r\n  }<br \/>\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Hallo zusammen, ich habe meinen Stromz\u00e4hler \u00fcber einen Hichi IR mit dem Powerbrain verbunden. Bisher funktionierte dies auch ohne Probleme. Wegen eines Defekts muss nun ein Logarex LK13 durch einen efr SGM-C4 ersetzt werden Meiner Meinung nach sollte mein angepasstes JSON funktionieren. Leider bekomme ich keine Daten in die Powerbrain. Hat jemand einen Hinweis was [&hellip;]<\/p>\n","protected":false},"author":111,"featured_media":0,"template":"","tags":[],"cma_category":[],"cma_difficulty_level":[],"class_list":["post-6152","cma_thread","type-cma_thread","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tasmota Smartmeter: Umstellung von Logarex auf SGM. JSON fehlerhaft. - cFos eMobility Network<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cfos-emobility.de\/network\/antworten\/tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tasmota Smartmeter: Umstellung von Logarex auf SGM. JSON fehlerhaft. - cFos eMobility Network\" \/>\n<meta property=\"og:description\" content=\"Hallo zusammen, ich habe meinen Stromz\u00e4hler \u00fcber einen Hichi IR mit dem Powerbrain verbunden. Bisher funktionierte dies auch ohne Probleme. Wegen eines Defekts muss nun ein Logarex LK13 durch einen efr SGM-C4 ersetzt werden Meiner Meinung nach sollte mein angepasstes JSON funktionieren. Leider bekomme ich keine Daten in die Powerbrain. Hat jemand einen Hinweis was [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cfos-emobility.de\/network\/antworten\/tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft\/\" \/>\n<meta property=\"og:site_name\" content=\"cFos eMobility Network\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-07T08:11:07+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@cFosEmobility\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"2\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/antworten\\\/tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft\\\/\",\"url\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/antworten\\\/tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft\\\/\",\"name\":\"Tasmota Smartmeter: Umstellung von Logarex auf SGM. JSON fehlerhaft. - cFos eMobility Network\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/#website\"},\"datePublished\":\"2025-07-06T19:10:30+00:00\",\"dateModified\":\"2025-07-07T08:11:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/antworten\\\/tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/antworten\\\/tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/antworten\\\/tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Fragen\",\"item\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/antworten\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Tasmota Smartmeter: Umstellung von Logarex auf SGM. JSON fehlerhaft.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/#website\",\"url\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/\",\"name\":\"cFos eMobility Network\",\"description\":\"Das cFos Power Brain Community Portal\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/#organization\",\"name\":\"cFos eMobility GmbH\",\"url\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/cfos-emobility-logo.jpg\",\"contentUrl\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/cfos-emobility-logo.jpg\",\"width\":221,\"height\":80,\"caption\":\"cFos eMobility GmbH\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cfos-emobility.de\\\/network\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/cFosEmobility\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tasmota Smartmeter: Umstellung von Logarex auf SGM. JSON fehlerhaft. - cFos eMobility Network","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.cfos-emobility.de\/network\/antworten\/tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft\/","og_locale":"de_DE","og_type":"article","og_title":"Tasmota Smartmeter: Umstellung von Logarex auf SGM. JSON fehlerhaft. - cFos eMobility Network","og_description":"Hallo zusammen, ich habe meinen Stromz\u00e4hler \u00fcber einen Hichi IR mit dem Powerbrain verbunden. Bisher funktionierte dies auch ohne Probleme. Wegen eines Defekts muss nun ein Logarex LK13 durch einen efr SGM-C4 ersetzt werden Meiner Meinung nach sollte mein angepasstes JSON funktionieren. Leider bekomme ich keine Daten in die Powerbrain. Hat jemand einen Hinweis was [&hellip;]","og_url":"https:\/\/www.cfos-emobility.de\/network\/antworten\/tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft\/","og_site_name":"cFos eMobility Network","article_modified_time":"2025-07-07T08:11:07+00:00","twitter_card":"summary_large_image","twitter_site":"@cFosEmobility","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.cfos-emobility.de\/network\/antworten\/tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft\/","url":"https:\/\/www.cfos-emobility.de\/network\/antworten\/tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft\/","name":"Tasmota Smartmeter: Umstellung von Logarex auf SGM. JSON fehlerhaft. - cFos eMobility Network","isPartOf":{"@id":"https:\/\/www.cfos-emobility.de\/network\/#website"},"datePublished":"2025-07-06T19:10:30+00:00","dateModified":"2025-07-07T08:11:07+00:00","breadcrumb":{"@id":"https:\/\/www.cfos-emobility.de\/network\/antworten\/tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cfos-emobility.de\/network\/antworten\/tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.cfos-emobility.de\/network\/antworten\/tasmota-smartmeter-umstellung-von-logarex-auf-sgm-json-fehlerhaft\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.cfos-emobility.de\/network\/"},{"@type":"ListItem","position":2,"name":"Fragen","item":"https:\/\/www.cfos-emobility.de\/network\/antworten\/"},{"@type":"ListItem","position":3,"name":"Tasmota Smartmeter: Umstellung von Logarex auf SGM. JSON fehlerhaft."}]},{"@type":"WebSite","@id":"https:\/\/www.cfos-emobility.de\/network\/#website","url":"https:\/\/www.cfos-emobility.de\/network\/","name":"cFos eMobility Network","description":"Das cFos Power Brain Community Portal","publisher":{"@id":"https:\/\/www.cfos-emobility.de\/network\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cfos-emobility.de\/network\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/www.cfos-emobility.de\/network\/#organization","name":"cFos eMobility GmbH","url":"https:\/\/www.cfos-emobility.de\/network\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.cfos-emobility.de\/network\/#\/schema\/logo\/image\/","url":"https:\/\/www.cfos-emobility.de\/network\/wp-content\/uploads\/2021\/12\/cfos-emobility-logo.jpg","contentUrl":"https:\/\/www.cfos-emobility.de\/network\/wp-content\/uploads\/2021\/12\/cfos-emobility-logo.jpg","width":221,"height":80,"caption":"cFos eMobility GmbH"},"image":{"@id":"https:\/\/www.cfos-emobility.de\/network\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/cFosEmobility"]}]}},"_links":{"self":[{"href":"https:\/\/www.cfos-emobility.de\/network\/wp-json\/wp\/v2\/cma_thread\/6152","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cfos-emobility.de\/network\/wp-json\/wp\/v2\/cma_thread"}],"about":[{"href":"https:\/\/www.cfos-emobility.de\/network\/wp-json\/wp\/v2\/types\/cma_thread"}],"author":[{"embeddable":true,"href":"https:\/\/www.cfos-emobility.de\/network\/wp-json\/wp\/v2\/users\/111"}],"wp:attachment":[{"href":"https:\/\/www.cfos-emobility.de\/network\/wp-json\/wp\/v2\/media?parent=6152"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cfos-emobility.de\/network\/wp-json\/wp\/v2\/tags?post=6152"},{"taxonomy":"cma_category","embeddable":true,"href":"https:\/\/www.cfos-emobility.de\/network\/wp-json\/wp\/v2\/cma_category?post=6152"},{"taxonomy":"cma_difficulty_level","embeddable":true,"href":"https:\/\/www.cfos-emobility.de\/network\/wp-json\/wp\/v2\/cma_difficulty_level?post=6152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}