-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking for advanced OMV users #104
Comments
I'm so happy seeing, that you, even without using OMV yourself, are still putting time in this integration. So nice of of you! And I would like to help out, as far, as I can. The trouble here is, I'm all, but no advanced. If I can help you somehow, I will need guidance. So, if I can help you with SSH into the machine, enter a command and get some output, I would happily do that. |
No need to know API, just helping me configuring OMV in my develoment environment is enough. |
testing current master would be helpful too. it went through major rework so there may be issues. |
Installed MASTER now. As far as I see in the first 10 minutes, all looks OK. I will report, if something goes wrong, making a separate issue. There is one minor issue, but that has been there in last normal version also, will make new issue for that. |
Update sensor does work in master, I have tested it. It broke because omv changed it grin binary value to number of updates available. |
I will need help with openmediavault-cputemp, cant simulate it within proxmox. |
Tell me, what to do about CPU temp... ;-) And I'm making an issue about the update sensor... |
Can you tell me where in OMV UI I can find info from these 2? I can probably look up code I need you to run based on that. |
CPUtemp can, as I know, only be added to your Dashboard. Click right upper corner the person symbol (user settings), click dashboard, check CPUtemp, click save. Diskstats under diagnostics - performance statistics- disk usage. |
can you run latest master and look into log? there should be entry CpuTemp with something. |
Actually, cputemp will return code 500, so it will keep crashing integration if its not available. so we may have to skip on that sensor |
@BebeMischa do we have any showstoppers for a release right now? |
Not on my system, as far as I see... ;-) |
1.4.0 is out now, been a while since last release. |
Please add cputemp back as an option. It is important thing for me. This plugin working fine in my raspberry omv installation. To monitor omv cputemp from my HA host I'm using legacy SSH console command integration which has not reliable functionality. So if your integration will support cputemp then I will remove that obsolete integration. Thank you! |
cant do that as it returns code 500 when sensor is not available. that crashes api. |
Just a confirm - 1.4.1 works fine here too ;-) |
oh yea, it should. its just permanent fix for any kind of weird inputs that are supposed to be integer or float. |
it can be a (switched off by default) option in integration settings. So only specific users may turn on if required |
I see compose integration is pretty much useless and probably not used much. |
@slakouz |
usual place to report issues is here https://forum.openmediavault.org/ ;-) |
its community plugin, not official one, right? |
I just don't know of any other place :-) |
Probably on their github? Not sure about their support policy. |
The official bugtracker is here, but I'm not sure, if community addons are handled there too... https://github.com/openmediavault/openmediavault/issues |
I monitor the CPU temp of my OMV server using an SSH sensor based on this: https://community.home-assistant.io/t/how-to-monitor-proxmox-cpu-temp/245050 I have found it to be very reliable. |
Here is place to report issues for cputemp plugin |
For those interested, since there is no docker/portainer integration into OMV UI/API, it cannot be part of this integration. |
I'm looking for advanced OMV users who could help me implement plugins and some omv-extras.
What I'm looking for is help setting up those OMV features in a way most people use them or provide necessery API outputs from live system.
List of plugins that look interesting for HA integration:
openmediavault-compose (Docker) - Done / Separate portainer integration https://github.com/tomaae/homeassistant-portainer
openmediavault-kvm (VM) - Done
openmediavault-cputemp - Crashed integration if sensor is not available on OS
openmediavault-diskstats - rdd, may not be possible
openmediavault-downloader
openmediavault-nut (UPS)
openmediavault-tgt (iSCSI)
openmediavault-zfs
The text was updated successfully, but these errors were encountered: