× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Displaying texts on LCD Display (ReadyNas 214/204, OS.6.0.xxx)

8ohmh
Guide

Displaying texts on LCD Display (ReadyNas 214/204, OS.6.0.xxx)

Hi everyone!
I made s small shell scripts to display texts on LCD display of ReadyNas 214 or 204, OS 6.xxx. for usage in shells scripts running on RN 214/204 SSH Conn's. Name it as you want.
MSG is the first par, containing text (seems to be usage for all encodings), Duration is in second, UNK is an unknown par and should be always empty...
Example: lcdtext.sh "rsync is finished" 20 ""

#!/bin/bash
MSG="${1}"
DURATION="${2}"
UNK="$3"
if [[ -z "$UNK" ]]; then
UNK=478
fi
/usr/bin/rnutil rn_lcd -s "$MSG" -p 1 -e $DURATION -k $UNK
exit 0
Model: RN204|ReadyNAS204 4-Bay, RN214|4 BAY Desktop ReadyNAS Storage
Message 1 of 4
microchip8
Master

Re: Displaying texts on LCD Display (ReadyNas 214/204, OS.6.0.xxx)

And why are you posting this in the router forum?

Message 2 of 4
8ohmh
Guide

Re: Displaying texts on LCD Display (ReadyNas 214/204, OS.6.0.xxx)

Unfortunately Browser (Firefox) accepted only Netgear Nighthawk Router. I'll try to put it into NAS forum
Message 3 of 4
8ohmh
Guide

Re: Displaying texts on LCD Display (ReadyNas 214/204, OS.6.0.xxx)

if U R admin please move it into correct forum for NAS
Message 4 of 4
Top Contributors
Discussion stats
  • 3 replies
  • 982 views
  • 0 kudos
  • 2 in conversation
Announcements