wxt9861 / esxi_stats

ESXi component for Home Assistant
MIT License
146 stars 40 forks source link

Some running VMs not reporting guest OS #11

Closed wxt9861 closed 5 years ago

wxt9861 commented 5 years ago

Describe the bug Some running VMs are not reporting guest os.

Expected behavior When a guest OS is running, we're expecting to see the Guest OS that is reported by the VM Tools. Some VMs are not properly reporting this information, causing the component to output None.

The fix would be to fall back on reporting the Guest OS that the VM is configured as. This is the same information that is being reported when the VM is not running.

wxt9861 commented 5 years ago

Fixed with #12