Github to the rescue!
It updated my local mirror and identified the updated flowmonitor.py as the only changed file.
So I copied that over to the RPi on top of the old version, restarted the flowmon service, et voila! I have sound in my earphones!
Well done!
Now I just have to figure out why it's going to the Analog Jack instead of the hdmi port.
This is now the only "junk" in rpints.log. Looks like my ALSA installation needs some love...
Cheers!
It updated my local mirror and identified the updated flowmonitor.py as the only changed file.
So I copied that over to the RPi on top of the old version, restarted the flowmon service, et voila! I have sound in my earphones!
Well done!

Now I just have to figure out why it's going to the Analog Jack instead of the hdmi port.
This is now the only "junk" in rpints.log. Looks like my ALSA installation needs some love...
Code:
2023-04-06 11:49:59 RPINTS: Motion Detector MD-Motion Detected Motion
tcgetattr(): Inappropriate ioctl for device
ALSA lib confmisc.c:1281:(snd_func_refer) Unable to find definition 'cards.bcm2835_headpho.pcm.front.0:CARD=0'
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5233:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM front
2023-04-06 11:49:59 RPINTS: Sending Status;N;-1;0;0;0;0;0;0;0;|
2023-04-06 11:50:21 RPINTS: Motion Detector MD-Motion Detected Motion
Cheers!