Home Assistant integration with Logitech Flight Instrument Panel, HWINFO, MQTT

Home Assistant integration with Logitech Flight Instrument Panel, HWINFO, MQTT

  • Now Playing Display for Home Assistant Media Players
  • Sensor History
  • HWInfo integration into Home Assistant, via MQTT

If only the HWINFO integration with Home Assistant is needed, then NO Flight Instrument Panel needs to be connected and no drivers need to be installed and no HA token is required.

If only the Now Playing Display / Sensor History is required, then no HWINFO or MQTT server needs to be set-up or running (in that case, remove mqtt.config).

HWINFO Sensor Entities will be AUTOMATICALLY added to Home Assistant via the MQTT Discovery process.

First, you need to have MQTT installed and working in Home Assistant.

Go to Releases ¡ mhwlng/fipha ¡ GitHub

Download the latest version fip-ha-…zip file. under ‘Assets’

Unzip all the files and subdirectories somewhere on your hard disk. (not in program files)

See further information here:

You need to edit mqtt.config with your mqtt credentials and hwinfo.inc with your hwinfo sensor information.

Then run fipha.exe.

There is a log file, that may contain error messages if there are problems.

screenshotMZE09FE2BC_9_0




1 Like

You know… every morning I check both the MSFS2020 Forums and the HA Forums for new posts… Seeing this one here, and having just come from the Flight Sim Forum, really threw me for a spin.
I thought my browser had gone all wonky and was mixing posts.

This is brilliant.

Jim

1 Like

New version 0.0.0.2

When supported by the mediaplayer: S2,S3,S4 buttons will allow play/pause, next/previous track.

New version 0.0.0.5

Added (optional) MQTT and HWInfo integration.

HWINFO Sensor Entities will be AUTOMATICALLY added to Home Assistant via the MQTT Discovery process.

It looks like I can’t get it to run properly.
I would like to just use the mqtt part.

I filled out appsettings.config with the correct HA configuration and Token,
I changed the HWINFO.inc with HWiNFOSharedMemoryViewer.exe and completed the mqtt.config file.

But after starting fipha.exe nothing happens and I don’t reveive any MQTT information on my MQTT Broker.

Also I looks like the hwinfo.json doesn’t get updated.
There is still information about an ASUS device in it.

The Log Files just states the following:
INFO 2022-08-09 22:38:17,944 MoveNext - fipha started
INFO 2022-08-09 22:38:17,958 MoveNext - HA task started
INFO 2022-08-09 22:38:18,063 MoveNext - HWInfo task started

Maybe you can point me in the right direction, what could I be missing?

Regards Adrian

The appsettings ha configuration stuff and token is only for the flight instrument panel now playing display.
It is not used for MQTT.

For MQTT, you only need to set up mqtt.config AND hwinfo.inc.

If data\hwinfo.json is not updated, each time the application is started, then it can’t communicate with hwinfo and then the MQTT stuff also won’t work.

You need to enable the ‘Shared Memory Support’ setting in HWInfo.
And you need a recent version of HWInfo.
Note that the free version of HWInfo turns this ‘Shared Memory Support’ function off after 12 hours of use!

You can also try the HWInfo tool, to check if the shared memory functionality works :

https://www.hwinfo.com/beta/HWiNFOSharedMemoryViewer.exe.7z

Thanks for taking time!
I configured mqtt.config and hwinfo.inc.
Also HWInfo is running and the HWInfo tool detects it and I updated the hwinfo.inc with it.

HWInfoSharedMemoryViewer.exe:

but the hwinfo.json does not update after starting fipha:

new log.txt:
image

I am not sure why no entry is created after “HWInfo task started” in the log file.

please try version 0.0.0.7 on github. I added more logging and better error handling.

The haUrl / haToken keys in appsettings.config can be made empty in case only the MQTT/HWINFO functionality is required

Thanks for testing…

New version 0.0.0.8

Added sensor history to flight instrument panel.
(Optional in case only the MQTT/HWINFO functionality is required.)

screenshotMZE09FE2BC_9_0

new version 0.0.1.2

auto reconnect to hwinfo
new field added to mqtt.config with user definable polling interval (in ms)
Added MQTT auto reconnect and added retained flag and QOS1 to MQTT items
media player is now selected via pop-up menu and configured via mediaplayers.json

new version 0.0.1.5

when this application is stopped, sensors will show ‘unavailable’ in home assistant