weatherist34 wrote: ↑Sat Dec 01, 2018 9:09 am
good morning
not sure if it is a bug or my end but at 1st day of month yesterdays max/min is showing todays data . for example the string [wind0wind-ydmax:--] [wind0wind-ydmaxtime:--] returns todays values. having gone into history tab to edit it shows correct data for 30th Nov however going into livedata tab it shows yesterdays max/min using todays values .
myesterday.png
Brian,
I have not installed the SD card, yet. My Nano, without SD card is reporting correctly.
I really love the work that you guys have put into this.
Quick question: how the change the URL for the webcam to my own cam
Any way to FTP into the Meteobridge Nano SD?
NANO has just an FTP client built in, so you cannot upload to it via FTP. Every Meteobridge can grab a picture from a URL. When your CAM provides a URL in your LAN from where to grab the image you can tell Meteobridge on "Station" tab to do so. Having that, you can define the Meteobridge CAM upload service on "Weather Network" tab. By that the picture is uploaded to the Meteobridge server in the Internet and from there you can access it from around the world.
How to integrate it into the php scripts of HomeWeatherStation would need some code inspection, but should not be too hard.
I have the cam working well on my "normal" Weather Network page. I know which code to change. Question is how can I edit the cam.php file to change is to my cam URL on the NANO SD.
ConligWX wrote: ↑Sun Dec 09, 2018 2:08 pm
ssh to meteobridge
vi /www/PWS/cam.php
or if your main PC is windows based, then use Winscp and notepad++
simple.
When you add this line instead of the default webcam call, you get the image you upload to the Meteobridhe Camera Server when requsting a cam picture on the HWS dashboard:
Thanks for the info, though I run a script on my web server to pull the image from the camera and then add the overlays to it so I have no need to upload to meteobridge too.
admin wrote: ↑Sat Dec 15, 2018 12:37 am
If you are using your own cam.php, please set rights to read-only, otherwise next update on dashboard will overwrite your customized file.
Thanks, does all the PWS get overwritten? settings1.php etc?
yes, when I release a new version of the HWS stack all files will be overwritten (if not blocked by being made RO by root). That is because 95% of users will not give the SD NANO dashboard any individual changes.