Frank, 2 thoughts come to mind: 1) The 2K is the only unit with a combiner and lower unit. Any unit other than the 2K will not report data for those gauges. 2) I updated the comments in the initialization node to clarify what and how the unit setting works.? See if this helps. If not, let me know. 73, Ron WB2WGH ------------------------------------------------------------------------------------------------------------------------------------ /* The SPE can be set to display temperature in Celsius or Fahrenheit. Data returned from the SPE via the serial USB interface are unit-less and there is no way for Node Red to determine the temperature unit selected. The unit (C or F) selected in the SPE Node Red flow must match the units (C or F) selected on the SPE setup menu on the amplifier itself. For Those that would like to display units in degrees Fahrenheit, ensure the SPE is configured to report temperature in F, comment out the first line (Celsius) and uncomment out the second line (Fahrenheit). The purpose of the selection below is to 1) display "C" or "F" on the gauges and 2) set appropriate min, seg1, seg2 and max limits for the gauges. The flow always reports the numeric temperature provided by the SPE with no conversion (C to F or F to C) on the temperature itself. */ ------------------------------------------------------------------------------------------------------------------------------------ On Wed, Dec 28, 2022 at 5:50 PM Frank N6OI <kibbish@...> wrote:
--
Ron |