bpaauwe / udi-davis-poly

Node server to access data from Davis weather stations.
Other
0 stars 1 forks source link

shortPoll and Parsing failure message #4

Open SteveSBE opened 1 year ago

SteveSBE commented 1 year ago

The shortPoll value was set to 600 and I changed it to 6000. The updates to ISY in both cases were once every minute. Does shortPoll do anything?

Also why do I get this message regularly?
2023-01-18 05:19:52,313 Controller polyinterface ERROR davis:parse_current_conditions: Parsing failed, current conditions: 'solar_radiation'

Thanks...

bpaauwe commented 1 year ago

The defaults for short poll and long poll are 60 seconds. short poll is how often it queries for data long poll is used as a heartbeat and sends on/off commands at the specified interval.

Changes to these values require a restart of the node server to take effect.

The parsing error is because it was expecting to see a field called "solar_radiation" in the data but it is missing.