Question: Virtual Blynk Zones name #74
Replies: 5 comments
-
Hi @l33d - the Blynk LCD only shows "Zones open" and doesn't specify a zone number, the zone LEDs handle that part. You can set custom names if you change the sketch in the You would need to change: To something like:
This is untested but that's the idea - for each zone that you would like a custom label, have the sketch check if the zone is open and then print a custom label. See the sketch section that updates the zone LEDs for how to check if a particular zone is open. The |
Beta Was this translation helpful? Give feedback.
-
Hi, Big thanks, i try in this week ;) If i understand i must change this
to this
and
? |
Beta Was this translation helpful? Give feedback.
-
That should work, though as I mentioned I haven't actually tested the code. You'll need to create a new section for each zone in that |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks i try and test. |
Beta Was this translation helpful? Give feedback.
-
Hi,
and second
I wanted to add my translation of the pushbullet and virtualblynk sketch, but I do not know how to do it on github. I tried, but something did not work out and did not add it. Last question about virtual blynk. For example, I enter the alarm memory * 3, how can I see what happened? On lcd5500Z I can see text and what can be done. In an ordinary LED manipulator, leds are lit, which inform me what happened, but how can see information about that in virtual blynk? Cheers, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @taligentx
I have a question about zones info. How can i rename zones info on lcd? Something like from this: zone 2 Open to Kitchen Open? Only in blynk or mus change in sketch? How can i do this?
Next question. How can i made a translate the information on the lcd? Can i do this?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions