Flight777

Members
  • Posts

    16
  • Joined

  • Last visited

About Flight777

  • Birthday 08/26/1991

Converted

  • Gender
    Male
  • Location
    Lienden, The Netherlands

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Flight777's Achievements

Noob

Noob (1/14)

2

Reputation

  1. Good! The official author of the docker image has a knack of silently adding, changing or removing environment variables with each minor release.... Had this problem before, sometimes really annoying haha. I saw this variable did not exist anymore in the official repo, but because you didn't get an error it was just a guess.. So I'll adjust the template now as well to remove it
  2. Did you already try it with the variable removed? If yes, could you make a screenshot of the DSMR Admin menu >>> Datalogger Configuration
  3. Could you remove the DATALOGGER INPUT METHOD: variable entirely and try again?
  4. You are sure /dev/ttyUSB0 is a path that exists for UNRAID itself as well? You can check this by opening your system log. remove USB from your computer and plug it back it. You should then in the log see to which path it gets assigned.
  5. The new postgres template is up and processed by the community plugins app now. So you should be able to find it, look for "Postgres12.5" Regarding your above comment, let me check, that's written a bit confusin indeed. As long as you make sure the DB you create with the Postgres container is the same as you give as parameter to DSMRREADER you are good to go.
  6. You have to add the device itself, that's true, I said that in the description as well, but I can clarify that more This is because I can not make the device parameter optional in Unraid templates, so for people that would not need it the template would otherwise error out. First observation that I now realise, you are trying to use Postgres 10, while only 11 or 12 is supported officially by DSMRReader. I just created a net template for 12.5 which I'm using myself, should be up in the Community Repository within the hour. Please try that one after filling out the user, pass and db for dsmrreader in the parameters. Now second question regarding your smart meter, do you know what type it is and which DSMR version it supports? Because it might be your baudrate needs to be different. The settings in the description are for v5 protocol, but could be yours is older. Could you maybe also attached the log the container is spitting out when you try and start it up (click on the container logo ---> logs)?
  7. Glad it's working, but you should not have to do that manually. The containter variables for Postgress shoukd work... Can you still show me your config of that container, then I can help tto atleast double check
  8. Could you share your postgress template settings? You might not be using the right environment variables 😛 Just to double check.
  9. Hi there, Quite happy user now for about 5-6 months with Unraid, after moving from a Ubuntu server. I do have on teething issue left however which still puzzles me and I hope someone can point me in the right direction for further troubleshooting. Every now and then, the CPU and RAM spike to 100% usage. This normally results in my Home Assistant VM crashing and all Docker containers being unresponsive. After 5-10 minutes it seems to sort itself out and returns to normal. This happens regularly (weekly) but not on very specific intervals. The relevant system specs: - Intel® Core™ i5-4690K CPU @ 3.50GHz - 24GB DDR3 RAM I've attached the diagnostics reports. Anyone could point me to some directions I could look at? Thanks! ls15mainframe-diagnostics-20210307-1129.zip
  10. Hi Banu For Redis, best practice is actually to give every application you want an own Redis instance, so a new Redis container. They have a very light footprint anyway.
  11. Hi Banu, This is not possible in this container, you have to manage the Redis settings via the Barcodebuddy Webui and this does not allow for password entry yet. You can request this feature from the original developer on Github here: https://github.com/Forceu/barcodebuddy However, why would you want to password protect your Redis if you do not expose it to the outside world? Especially for a barcode scanner, which is a secondary function, I would just use Redis for this specific use without a password for now
  12. Hi Bugster, Thanks for reaching out Shadowsocks works over both TCP and UDP so Swag (NGINX) will not be able to direct UDP traffic. There are ways, with the V2ray plugin installed, but I'm not familiar with them, maybe someone else can comment: https://github.com/shadowsocks/v2ray-plugin/issues/188 However, to make Shadowsocks work, you will have to forward the port (TCP and UDP) 8388 (or any other port you set in the "PORT" variables) in your router/firewall to the UNRAID IP., so you can connect via your public IP or domainname. You can then install a client and connect to Shadowsocks with your set details: https://shadowsocks.org/en/download/clients.html Shadowsocks takes care of encrypting the connection, hence the encryption method specified. Here is another good write-up: https://upcloud.com/community/tutorials/install-shadowsocks-libev-socks5-proxy/
  13. Hi all, Being a relative new user to UNRAID, but having worked with docker extensively myself before, I've find that some useful docker applications do not yet have a working UNRAID template in the app store, or there are very outdated versions that do not work anymore without major adjustments. So that's why I've decided to contribute by creating these templates under the "Just Works" branding, and this support thread will still evolve further while I find the time. Similarly to my GITHUB, which is still very basic: https://github.com/Flight777/unraid_justworks_templates List of containers: DSMRREADER (for smart energy meters) - https://github.com/dsmrreader/dsmr-reader Shadowsocks (Lightweight SOCKS5 proxy) - https://shadowsocks.org/en/index.html BarcodeBuddy (Grocy companion app to easily scan products with your phone) - https://github.com/Forceu/barcodebuddy Postgres 12.5 (Alpine) - Feel free to ask away if you need any help setting up one of my templates! Kind regards, Rob
  14. Thanks! Found it finally, made a typo in the REDIS IP that I overlooked multiple times... 🙈 192.68.xx.xx instead of 192.168.xx.xx