Beaker69

Members
  • Posts

    38
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    Wales

Recent Profile Visitors

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

Beaker69's Achievements

Noob

Noob (1/14)

8

Reputation

  1. Been trying to get in to GUI mode for some NIC troubleshooting (but that is a whole other story.) using an old Radeon HD 6450 and the VGA port on my monitor. Unraid loads fine but half way through my screen shows input not supported. Any ideas would be appreciated. panther-diagnostics-20230324-1136.zip
  2. @BigBoyMarky Done the same and all back up and running. Thanks for you help. I will be reviewing all my Conf file just to make sure they are all up to date.
  3. Thanks for that. On Discord they said about checking your *.Conf files so am going through all those as well as I do have some customization in these.
  4. Hi All. Just updated Swag and now getting this. nginx: [emerg] "stream" directive is not allowed here in /etc/nginx/conf.d/stream.conf:3 Does anyone know how I can solve this, until then I cannot access anything from outside my network. Thanks.
  5. @deadnote I edited that container data and added the variable there.
  6. @zepheris I never had to get in to the depths of MQTT so am not sure about some of the issues that arise. As for the sensors I created templates for CPU, Memory and such. I have posted mine below, which should help. # Server templates sensors - platform: template sensors: panther_cpu: friendly_name: CPU value_template: "{{ state_attr('binary_sensor.panther_server', 'cpu')|replace(' ','')|replace('®','') }}" panther_memory: friendly_name: Memory value_template: "{{ state_attr('binary_sensor.panther_server', 'memory') }}" panther_motherboard: friendly_name: Motherboard value_template: "{{ state_attr('binary_sensor.panther_server', 'motherboard').split(',')[0] }}" panther_arraystatus: friendly_name: Array Status value_template: "{{ state_attr('binary_sensor.panther_server', 'arrayStatus') }}" panther_diskspace: friendly_name: Array Usage value_template: "{{ state_attr('binary_sensor.panther_server', 'diskSpace') }}" vm_kodi_core: friendly_name: Core Count value_template: "{{ state_attr('sensor.panther_vm_kodi_status', 'coreCount') }}" vm_kodi_ram: friendly_name: RAM value_template: "{{ state_attr('sensor.panther_vm_kodi_status', 'ram') }}" vm_kodi_primarygpu: friendly_name: Primary GPU value_template: "{{ state_attr('sensor.panther_vm_kodi_status', 'primaryGPU') }}" vm_win10_core: friendly_name: Core Count value_template: "{{ state_attr('sensor.panther_vm_windows_10_status_2', 'coreCount') }}" vm_win10_ram: friendly_name: RAM value_template: "{{ state_attr('sensor.panther_vm_windows_10_status_2', 'ram') }}" vm_win10_primarygpu: friendly_name: Primary GPU value_template: "{{ state_attr('sensor.panther_vm_windows_10_status_2', 'primaryGPU') }}"
  7. As always a great video. It made things so simple for me. Recently I was trying to set up accounts for the rest of my family and when I sent ivites I get an error message saying "error inviting user, Smtp error" I have deleted the invites and restarted bit warden without any luck
  8. @LuBeDa If you have glances set up you can pull in CPU temps, the only issue I have is that I have a dual xeon and it does not differentiate. As for the board temp again in glances you should see you board or chipset temp. According to the glances wiki hdd temp is only available at present in linux. Hope this helps.
  9. Look for binary_sensor.(servername)_server That is one that should be available The MQTT discovery data is: homeassistant/binary_sensor/(servername)/config
  10. It all seems correct. For myself I use spants/MQTT in Unraid and then use the Intergrations MQTT in Home Assistant that only requires the ip address. That removes the need for adding anything to your configuration.yaml.
  11. I have been lucky, I only have unraid-api on MQTT. Do you run Home Assistant and Mosquitto on Unraid also? I run both of them in docker containers within Unraid and found the set up flawless.
  12. @tj80 No idea what all that means. First things first, make sure you have a working MQTT broker. Also if you want all of the information you will need to install Glances on your unraid server and connect that to Home Assistant. Both of these can be done through intergrations. Once these are installed and Home Asssistant has restarted it can take a while for the MQTT sensors to show up. The ones from Glances will be there. Just check your Intergrations page. As for Sensor like Array Status, Motherboard & CPU etc, you willl need to create Template Sensor for those.
  13. What I did was create a test view in Home Asssitant, from there I just tried a picture entity card to make sure it works. Make sure you it is /local/(picturename).(extension) and that the picture is in your WWW folder.
  14. First things first. Github link: https://github.com/Beaker1969/Unraid-api-desktop/tree/master The old solutions are sometimes the best, try restarting unraid-api docker and log back in. If your server is not running 24/7 the MQTT broker cannot pull data from the server and I have found that some of the sensors can take quite a while to recover after a restart. Have you thought of running Home Assistant on your Unraid server and running it 24/7? I am no expert on any of this just a bumbling old fart who has been fidding with computers for a very long time.
  15. @skank The image is just a stock image I pulled from a google search. As for the code it is below and I will post it on Github within the next few hours. Hope you enjoy it. Any problems let me know. cards: - cards: - hold_action: action: none image: /local/server.jpg tap_action: action: none type: picture - align: split card_style: border-radius: 5px columns: 2 entities: - entity: sensor.glances_used_percent max: 100 title: Disk - entity: sensor.glances_cpu_used max: 100 title: CPU padding: 2px severity: - color: '#3bb3ee' value: 50 - color: '#e7a24a' value: 80 - color: '#ff0000' value: 100 show_icon: true type: 'custom:bar-card' - align: split card_style: border-radius: 5px columns: 2 entities: - entity: sensor.glances_ram_used_percent max: 100 title: RAM - entity: sensor.glances_swap_used_percent max: 100 title: SWAP padding: 2px severity: - color: '#3bb3ee' value: 50 - color: '#e7a24a' value: 80 - color: '#ff0000' value: 100 show_icon: true type: 'custom:bar-card' - align: split card_style: border-radius: 5px columns: 2 entities: - entity: sensor.glances_containers_ram_used title: Docker RAM - entity: sensor.glances_containers_cpu_used max: 100 title: Docker CPU padding: 2px severity: - color: '#3bb3ee' value: 50 - color: '#e7a24a' value: 80 - color: '#ff0000' value: 100 show_icon: true type: 'custom:bar-card' - align: split card_style: border-radius: 5px columns: 1 entities: - entity: sensor.glances_containers_active max: 100 title: Dockers Active padding: 4px severity: - color: '#3bb3ee' value: 50 - color: '#e7a24a' value: 80 - color: '#ff0000' value: 100 show_icon: true type: 'custom:bar-card' type: vertical-stack - cards: - cards: - entities: - entity: sensor.panther_cpu show_icon: false type: glance - entities: - entity: sensor.panther_memory show_icon: false type: glance - entities: - entity: sensor.panther_motherboard show_icon: false type: glance - entities: - entity: sensor.panther_arraystatus show_icon: false type: glance - entities: - entity: sensor.panther_diskspace show_icon: false type: glance - entities: - entity: switch.panther_array show_header_toggle: false type: entities type: 'custom:vertical-stack-in-card' - cards: - align: split card_style: border-radius: 5px columns: 2 entities: - entity: sensor.glances_core_0_temp max: 100 title: CPU - entity: sensor.glances_core_1_temp max: 100 title: CPU padding: 2px severity: - color: '#3bb3ee' value: 50 - color: '#e7a24a' value: 80 - color: '#ff0000' value: 100 show_icon: true type: 'custom:bar-card' type: vertical-stack - cards: - align: split card_style: border-radius: 5px columns: 2 entities: - entity: sensor.glances_core_2_temp max: 100 title: CPU - entity: sensor.glances_core_3_temp max: 100 title: CPU padding: 2px severity: - color: '#3bb3ee' value: 50 - color: '#e7a24a' value: 80 - color: '#ff0000' value: 100 show_icon: true type: 'custom:bar-card' type: vertical-stack - entity: sensor.glances_intel5500_1_temp max: 110 min: 0 name: Northbridge severity: green: 50 red: 90 yellow: 75 theme: default type: gauge - cards: - card: head: label: Docker Control type: section type: 'custom:fold-entity-row' filter: exclude: - entity_id: panther_docker_*_usb* include: - entity_id: switch.panther_docker_* type: 'custom:auto-entities' - card: head: label: Virtual Machine Control type: section type: 'custom:fold-entity-row' filter: exclude: - entity_id: panther_vm_*_usb* include: - entity_id: switch.panther_vm_* type: 'custom:auto-entities' - card: head: label: Virtual Machine USB Control type: section type: 'custom:fold-entity-row' filter: include: - entity_id: switch.panther_vm_*_usb* type: 'custom:auto-entities' type: vertical-stack type: vertical-stack - cards: - cards: - cards: - image: /local/Kodidark.png type: picture - cards: - entities: - switch.panther_vm_kodi show_header_toggle: false type: entities - entities: - entity: sensor.panther_vm_kodi_status show_icon: false type: glance - entities: - entity: sensor.vm_kodi_core show_icon: false type: glance - entities: - entity: sensor.vm_kodi_ram show_icon: false type: glance - entities: - entity: sensor.vm_kodi_primarygpu show_icon: false type: glance type: vertical-stack type: horizontal-stack - card: head: label: USB Devices type: section type: 'custom:fold-entity-row' filter: include: - entity_id: switch.panther_vm_kodi_usb_* type: 'custom:auto-entities' title: Kodi VM type: 'custom:vertical-stack-in-card' - cards: - cards: - image: /local/windows10.png type: picture - cards: - entities: - switch.panther_vm_windows_10 show_header_toggle: false type: entities - entities: - entity: sensor.panther_vm_windows_10_status show_icon: false type: glance - entities: - entity: sensor.vm_win10_core show_icon: false type: glance - entities: - entity: sensor.vm_win10_ram show_icon: false type: glance - entities: - entity: sensor.vm_win10_primarygpu show_icon: false type: glance type: vertical-stack type: horizontal-stack - card: head: label: USB Devices type: section type: 'custom:fold-entity-row' filter: include: - entity_id: switch.panther_vm_kodi_usb_* type: 'custom:auto-entities' title: Windows 10 VM type: 'custom:vertical-stack-in-card' type: vertical-stack type: horizontal-stack