I have tried to install the ambient weather nodeserver. It shows up on PGC and shows and in the admin console after uploading nodeserver config in the web UI. However, PGC shows it as not connected. PGC ambient log shows error below.
Additionally, I see no way to add the api key.
Successfully built pgc-interface AWSIoTPythonSDK
Installing collected packages: AWSIoTPythonSDK, pgc-interface
Successfully installed AWSIoTPythonSDK-1.4.7 pgc-interface-1.1.9
WARNING: You are using pip version 19.1.1, however version 19.2.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
2019-10-13 17:04:53,182 [MainThread] [INFO ] PGC Interface 1.1.9 Starting...
2019-10-13 17:04:53,306 [MainThread] [ERROR] Traceback (most recent call last):
2019-10-13 17:04:53,307 [MainThread] [ERROR] File "./ambientweather-poly.py", line 9, in <module>
2019-10-13 17:04:53,307 [MainThread] [ERROR] from aiohttp import ClientSession
2019-10-13 17:04:53,307 [MainThread] [ERROR] ModuleNotFoundError
2019-10-13 17:04:53,308 [MainThread] [ERROR] No module named 'aiohttp'
As for deleting nodes in admin and PGC, I find that I need to delete it through admin before I can delete it on PGC
John