{"id":980,"date":"2026-01-27T18:28:31","date_gmt":"2026-01-27T17:28:31","guid":{"rendered":"https:\/\/sebabu.landau-software.de\/?p=980"},"modified":"2026-01-27T20:49:06","modified_gmt":"2026-01-27T19:49:06","slug":"awtrix-3-led-display-ws2812b-rgb","status":"publish","type":"post","link":"https:\/\/sebabu.landau-software.de\/?p=980","title":{"rendered":"Awtrix 3 &#8211; LED Display WS2812B RGB"},"content":{"rendered":"\n<p>N\u00fctzliche Links:<\/p>\n\n\n\n<p><a href=\"https:\/\/blueforcer.github.io\/awtrix3\/#\/README\">https:\/\/blueforcer.github.io\/awtrix3\/#\/README<\/a> &#8211; Anleitung f\u00fcr Awtrix<\/p>\n\n\n\n<p><a href=\"https:\/\/developer.lametric.com\/icons\">https:\/\/developer.lametric.com\/icons<\/a> &#8211; Icons f\u00fcr Awtrix<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Helligkeit zur\u00fccksetzen:<\/p>\n\n\n\n<p>Name des Ger\u00e4tes z.B.: awtrix<\/p>\n\n\n\n<p>In Home Assistant \u2192 <strong>Entwicklerwerkzeuge \u2192 Dienste \u2192 <code>mqtt.publish<\/code><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Topic:<\/strong><br><code>awtrix\/settings<\/code><\/li>\n\n\n\n<li><strong>Payload:<\/strong><br><code>{\"ABRI\":false,\"BRI\":100}<\/code><\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<p>Standard APPs per HTML l\u00f6schen.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!doctype html>\n&lt;html lang=\"de\">\n&lt;head>\n  &lt;meta charset=\"utf-8\">\n  &lt;title>AWTRIX Settings&lt;\/title>\n&lt;\/head>\n&lt;body>\n  &lt;button onclick=\"post({WD:false})\">Weather AUS&lt;\/button>\n  &lt;button onclick=\"post({BAT:false})\">Battery AUS&lt;\/button>\n  &lt;button onclick=\"post({TEMP:false, HUM:false})\">Temp\/Hum AUS&lt;\/button>\n  &lt;button onclick=\"post({WD:true, BAT:true, TEMP:true, HUM:true})\">Alles AN&lt;\/button>\n\n  &lt;script>\n    async function post(obj){\n      const res = await fetch(\"http:\/\/192.168.1.95\/api\/settings\", {\n        method: \"POST\",\n        headers: {\"Content-Type\":\"application\/json\"},\n        body: JSON.stringify(obj)\n      });\n      alert(await res.text());\n    }\n  &lt;\/script>\n&lt;\/body>\n&lt;\/html><\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>PV-Total:<\/strong><\/p>\n\n\n\n<p>awtrix\/custom\/PV-Leistung<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>action: mqtt.publish\ndata:\n  topic: awtrix_led\/custom\/Energie-Total\n  evaluate_payload: false\n  payload: |-\n    {\n      \"text\": \"{{ states('sensor.benning_total_energy_produced')|float(0)|round(0)|int }}{{ state_attr('sensor.benning_total_energy_produced','unit_of_measurement') }} \/ {{ states('sensor.container_total_energieabgabe_uber_lebensdauer')|float(0)|round(0)|int }}{{ state_attr('sensor.container_total_energieabgabe_uber_lebensdauer','unit_of_measurement') }}\",\n      \"duration\": 10,\n      \"icon\": \"energy_today\"\n    }<\/code><\/pre>\n\n\n\n<p><strong>PV-Leistung:<\/strong><\/p>\n\n\n\n<p>awtrix\/custom\/PV-Leistung<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>action: mqtt.publish\ndata:\n  topic: awtrix_led\/custom\/PV-Leistung\n  evaluate_payload: false\n  payload: &gt;-\n    {\n      \"text\": \"{{ states('sensor.benning_ac_power') }}{{ state_attr('sensor.benning_ac_power','unit_of_measurement') }}\",\n      \"brightness\": 100,\n      \"duration\": 10,\n      \"icon\": \"Solar_power_white\"\n    }<\/code><\/pre>\n\n\n\n<p><strong>Aussentremperatur:<\/strong><\/p>\n\n\n\n<p>awtrix\/custom\/Aussentemperatur<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"text\": \"{{ states('sensor.th_sensor_outdoor_temperatur') }}{{ state_attr('sensor.th_sensor_outdoor_temperatur','unit_of_measurement') }}\",\n  \"duration\": 10,\n  \"icon\": \"temperature\"\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>N\u00fctzliche Links: https:\/\/blueforcer.github.io\/awtrix3\/#\/README &#8211; Anleitung f\u00fcr Awtrix https:\/\/developer.lametric.com\/icons &#8211; Icons f\u00fcr Awtrix Helligkeit zur\u00fccksetzen: Name des Ger\u00e4tes z.B.: awtrix In Home Assistant \u2192 Entwicklerwerkzeuge \u2192 Dienste \u2192 mqtt.publish Standard APPs per HTML l\u00f6schen. PV-Total: awtrix\/custom\/PV-Leistung PV-Leistung: awtrix\/custom\/PV-Leistung Aussentremperatur: awtrix\/custom\/Aussentemperatur<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[14],"tags":[],"class_list":["post-980","post","type-post","status-publish","format-standard","hentry","category-haussteuerung"],"_links":{"self":[{"href":"https:\/\/sebabu.landau-software.de\/index.php?rest_route=\/wp\/v2\/posts\/980","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sebabu.landau-software.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sebabu.landau-software.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sebabu.landau-software.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sebabu.landau-software.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=980"}],"version-history":[{"count":8,"href":"https:\/\/sebabu.landau-software.de\/index.php?rest_route=\/wp\/v2\/posts\/980\/revisions"}],"predecessor-version":[{"id":992,"href":"https:\/\/sebabu.landau-software.de\/index.php?rest_route=\/wp\/v2\/posts\/980\/revisions\/992"}],"wp:attachment":[{"href":"https:\/\/sebabu.landau-software.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=980"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sebabu.landau-software.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=980"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sebabu.landau-software.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=980"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}