Zum Hauptinhalt springen

ULANZI TC001 Smart Pixel Clock

Amazon: https://www.amazon.de/gp/product/B0CXX91TY5?ie=UTF8&psc=1

Awtrix 3 flashen: https://blueforcer.github.io/awtrix3/#/flasher
Anleitung: https://www.youtube.com/watch?v=hsc_yUWwcVY


https://www.youtube.com/watch?v=rVEK3mTezA0&t=611s

Ulanzi TC001 Pixeluhr mit Awtrix & Home Assistant

https://www.youtube.com/watch?v=QCulp3bnK40


Awtrix icons

https://developer.lametric.com/icons

"WashMachine" Icon ID: 10898 running
"Washing machine" Icon ID: 10933 ready
"Dishwasher running" Icon ID: 17590 running
"dishwasher" Icon ID: 17545 ready

"Solar Input" Icon ID: 37515
"Hausverbrauch 2" Icon ID: 61179


"chargeVE" Icon ID: 50829

"Alarm" Icon ID: 11226

Test

Topic: awtrix_nr1/custom/test

Payload:

{

  "text": "Langer Text zum Testen der Scrollgeschwindigkeit",

  "icon": 2469,
  "scrollSpeed": 60,

  "Duration": 10

}

Topic: awtrix_nr1/custom/test

Payload:

/leer/



Geschirrspüler läuft

Topic: awtrix_nr1/custom/geschirrspueler

Payload:

{

  "text": "läuft",

  "icon": 17590,
  "scrollSpeed": 60,

  "Duration":15

}


Payload:

{

  "text": "fertig",

  "icon": 17545,

  "scrollSpeed": 60,

  "Duration":15

}



Waschmaschine läuft

Topic: awtrix_nr1/custom/waschmaschine

Payload:

{

  "text": "Waschmaschine läuft",

  "icon": 10898,

  "scrollSpeed": 60,

  "Duration":15
}



Payload:

{

  "text": "fertig",

  "icon": 10933,

  "scrollSpeed": 60,

  "Duration":15

}


Kalender ?

Topic: awtrix_nr1/custom/abfallkalender

Payload:

{
  "text": "Gelbe Tonne",
  "icon": 25974,
  "scrollSpeed": 60,
  "Duration":15
}

{
 "text": "Altpapier",
  "icon": 11448,
 "scrollSpeed": 60,
 "Duration":15
}

{
  "text": "Restmüll",
  "icon": 11500,
  "scrollSpeed": 60,
  "Duration":15
}

Ulanzi Sensor App

awtrix_nr1/custom/solar_energy

//Leistung

{
   "text": "{{ states('sensor.shellypro3em_2cbcbba73e60_total_active_power')}}",
   "icon": "27283",
   "Duration":15
}


awtrix_nr1/custom/solar_gesamt

Leistung insgesamt

{
   "text": "{{ states('sensor.shellypro3em_2cbcbba73e60_total_active_energy')}}",
   "icon": "63962",
  "Duration":15
}



Blueprint: Erzeuge ULANZI Sensor App ??????????? Installieren wie?


Löschen einer benutzerdefinierten App (Anzeige)

To remove a custom app, dispatch an empty payload/body to the associated topic or URL.

{
  "topText": "Hallo",
  "icon": "11226",
   "Duration":15
}

"lifetime": 30   Löscht die App nach 30 Sekunden
 "lifetimeMode": 1 Makiert die App nach Ablauf der30 Sekunden mit rotem Rahmne

Nach oben