Good morning all,
Been awhile since I have been on here. My HG version has been running pretty well lately - just periodic updates to the raspberry OS (not full upgrades, just updates to Buster I believe).
I do have periodic issues with the Smartenit device but unplugging the USB cable for a bit and then plugging back in seems to resolve that (there is a separate post around here somewhere on the Smartenit).
I subscribe to the GitHub for HG and have gotten several emails lately about some of the components being updated etc but the overall HG version is still v1.3-stable.19, which is what I am running.
Awhile back, there was some discussion from Gene about some sort of rewrite to HG - I cannot recall the specifics but I think it had to do with netcore, not sure if it was to or from that.
This morning, I posted a question on the HG GitHub site inquiring about this (here is the link to the question:
https://github.com/genielabs/HomeGenie/issues/448Here is my question:
In the readme file for running HG, there is this info:
Running
netcore
cd src/HomeGenie/bin/Debug/netcore3.1
./HomeGenie # (or 'dotnet HomeGenie.dll')
net461
cd src/HomeGenie.Net461/bin/Debug
./HomeGenie.exe # (or 'mono HomeGene.exe')
The service I am running in my raspberry pi is using this:
/usr/bin/mono /home/pi/homegenie/HomeGenie.exe --log
I think that means I am running the net461 version, which I believe is the old/existing/current version, but I am not sure.
Is anyone running the netcore version or is that really not ready yet and what I am running is still the current / correct version?
Thanks