@bpwwer, thanks for taking the time to try and include the indoor temperature node. I reinstalled, enabled the Indoor temperature option, stopped and restarted the node, and it did create the indoor temperature node. However, the indoor temperature did not populate with data. When I looked at the logs in PGC, I noticed some errors below. Since my PWS only provides tempf, tempinf, dewpoint, and humidity, I wonder if this is what is causing the errors and preventing the indoor temperature from displaying?
2019-11-30 15:08:46,455 [Controller] [INFO ] {'dateutc': 1575126300000, 'tempf': 47.3, 'humidity': 67, 'tempinf': 62.6, 'dewPoint': 36.91, 'date': '2019-11-30T15:05:00.000Z'}
2019-11-30 15:08:46,456 [Controller] [INFO ] Updating Driver temperature - ST: 47.3 uom: 17
2019-11-30 15:08:46,456 [Controller] [ERROR] Missing data: feelsLike
2019-11-30 15:08:46,456 [Controller] [INFO ] Updating Driver temperature - GV1: 36.91 uom: 17
2019-11-30 15:08:46,457 [Controller] [INFO ] Updating Driver humidity - ST: 67 uom: 22
2019-11-30 15:08:46,457 [Controller] [ERROR] Missing data: baromabsin
2019-11-30 15:08:46,457 [Controller] [ERROR] Missing data: baromrelin
2019-11-30 15:08:46,459 [Controller] [ERROR] Exception in thread Controller:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.7/site-packages/pgc_interface/pgc_interface.py", line 797, in _parseInput
self.longPoll()
File "./ambient-poly.py", line 160, in longPoll
trend = self.nodes[node].updateTrend(d['baromabsin'])
KeyError: 'baromabsin'