Replies: 2 comments 6 replies
-
|
Hi, Ohne diesen Blog Post genauer gelesen zu haben könnte der dir helfen. |
Beta Was this translation helpful? Give feedback.
-
|
Ja, das Bild eine eine alte Version vom Einsteiger Flow. Hier ein Flow wo Du einfach die ID im Node "Bitmap Animation" nach belieben wechseln kannst [
{
"id": "35ecb3fe.70a82c",
"type": "Core",
"z": "6cea977d.420938",
"name": "Core",
"ip": "192.168.0.137",
"masterTopic": "",
"x": 1470,
"y": 180,
"wires": [
[]
]
},
{
"id": "2ae8103e.2bfa8",
"type": "Alert Screen",
"z": "6cea977d.420938",
"name": "Alert Screen",
"x": 1330,
"y": 180,
"wires": [
[
"35ecb3fe.70a82c"
]
]
},
{
"id": "2ae3a14.25d9d5e",
"type": "inject",
"z": "6cea977d.420938",
"name": "Push",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": "0",
"topic": "",
"payload": "",
"payloadType": "date",
"x": 510,
"y": 180,
"wires": [
[
"a8d0668.e8c4098"
]
]
},
{
"id": "8ad9260b.cf8098",
"type": "Switch Animation",
"z": "6cea977d.420938",
"name": "Switch Animation",
"aktiv": "true",
"animation": "fade",
"x": 1030,
"y": 180,
"wires": [
[
"b3ad9478.01eb48"
]
]
},
{
"id": "b3ad9478.01eb48",
"type": "Text",
"z": "6cea977d.420938",
"name": "Text",
"intextString": "Pixel!!",
"inbigFont": "false",
"inscrollText": "true",
"inscrollTextDelay": "0",
"incenterText": "false",
"inposX": "8",
"inposY": "1",
"incolorR": "255",
"incolorG": "255",
"incolorB": "255",
"x": 1190,
"y": 180,
"wires": [
[
"2ae8103e.2bfa8"
]
]
},
{
"id": "a8d0668.e8c4098",
"type": "Screen Init",
"z": "6cea977d.420938",
"name": "Screen Init",
"inscreenName": "bra",
"induration": "10",
"x": 650,
"y": 180,
"wires": [
[
"b3f96a15.ff4fb8"
]
]
},
{
"id": "b3f96a15.ff4fb8",
"type": "Bitmap Animation",
"z": "6cea977d.420938",
"name": "Bitmap Animation",
"indata": "4",
"inanimationDelay": "100",
"inrubberbanding": "false",
"inlimitLoops": "0",
"x": 830,
"y": 180,
"wires": [
[
"8ad9260b.cf8098"
]
]
}
] |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hallo,
Ich habe mir ebenfalls eine PixelIt gebastelt, funktioniert auch soweit, das heißt ich sehe die Uhr auf der Matrix.
Auf einen Raspberry Pi 4 habe ich Home Assistant und Node-RED installiert und den Einsteiger Flow geladen.
Wenn ich dann allerdings den Flow auf meine PixelIt übertragen will krieg ich die Meldung "Cannot reach the PixelIt via http API".
In dem Button "Core" habe ich die IP Adresse der PixelIt eingegeben (WiFi 192.168.173.xxx). Der Raspi hat die Adresse (Kabel 192.168.1.xxx. Kann dies das Problem sein (verschiedene Adressen) oder muß ich noch irgendwas installieren? Beide Adressen kann ich von meinem Mac anpingen.
Besten Dank im voraus
Guy
Beta Was this translation helpful? Give feedback.
All reactions