Installation & Configuration de Wview
sur un Raspberry PI
Temps d'installation entre 50 et 90 minutes.
ETAPE 0 - download Raspbian (armhf)
Downloader ce torrent ou utilisez le lien direct suivant download et placé le sur une SDCARD d'au minimum 2 Go
ETAPE 1 - Placer les repositories
$ sudo nano /etc/apt/sources.list ou $ sudo vi /etc/apt/sources.list
|
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
|
$ sudo apt-get update
|
ETAPE 2 - installation
Maintenant, vous pouvez soit utiliser un script d'installation ou faire une installation "manuelle"
Maintenant, vous pouvez soit utiliser un script d'installation ou faire une installation "manuelle"
Méthode avec le script d'installation ( méthode recommandée )
|
$ wget http://goo.gl/yiaz0 -O wview-install-raspbian.sh
$ chmod +x wview-install-raspbian.sh ; ./wview-install-raspbian.sh
|
Méthode "manuelle"
|
$ sudo apt-get install --yes build-essential zlib1g-dev libpng12-dev libreadline-dev gawk libsqlite3-dev sqlite3 libgd2-xpm libgd2-xpm-dev libssl-dev sendmail sendemail libcurl4-openssl-dev libusb-1.0-0 libusb-1.0-0-dev apache2 php5 php5-sqlite libapache2-mod-php5 ntp tnftp wget
$ wget http://downloads.sourceforge.net/radlib/radlib-2.12.0.tar.gz
$ tar zxvf radlib-2.12.0.tar.gz
$ cd radlib-2.12.0
$ ./configure --enable-sqlite --prefix=/ --bindir=/usr/bin --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib
$ sudo make install
$ cd ..
$ wget http://downloads.sourceforge.net/wview/wview-5.20.2.tar.gz
$ tar zxvf wview-5.20.2.tar.gz
$ cd wview-5.20.2
$ ./configure --prefix=/ --bindir=/usr/bin --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib
$ sudo make install
$ cd ..
$ sudo wget http://goo.gl/H13iS -O /etc/init.d/wview
$ sudo chmod +x /etc/init.d/wview
$ sudo update-rc.d wview defaults 99
$ sudo ln -s /var/lib/wview/img/ /var/www/weather
$ sudo ln -s /var/lib/wviewmgmt/ /var/www/wviewmgmt
|
Si tout c'est bien passé, il faut maintenant configurer votre station météo |
$ wviewconfig ou http://your_raspi_ip/wviewmgmt (via votre navigateur préféré) |
Vérification de votre configuration |
$ wviewhtmlconfig |
ATTENTION !! Avant de démarrer votre site WEB |
$ sudo /etc/init.d/wview stop ; sudo rm /var/lib/wview/*.pid
$ sudo wviewcleardata |
ETAPE 3 - un petit nettoyage
Effacement des fichiers inutiles |
$ sudo rm -r radlib* ; sudo rm -r wview*
$ sudo apt-get clean
|
Etape 4 - Quelques réglages nécessaires :
Ajouter l'utilisateur http au groupe sudo |
$ sudo adduser www-data sudo |
Modifier /etc/sudoers pour autoriser le contrôle "START/STOP" |
$ sudo visudo ( Ajouter les lignes suivantes à la fin du fichier)
Cmnd_Alias WVIEW = /etc/init.d/wview
www-data ALL= NOPASSWD: WVIEW
|
ETAPE 5 - Configuration de wview
PREREQUIS :
- Avoir les coordonnées Longitude/Latitude de la station météo
- Avoir l'altitude en pieds ( via par exemple le site http://www.le-convertisseur.com/convertisseur-distances.html)
- Connaître le type de station Météo et comment elle se connecte (USB, RESEAU, ...)
- Générer un password MD5 ( via par exemple le site http://www.cryptage-md5.com/)
- PRENDRE ATTENTION AUX PARAMETRES CI-DESSOUS EN ROUGE
- LES PARAMETRES EN BLEU SONT DONNES A TITRE D'EXEMPLE
- LES PARAMETRES EN VERT SONT A RETENIR (DESTINATION DES FICHIERS)
wviewconfig |
root@raspberrypi:~# wviewconfig ################################################################################ !!!!!!!!!!!!!!!! READ THIS BEFORE PROCEEDING !!!!!!!!!!!!!!!! --> System Configuration for wview --> Values in parenthesis are your existing values (if they exist) or defaults - they will be used if you just hit enter at the prompt... --> Note: This script will save the existing wview-conf.sdb file to /etc/wview/wview-conf.old before writing the new file based on your answers here - if that is not what you want, hit CTRL-C now to abort this script! ################################################################################ pausing 3 seconds ... ------------------------------------------------------------- Run template generator to generate web/other files from templates? PARAMETER: ENABLE_HTMLGEN (yes): ------------------------------------------------------------- Run Alarm daemon to provide alarm script/client support? PARAMETER: ENABLE_ALARMS (no): ------------------------------------------------------------- Run CWOP daemon to report station data to CWOP? PARAMETER: ENABLE_CWOP (no): ------------------------------------------------------------- Run HTTP daemon to report station data to Weather Underground/Weather For You? PARAMETER: ENABLE_HTTP (no): ------------------------------------------------------------- Run FTP daemon to transfer web site/generated files to a remote server? PARAMETER: ENABLE_FTP (no): ------------------------------------------------------------- Run SSH daemon to transfer web site/generated files to a remote server? PARAMETER: ENABLE_SSH (no): ------------------------------------------------------------- Run process monitor daemon to restart failed/hung daemons? PARAMETER: ENABLE_PROCMON (yes): ------------------------------------------------------------- Station type - one of Simulator, Virtual, VantagePro, WXT510, TWI, WS-2300, WMR918, WMRUSB, WH1080, TE923: PARAMETER: STATION_TYPE (WMRUSB): ------------------------------------------------------------- Physical interface to the weather station - one of serial or ethernet (usb is considered serial): PARAMETER: STATION_INTERFACE (serial): ------------------------------------------------------------- Weather station serial device (/dev/ttyS0, /dev/ttyUSB0, etc.): PARAMETER: STATION_DEV (/dev/ttyUSB0): ------------------------------------------------------------- Hostname or IP address (ethernet only): PARAMETER: STATION_HOST (10.10.10.10): ------------------------------------------------------------- Host TCP port to the weather station (ethernet only): PARAMETER: STATION_PORT (22222): ------------------------------------------------------------- Enable WeatherlinkIP interface: PARAMETER: STATION_WLIP (no): ------------------------------------------------------------- Retrieve archive records from console (if no, they will be autogenerated): PARAMETER: STATION_RETRIEVE_ARCHIVE (yes): ------------------------------------------------------------- Toggle DTR line during serial initialization: PARAMETER: STATION_DTR (yes): ------------------------------------------------------------- Station rain season start month (1 - 12): PARAMETER: STATION_RAIN_SEASON_START (1): ------------------------------------------------------------- Station rain storm start trigger (rainfall rate in inches/hour): PARAMETER: STATION_RAIN_STORM_TRIGGER_START (0.05): ------------------------------------------------------------- Station rain storm stop time (hours without any rainfall which will end the storm): PARAMETER: STATION_RAIN_STORM_IDLE_STOP (12): ------------------------------------------------------------- Station rain Year-To-Date preset (to include rain not in archive records) (x.yy inches): PARAMETER: STATION_RAIN_YTD (0): ------------------------------------------------------------- Station ET Year-To-Date preset (to include ET not in archive records) (x.yyy inches, 0 disables): PARAMETER: STATION_ET_YTD (0): ------------------------------------------------------------- Station rain/ET preset year (rain season start year that presets should apply to) (2000-present year, 0 disables): PARAMETER: STATION_RAIN_ET_YTD_YEAR (0): ------------------------------------------------------------- Weather station elevation (feet above sea level): PARAMETER: STATION_ELEVATION (751): 524.96 ------------------------------------------------------------- Weather station latitude (decimal degrees, NORTH is positive - SOUTH is negative): PARAMETER: STATION_LATITUDE (33.6): 50.5 ------------------------------------------------------------- Weather station longitude (decimal degrees, EAST is positive - WEST is negative): PARAMETER: STATION_LONGITUDE (-96.9): 4.1 ------------------------------------------------------------- Weather data archive interval (minutes, one of 5, 10, 15, 30): PARAMETER: STATION_ARCHIVE_INTERVAL (5): ------------------------------------------------------------- Weather station sensor poll interval (seconds) - should be divisor of 60: PARAMETER: STATION_POLL_INTERVAL (30): ------------------------------------------------------------- Current conditions data push interval (seconds) - for wvalarmd and possibly others: PARAMETER: STATION_PUSH_INTERVAL (60): ------------------------------------------------------------- Daemon Verbose Log Mask: 00000001 - wviewd,00000010 - htmlgend,00000100 - wvalarmd,00001000 - wviewftpd,00010000 - wviewsshd,00100000 - wvcwopd,01000000 - wvhttpd: PARAMETER: STATION_VERBOSE_MSGS (00000011): ------------------------------------------------------------- Generate RX check data (populate rxCheck.png chart, VP only)? PARAMETER: STATION_DO_RCHECK (no): ------------------------------------------------------------- Station Name: PARAMETER: HTMLGEN_STATION_NAME (changeme): BEL_LEROEULX ------------------------------------------------------------- Station City: PARAMETER: HTMLGEN_STATION_CITY (changeme): LE ROEULX ------------------------------------------------------------- Station State: PARAMETER: HTMLGEN_STATION_STATE (changeme): BELGIUM ------------------------------------------------------------- Show interface details: PARAMETER: HTMLGEN_STATION_SHOW_IF (yes): ------------------------------------------------------------- Where to store generated html and graphics files: PARAMETER: HTMLGEN_IMAGE_PATH (/usr/local/var/wview/img): ------------------------------------------------------------- Where to find HTML template files: PARAMETER: HTMLGEN_HTML_PATH (/usr/local/etc/wview/html): ------------------------------------------------------------- Generation start offset (0-4) in minutes: PARAMETER: HTMLGEN_START_OFFSET (0): ------------------------------------------------------------- How often to generate (refresh interval for your site data) in minutes: PARAMETER: HTMLGEN_GENERATE_INTERVAL (1): ------------------------------------------------------------- Enable metric conversion/units? PARAMETER: HTMLGEN_METRIC_UNITS (no): yes ------------------------------------------------------------- If metric, use mm for rain instead of cm? PARAMETER: HTMLGEN_METRIC_USE_RAIN_MM (yes): ------------------------------------------------------------- Default Wind Units: PARAMETER: HTMLGEN_WIND_UNITS (mph): kph ------------------------------------------------------------- Display both metric and non-metric units on images? PARAMETER: HTMLGEN_DUAL_UNITS (yes): ------------------------------------------------------------- Store/process extended sensor values? PARAMETER: HTMLGEN_EXTENDED_DATA (no): ------------------------------------------------------------- How many daily archive record browser files to keep (-1 disables archive files, 0 indicates keep all, otherwise days to keep): PARAMETER: HTMLGEN_ARCHIVE_BROWSER_FILES_TO_KEEP (-1): ------------------------------------------------------------- Moon 'increasing' text: PARAMETER: HTMLGEN_MPHASE_INCREASE (Waxing): Croissante ------------------------------------------------------------- Moon 'decreasing' text: PARAMETER: HTMLGEN_MPHASE_DECREASE (Waning): Decroissante ------------------------------------------------------------- Moon 'full' text: PARAMETER: HTMLGEN_MPHASE_FULL (Full): Pleine ------------------------------------------------------------- Local Radar Image URL (no spaces): PARAMETER: HTMLGEN_LOCAL_RADAR_URL (http://www.srh.noaa.gov/radar/images/DS.p19r0/SI.kfws/latest.gif): http://www.buienradar.be/image/ ------------------------------------------------------------- Local Forecast URL (no spaces): PARAMETER: HTMLGEN_LOCAL_FORECAST_URL (http://www.wunderground.com/cgi-bin/findweather/getForecast?query=76233): http://belgique.lachainemeteo.com/meteo-belgique/ville/previsions-meteo-le-roeulx-88566-0.php ------------------------------------------------------------- Date Format - see 'man strftime' for allowable formats; %D - US format mm/dd/yy, %d/%m/%Y - dd/mm/yyyy, %x - locale's preferred date representation: PARAMETER: HTMLGEN_DATE_FORMAT (%x): ------------------------------------------------------------- Barometer calibration multiplier: PARAMETER: CAL_MULT_BAROMETER (1.0): ------------------------------------------------------------- Barometer calibration constant: PARAMETER: CAL_CONST_BAROMETER (0.0): ------------------------------------------------------------- Station Pressure calibration multiplier: PARAMETER: CAL_MULT_PRESSURE (1.0): ------------------------------------------------------------- Station Pressure calibration constant: PARAMETER: CAL_CONST_PRESSURE (0.0): ------------------------------------------------------------- Altimeter calibration multiplier: PARAMETER: CAL_MULT_ALTIMETER (1.0): ------------------------------------------------------------- Altimeter calibration constant: PARAMETER: CAL_CONST_ALTIMETER (0.0): ------------------------------------------------------------- Inside Temp calibration multiplier: PARAMETER: CAL_MULT_INTEMP (1.0): ------------------------------------------------------------- Inside Temp calibration constant: PARAMETER: CAL_CONST_INTEMP (0.0): ------------------------------------------------------------- Outside Temp calibration multiplier: PARAMETER: CAL_MULT_OUTTEMP (1.0): ------------------------------------------------------------- Outside Temp calibration constant: PARAMETER: CAL_CONST_OUTTEMP (0.0): ------------------------------------------------------------- Inside Humidity calibration multiplier: PARAMETER: CAL_MULT_INHUMIDITY (1.0): ------------------------------------------------------------- Inside Humidity calibration constant: PARAMETER: CAL_CONST_INHUMIDITY (0.0): ------------------------------------------------------------- Outside Humidity calibration multiplier: PARAMETER: CAL_MULT_OUTHUMIDITY (1.0): ------------------------------------------------------------- Outside Humidity calibration constant: PARAMETER: CAL_CONST_OUTHUMIDITY (0.0): ------------------------------------------------------------- Wind Speed calibration multiplier: PARAMETER: CAL_MULT_WINDSPEED (1.0): ------------------------------------------------------------- Wind Speed calibration constant: PARAMETER: CAL_CONST_WINDSPEED (0.0): ------------------------------------------------------------- Wind Direction calibration multiplier: PARAMETER: CAL_MULT_WINDDIR (1.0): ------------------------------------------------------------- Wind Direction calibration constant: PARAMETER: CAL_CONST_WINDDIR (0.0): ------------------------------------------------------------- Rain calibration multiplier: PARAMETER: CAL_MULT_RAIN (1.0): ------------------------------------------------------------- Rain calibration constant: PARAMETER: CAL_CONST_RAIN (0.0): ------------------------------------------------------------- Rain Rate calibration multiplier: PARAMETER: CAL_MULT_RAINRATE (1.0): ------------------------------------------------------------- Rain Rate calibration constant: PARAMETER: CAL_CONST_RAINRATE (0.0): ------------------------------------------------------------- Seconds to wait before restarting a non-responsive process (0 disables): PARAMETER: PROCMON_wviewd (0): ------------------------------------------------------------- Seconds to wait before restarting a non-responsive process (0 disables): PARAMETER: PROCMON_htmlgend (0): ------------------------------------------------------------- Seconds to wait before restarting a non-responsive process (0 disables): PARAMETER: PROCMON_wvalarmd (120): ------------------------------------------------------------- Seconds to wait before restarting a non-responsive process (0 disables): PARAMETER: PROCMON_wvcwopd (120): ------------------------------------------------------------- Seconds to wait before restarting a non-responsive process (0 disables): PARAMETER: PROCMON_wvhttpd (120): ------------------------------------------------------------- Destination address for email alerts: PARAMETER: EMAIL_ADDRESS (address@server.com): admin@leroeulxmeteo.no-ip.org ------------------------------------------------------------- From address for email alerts: PARAMETER: FROM_EMAIL_ADDRESS (from_address@other_server.com): admin@leroeulxmeteo.no-ip.org ------------------------------------------------------------- Send system alert emails? PARAMETER: ENABLE_EMAIL_ALERTS (no): ------------------------------------------------------------- Send a test email? PARAMETER: SEND_TEST_EMAIL (no): ------------------------------------------------------------- Admin Password (md5): PARAMETER: ADMIN_PASSWORD (71d6e40c9cdxxxxxxxxx9c214598f6): 71d6e40c9cdxxxxxxxxx9c214598f6 ################################################################################ --> wview Configuration Complete! --> Now run wviewhtmlconfig to select your site skin. ################################################################################ root@raspberrypi:~# |
ETAPE 6 : Configuration du style du site
wviewhtmlconfig |
root@raspberrypi:~# wviewhtmlconfig ################################################################################ !!!!!!!!!!!!!!!! READ THIS BEFORE PROCEEDING !!!!!!!!!!!!!!!! --> HTML Template Configuration for wview --> Note: This script will save existing templates to /etc/wview/html-YYYYMMDD.HHmmSS before writing the new files based on your answers here - if that is not what you want, hit CTRL-C now to abort this script! ################################################################################ pausing 5 seconds ..... --------------------------------------------------------------------------- Which template skin do you want to use for your site? wview site skins currently supported: classic - default wview skin chrome - classic with a chrome effect exfoliation - a clean implementation by Matthew Wall (chrome): Site skin chrome selected... With NO extended data graphics. With metric units. Saving old HTML directory to html-20130904.220235 ... ...done. Saving old config files... ... done. cp: target `/usr/local/var/wview/img' is not a directory HTML setup complete: you may now customize template files in /etc/wview/html |
ETAPE 7 - Les fichiers "template .htx" pour avoir votre site complètement en Français:
( fichier se trouvant sur une connection personnelle, et sur mon instance wview soyez donc patient )
$ sudo wget http://leroeulxmeteo.no-ip.org/download/htx_FRENCH.tar.gz
$ tar -xzv htx_FRENCH.tar.gz -C /etc/wview/html
ETAPE X - Mise à jour:
sudo apt-get update && sudo apt-get install raspi-config libraspberrypi*
EXEMPLE EN FRANCAIS :
http://leroeulxmeteo.no-ip.org
Source & Traduction de : https://docs.google.com/document/d/1HRJyqlyyQM84JW2t04f3XcNQT-P3KT53uo5pVQuwhVo/edit
Si vous désirez utiliser l'icone changée Raspi WVIEW :
$ sudo wget https://dl.dropbox.com/u/2427470/raspberry/wview/wview-100x100.png -O /var/lib/wviewmgmt/wview-100x100.png
Merci pour ce beau tuto !
RépondreSupprimerLa traduction est elle dispo ?
Oui, elle est dispo maintenant, une petite erreur de répertoire :
RépondreSupprimerhttp://leroeulxmeteo.no-ip.org/download/htx_FRENCH.tar.gz
Merci beaucoup :D
RépondreSupprimerEuh, j'ai une erreur 404 not found :s
RépondreSupprimerCa fonctionne maintenant, désolé.
RépondreSupprimerSuper, merci j'ai téléchargé le fichier :D
RépondreSupprimerJe suis encore un peu embetant mais je débute :
en faisant la commande :$ tar -xzv htx_FRENCH.tar.gz /etc/wview/html
rien ne se passe... meme en ajoutant le sudo...
Bonjour,
RépondreSupprimerMoi aussi en faisant la commande tar -xzv htx_FRENCH.tar.gz /etc/wview/html rien ne se passe. Pouvez vous me dire comment faire ?
Merci
Vincent
Bonjour et merci pour le tuto, très utile.
RépondreSupprimerJ'ai moi aussi le probleme de l'installation des fichiers de traduction. La commande Tar reste muette et le Pi est bloqué...
Salut,
RépondreSupprimerJe souhaite utiliser la traduction de wview, mais manifestement le fichier htx_FRENCH.tar.gz n'est plus accessible (404). Est-il possible de le re-uploader ?
Merci d'avance.
Eric, le fichier est à nouveau à disposition, peux-tu réessayer en utilisateur root.
RépondreSupprimerJiembe, le fichier htx_FRENCH.tar.gz est à nouveau disponible.
Pour les personnes ayant des problèmes lors de la décompression de l'archive, veuillez utiliser la commande $ tar -xzv htx_FRENCH.tar.gz -C /etc/wview/html
RépondreSupprimerPS : le -C s'était perdu dans le copier/coller, désolé. ==> la procédure à été mise à jour
Salut.
SupprimerJ'ai le problème malgré ce que tu as écrit.
avec tar -xzv htx_FRENCH.tar.gz -C /etc/wview/html
La console ne réagit pas.
Une idée du problème?
J'ai réussi à le faire en détournant le problème.
Supprimermkdir htm
tar -xvf htx_FRENCH.tar.gz ./htm
cp ./htm/*.* /etc/wview/html/
Ceci dit, je me suis rendu compte que le tableau était vachement trop large. Et l’almanach est carrément parti en confettis. La page n'est pas affiché correctement. En fait il n'y a rien à voir avec l'original.
Je suis repassé à la version originale du template.
Pas grave dans la mesure où je n'ai besoin que du fichier.formateddata.txt pour l'utiliser depuis un autre serveur que lira les données, puis qui les transformera en TTS. Ainsi sur mon serveur VoIP j'aurai la météo locale sur mon téléphone.
Peut-être n'étais-tu pas en root pour faire le tar -xvf ?
SupprimerOui les textes sont beaucoup plus longs en français qu'en anglais, et les pages doivent être adaptées.
C'est bon ça marche, merci beaucoup,
RépondreSupprimerBonjour.
RépondreSupprimerBon tuto.
A part que je galère un peu pour connecter la station WMR88 en USB.
Visiblement, le port est /dev/ttyAMA0
Mais je ne sais pas si je charge des données de la station.
j'accède bien à la page de gestion, mais pas de page web de ma météo locale.
du moins dans http://localhost/ rien.
bonjour, as tu configuré ton serveur web (apache) afin d'accéder aux pages générées par wview ? Créer un Alias est le plus simple
RépondreSupprimerNon, je rien fait de tel.
RépondreSupprimerJ'ai eu déjà l'occasion de faire un test sur une serveur sous Centos il y a quelques mois.
Mais je ne souviens pas avoir fait quoi que ce soit sur apache.
En fait, j'ai des données dans http://...../weather/ mais aucun index.php, mais jes des fichiers png qui correspondent à des données de la station météo.
RépondreSupprimerIl ne manque pas un truc pour du genre, copier des fichiers d'un répertoire vers /var/www/ ?
Regardes si tu as bien le lien symbolique :
RépondreSupprimer$ sudo ln -s /var/lib/wview/img/ /var/www/weather
Et après effectues un reboot du Raspberry, j'ai aussi ce bug, quand je crée des nouvelles pages, elles ne sont pas générées même avec un stop/start de wview mais seulement après un reboot.
Si non, les traces sont dans normalement dans /var/log/messages pour voir si il y a des erreurs.
C'est bon ça fonctionne.
RépondreSupprimerProblème de cible sur les template et source html.
Merci de ton aide
Bonjour,
RépondreSupprimerJ'ai suivi l'ensemble de l'install qui et d'ailleurs bien fait, par contre j'ai un souci pour la traduction en français pas moyen de l'avoir ?
Pouvez vous faire quelque chose a se niveau là ...
Merci
Bob
Bonjour à tous. Je galère pour récupérer les données de ma WRM200. En fait les services sont démarrés mais j'ai une erreur sur la génération des html : message : htlmgrInit failed!
RépondreSupprimerMerci pour votre aide et bravo pour votre boulot !
Bonjour, bravo pour ce travail. Je n'arrive pas à récupérer la traduction. Faut-il que Wview soit arrêté pour la récupérer et l'installer? Peut-on la récupérer sous Windows et la transférer après? Merci pour les réponses, je suis un grand débutant en Linux et Raspberry.
RépondreSupprimerBonjour, merci pour ce tuto qui ma permis d'installer ma station oregon (88) de partager mes données sur http://www.wunderground.com/personal-weather-station/dashboard?ID=IPOITOUC30#history tout en économisant sur l'éléctricité, mais j'ai 2 probèmes :
RépondreSupprimerle 1er c'est que je n'est pas accès depuis un ordi sur mon réseau a index.html (/etc/wview/html/index.html j'ai accès seulement à //monraspberry/wviewmgmt/*.*
le 2ème, le cwop envois des trames vide y a t-il un autre logiciel pour envoyer du cwop avec un mot de passe sur un serveur de son choix Merci pour vaut réponses future
quand je vais surhttp://your_raspi_ip/wviewmgmt
RépondreSupprimerCe site est inaccessible
Impossible de trouver l'adresse DNS du serveur your_raspi_ip.
Effectuez une recherche Google sur your raspi wview mgmt.
ERR_NAME_NOT_RESOLVED
merci de m'aider
existe t-il autrement un autre site pour ma wrm200 ?
Supprimerexiste t-il autrement un autre site pour ma wrm200 ?
Supprimermerci
SupprimerGreetings!
RépondreSupprimer