speedmax1979

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by speedmax1979

  1. For blueiris (I using this soft as well), I strongly suggest to follow this guide. There is two options (that I know) for the trigger. I tested both. I end up using the docker one hosted on my Unraid server. This one, installed on the blueiris machine. (same as the one in the video) https://ipcamtalk.com/threads/tool-tutorial-free-ai-person-detection-for-blue-iris.37330/ This one, a newer one that work into a docker. https://ipcamtalk.com/threads/ai-motion-detection-with-blueiris-an-alternate-approach.48406/ If you want to use the second one, see this to setting up in unraid. https://github.com/danecreekphotography/node-deepstackai-trigger/issues/349 Enjoy!
  2. The CPU version work perfectly. You have to add a container manually. (Docker Tab, at the bottom) Then, fill this information Name: deepstack Repository: deepquestai/deepstack:latest Then add the following using the button "Add another Path, Port, Variable, Label or Device" That's it. It's long to install. Be patient. To try if it work, go to our unraid IP:83 It will show a deepstack web page. (Example: http://192.168.1.10:83) Enjoy.
  3. Hello, I do have it working with the CPU version. Now, I try to use the GPU version of Deepstack. It work for few minutes (5 to 20 min) and them it close the GPU session. Any body have this working? With the GPU, it's clearly faster. If I get it more stable, that's the route I want to go. Tks for your help.
  4. Hello, I have Home-Assistant running on my unraid server. Working fine! I do have a question. To be honnest, i'm not sure this is related to this docker or home-assistant. I try to include some custome node.js files in my lovelace config. It does not seem to work... Do I have to modify something in the docker config? See my lovelace config below... background: center / auto repeat url("/local/surfgirl.png") fixed resources: - type: module url: /local/mini-media-player-bundle.js - type: js url: /local/clock-card.js - type: js url: /local/moment.js - type: js url: /local/slider-entity-row.js - type: js url: /local/card-tools.js - type: js url: /local/card-modder.js - type: module url: /local/button-card.js title: Résidence Famille Guénette views: - badges: - sun.sun cards: - entity: weather.dark_sky name: Météo type: weather-forecast - entities: - entity: light.chambre_maitre - entity: light.wall_switch_1 name: Extérieur Avant - entity: light.wall_switch_2 name: Extérieur Arrière - entity: light.veranda show_header_toggle: false title: Lumières type: entities - entities: - entity: switch.borne - entity: switch.cuisiniere show_header_toggle: false title: SonOff Borne / Cuisinière type: entities - entities: - entity: input_boolean.borne_tesla - entity: input_boolean.cuisiniere - entity: input_boolean.max_home - entity: input_boolean.nad_home - entity: input_boolean.siri_aurevoir - entity: input_boolean.siri_bonjour - entity: input_boolean.siri_nuit show_header_toggle: false title: Boolean type: entities - default_zoom: 10 entities: - entity: device_tracker.max_iphone title: Location type: map - entity: media_player.cuisine_salon type: media-control - entity: input_boolean.borne_tesla hold_action: action: none tap_action: action: toggle theme: palms type: entity-button path: default_view title: Home - badges: [] cards: - entity: alarm_control_panel.home_alarm name: Système d’alarme states: - arm_home - arm_away type: alarm-panel icon: '' title: Alarme So, when I try to add a custom component, I have this error (see attached picture). Any idea? Tks! Max
  5. Ok, Tks for your answer. But, is a P2000 can work with my curent setup? AMD Phenom X6 1045T with 24G of ram. Did someone try this card with an older CPU like mine? Tks,
  6. Hello! Small question. I have an old AMD Phenom X6 1045T with 24G of ram. I currently run Plex on it. Do you think my setup can handle some transcode using a Quadro P2000? Is it a good "route" to go or I'm better to change my hardware (CPU, Ram) with newer stuff... Like Intel i5. I'm OK for a 500$ upgrade... Tks for your help! Regards,
  7. Also, I was able to connect my Node Red with Home assistant. Now I need to connect from the outside to HA...
  8. Yes, this is working. (inside) But, I confirm this is not working with Nginx. (outside) Tks!
  9. May you show me a config for example? Not sure how to do this... I'm pretty new with docker stuff. But.. I like this!!!
  10. Hello, I need your help to figure this out. I installed the plugin following Spaceinvader One youtube video. At first, I wanted access to my Home-Assistant (unraid Docker) from the outside. It work!!! When I try to connect using the server IP 192.168.2.XXX:8123 (Home assistant port) it dosent work. (Local Network) I tried to connect NodeRed (unraid Docker) to Home-Assistant container, same issue, no connection. (Local Network) Do you have an idea what the problem? Should I modified / add something in the nginx config file (see attached)? For info, I created a network called Proxynet (like spaceinvader video). Thanks for your help! I'm lost... Max