Bruce Sheplan
Bruce Sheplan
If anyone stumbles into this, I got it working in unraid 6.9.2, to do this use the 'unassigned devices' plugin to share a disk that is not in your array.
> Thank you @bshep for your feedback. > > It would be very cool if you could post a screenshot of the settings that made it work. Thanks again. 1....
I solved this by having my local DNS which is a pi.hole server have the following file: `/etc/dnsmasq.d/02-kms.conf` with contents: `srv-host=_vlmcs._tcp.local,kmsServer.local,1688,20`
> Quick-and-dirty first shot at interpreting circuit RPMs: https://gist.github.com/parnic/998f0b1d89a0fecc25df2dd1c1916c8e > > Example usage: > > ``` > console.log(`pump 1 pool rpm=${config.getCircuitRPMs(0, 6)}`); > console.log(`pump 2 waterfall rpm=${config.getCircuitRPMs(1, 8)}`); > ```...
Also of note byte0 = 64 for me, i only have one VS pump so maybe that is why ( maybe a sort of length field?)
> > Also of note byte0 = 64 for me, i only have one VS pump so maybe that is why ( maybe a sort of length field?) > >...
Just a random thought, maybe a bit OT, could we use the SLEquipmentConfigurationMessage as a way to 'backup' our settings? Although most of the code dealing with its data is...
did some work on interpreting the valveDataArray, pretty much just ported the java code over and cleaned up some of the logic, TBH i'm not 100% sure what some of...
Also I was able to get the following info on SensorDataArray, MiscDataArray, DelayDataArray: SensorDataArray: * Byte 0 * Bit1 - 1 if solar present for pool * Bit4 - 1...
See PR #32 for implementation of above decoding. Still a lot of work to be done for the rest.