@wint0178 FWIW I run a local wireguard server on a pi (docker image) - works well and simple to set up! - As a bonus you get to all your local lan devices and service securely.
Posts made by skywatch
-
RE: Remote access to MCv2 Dashboard
-
Raspberry Pi 5 announced
Raspberry pi 5 has been unveiled and is now available to pre-order.
-
arduino IDE 2.2.1 available
I just noticed that a new arduino IDE was available and thought you guys and gals might like to know too...
-
RE: Backup Config
@JeeLet said in Backup Config:
1 : the cycles of backup program overwrites the old backups ? or it is incremented ?
Each backup is a full snapshot of MC. Each is written individually. You can choose how many backups you want to keep to save disk space. In the example above it is 8 backups shown in the "Retention count" option.
So if you backup daily you will always have the last 8 days snapshots available. If you backup hourly you will have the last 8 hours available.
Hope that is clear for you!
2 : for the restoration, example.
---- installs new-----
- a new blank installation of myC- copy and create the directory /opt/backups/ with the backup in it, then launch : Settings-->Backup Restore
This restores the entire MC snapshot with all the settings and data preserved.
-
RE: Webcam and MyController
@jkandasa While looking at this it would be nice to be able to overlay basic pan/tilt/zoom controls over the image (or on the page if the video is windowed) - also sensor data like motion sensors too....
I use motioneye for cameras as they are motion triggered and have editable exclude masks for trees etc that constantly trigger in the wind. If you want to test an idea to get motioneye feeds working too I can try it out.
-
RE: miscellaneous question
your issue could be in a number of places but if it helps for the BH1750 sensor I use V_LEVEL and S_LIGHT_LEVEL
MC does not need to know what the units are as you can change this to whatever you want.
-
RE: miscellaneous question
@JeeLet said in miscellaneous question:
So I test and test, I add and remove regularly nodes and gateway, MyC and put to the test, but it holds good
Well, today I had to start over on a clean beach, a clean reinstall, the ghost nodes did not want to leaveafter 2 hours still nothing on the node55 (test reset reboot)
I reloaded the sketch and MyC recognized the 55!I have had 'ghost nodes' in MC ver 1.6.0 - These are nodes showing in the list that do not exist in real life. I am hoping that a new SSD sata to USB adapter has cured this for me. Note I also went from 2 gateways back to one. Even with external power supply there was still an issue on booting with both gateways attached.
If you are testing a lot of things please remember to use the mysensors 'clear eeprom' before reusing a node or gateway, it can cause issues if previous data stored in there (like routing table) are not removed before re-flashing. Maybe you already do this, but is worth mentioning anyway.
-
Merry Christmas and Happy New Year !!!
Just to wish those who celebrate it a Happy Christmas and of course a Happy New Year to you all!
-
Arduino 1.8.19 available
Now available for download on the arduino web site.....
-
PuTTY 0.76 released.
New version of ssh client/server for x64 x86 and arm is now available.
-
RE: MyController 2.0 is ready for testing
@jkandasa I'm in for a new version!!!
-
Arduino version 1.8.15 now available for download
For those who use the IDE on local device and want to be on the latest version - tested with 1 sketch and no issues found.
-
PuTTY 0.75 released.
For those who use PuTTY for SSH access there is a new release at their downloads page.....
-
Arduino version 1.8.14 now available for download
As the title suggests - a new version is now released and so far testing it I have not encountered any issues with it....
-
RE: Forwarding stops working
@jkandasa I don't know if it might be related, but yesterday when rewiring my gateways I entered a condition where the GW was 'up' and showing last message count OK, but no update on any sensor graphs attached to that GW - I wonder if it is an issue between myc and the db as I assume all graph updates come from db?
The cure was to remove power from GW and then restore power. All seems OK after that....
-
RE: Sunrise Sunset
@jkandasa Great stuff - another amazing new feature for V2.0!
-
RE: Sunrise Sunset
@jkandasa Thanks, I understand but was thinking that to make it simple for users in 2.0 an entry in settings with a checkbox for RTC attached and then a 'timer style' option for frequency of update and then say 2 boxes to enter the NTP wervers to try and update from.
This way user only need to get RTC connected and recognised by pi and all the rest is taken care of in MyController....
I also see that GPS time servers are getting cheaper so another option if 'off grid' accurate time is required.
-
RE: Sunrise Sunset
@jkandasa I was thinking more on this, I suppose that without a RTC then it all depends on the accuracy of the 'fake clock' on the pi? I also assume that the pi needs NTP to update the clock at regular intervals to remain accurate.
Maybe in version 2.0 we could add in an option for RTC module (they are cheap) and a menu for users to add regular NTP updates as per their own schedule?
-
Sunrise Sunset
Hi,
Just thinking about it I wonder if this option needs an internet connection to function or if there is a built in table used?