Jokerigno

Members
  • Posts

    180
  • Joined

  • Last visited

Everything posted by Jokerigno

  1. HI all, I've setup this docker and wanted to use it as my default solution. I shared nextcloud folder to simply import photos but the in digikam the option to add images from a folder is greyed out. Can some one please help me to understand how to change it? TY in advance
  2. What? Can you please point us to the new simplest solution? TY! In the meatime I share my customized solution. I had to use NC installing netcat-openbsd-1.105 from Nerd Pack in order to be able to test a web server on a specific port. My script is this now: #!/bin/bash printf "%s" "waiting for ZoneMinder ..." # Change IP to match an address controlled by ZoneMinder. # I recommend ZoneMinder internal gateway or some address guaranteed to be up when ZoneMinder is finished loading. # I don't use external IP's because I want my internal network and appliances to be fully available # whether the internet is actually connected or not. while ! nc -vz 192.168.2.100 8088 &> /dev/null do printf "%c" "." done printf "\n%s\n" "ZoneMinder is back online" sleep 10 virsh start Hass.io # Insert optional delay to stagger VM starts #sleep 30 #virsh start VMName2 I use it to start my Home Assistant VM after basics dockers are online (MQTT, DECONZ, MARIADB and ZONEMINDER)
  3. sorry to jump in the conversation but how you create videos ? My alarm only generate multiple jpg. I need to manual export via webui to create a video file. Thank you in advance!
  4. So also external mysql support are gone too?
  5. Can I ask you for pure curiosity what you do with your scripts triggered in HA?
  6. Sorry but I think I'm not understanding. I've created a file 99-mysql.conf and put it in appdata/conf/ folder. The content of this file it's just this I leaved the default values in zm.default (but I've tried also commenting them) At boot it doesn't work: This is the error log: The only solution is commenting 99-mysql.conf. BTW I have another feedback. I tried to enable MQTT so I changed this in zmeventnotification.ini # Use MQTT for messaging (default: no) [mqtt] enable = yes # Allow you to set a custom MQTT topic name # default: zoneminder #topic = my topic name # MQTT server (default: 127.0.0.1) server = 192.168.2.100 # Authenticate to MQTT server as user # username = !MQTT_USERNAME # Password # password = !MQTT_PASSWORD # Set retain flag on MQTT messages (default: no) retain = no and changed values for !MQTT_USERNAME and !MQTT_PASSWORD in secret.ini MQTT_USERNAME=mysupersecretuser MQTT_PASSWORD=mysupersecretpassword At boot nothing changes. I checked with MQTT Explorer for topic zoneminder (who was ther with previous version) but its not. Any hint?
  7. Ok, I’ve ordered MOAR ram. But from diagnostics you see also what triggered it? Talking about NIC: have you some suggestions for me?
  8. Today I'm "lucky". It happened again. joshua-diagnostics-20210104-1649.zip
  9. Hi all, I have this strange issue that happens from time to time. Basically the server stop responding : - dockers become unavailabe - ui is unavailbe - VM still works but very slowly. I never had the chance to download diagnostics WHILE this was happening. TILL NOW! The only solution that works is reboot, till next freeze. Can someone please support me? Thank you in advance! joshua-diagnostics-20210104-1541.zip
  10. Hi, I had issue with db so I ended up restarting from scratch. Now I wanted to make things better so I tried to change DB from int to ext ( I have a mariadb container). So I followed this according to @dlandon : I changed only ZM_DB_HOST to my db istance 192.168.2.100:3306. I don't find any "99-mysql.conf' in the /appdata/Zoneminder/conf/ folder. Something has changed?
  11. Hi I followed @dlandon suggestion and redownloaded xml and recreated container leaving the rest as is. Now I have this error message when connecting to ui: Unable to connect to ZM db.SQLSTATE[HY000] [2002] No such file or directory How can I fix it?
  12. So you are exposing ZM to the world right? Because even if it can be secured with psw I prefer to have access only in LAN.
  13. No, but I prefer to access from outside using VPN. Different choice for same result.
  14. Hi all, does anyone knows if it is possible to use swag to generate a trusted certificate for ZM avoid warning messages when open ui?
  15. Hi all, I would like to know if some knows if it is possible to use swag container (aka let’s encrypt) to update certficiate for UniFi controller webpage. Thank you all in advance
  16. Hi all, as described in the topic I have an issue I cannot solve. "Sometimes" (I don't know the reason yet) my machine stop responding. So ui is not more available and so some functions (like wireguard). Some docker is working, some other take time to "respond". My VM running home assistant works but it is more slow. I readed the READ ME FIRST topic and tried to download diagnostics via console. This is what happens: In boot/logs there is no zip. But I noticed that a new folder is created in /. I zipped it and added to this topic. As you may imagine the only solution is to reboot. I hope that I described all correcly. Please let me know your thoughts. Bye! joshua-diagnostics-20201224-1613.zip
  17. No it's the opposite. Sorry for the ambiguity. Docker is running on Unraid Server but HA tooks some time to see the status of the containers, vm etc.
  18. @ElectricBrainUK no. MQTT is running inside my unraid as a docker container (as yours). No other middle man. Regarding the message what should I search? For example I searched for the unraid server name using MQTT Explorer but I didn't find anything.
  19. hi @ElectricBrainUK any update on my issue? It's very strange behaviour!
  20. I just added the docker in my unraid and connected it to my mqtt broker...
  21. Hi @Damix21can you please share your working settings? I have the same issue! Moreover I noticed that switch status and sensor status are different It is a bug @ElectricBrainUK ?
  22. well that was easy. My issue was that I didn't change network from bridge to proxynet. Now it works! Thank you for pointing me to the right direction PS: I have the same issue that you noticed when moving big files from nextcloud.