DateTime Adapter not starting

I have moved my IoT setup to a new location (with an TP-Link LTE modem as base station), did a new setup and since then have trouble loading/enabling the datetime adapter. When try to I start, this the readout of the Log is as follos below.

Thanks for help or ideas how to solve this!

Summary

2020-02-03 09:48:44.746 INFO : Loading add-on: date-time-adapter
2020-02-03 09:48:50.314 INFO : date-time: Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
2020-02-03 09:48:50.317 INFO : date-time: Collecting jsonschema (from -r requirements.txt (line 1))
2020-02-03 09:49:05.358 INFO : date-time: /usr/lib/python3/dist-packages/pip/_internal/commands/install.py:222: UserWarning: Disabling all use of wheels due to the use of --build-options / --global-options / --install-options.
2020-02-03 09:49:05.360 INFO : date-time: cmdoptions.check_install_build_global(options)
2020-02-03 09:49:05.361 INFO : date-time: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x75302a10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’)’: /simple/jsonschema/
2020-02-03 09:49:12.299 INFO : date-time: Using cached https://files.pythonhosted.org/packages/69/11/a69e2a3c01b324a77d3a7c0570faa372e8448b666300c4117a516f8b1212/jsonschema-3.2.0.tar.gz
2020-02-03 09:49:12.676 INFO : date-time: Installing build dependencies: started
2020-02-03 09:49:41.628 INFO : getValue for property on for: zb-7cb03eaa0a05ccc8-thing returning false
2020-02-03 09:49:41.677 INFO : getValue for property temperature for: zb-00158d0003f18747-temperature returning 21.47
2020-02-03 09:49:41.679 INFO : getValue for property humidity for: zb-00158d0003f18747-temperature returning 72.9
2020-02-03 09:49:41.779 INFO : getValue for property on for: zb-7cb03eaa0a04626b-thing returning false

The adapter is trying to install its dependencies from pypi.org but is failing to connect to that site. Does your gateway have internet connectivity?

I thought, that this might be the problem. Nevertheless on my Laptop I have a quite stable (although sometimes slow) connection while trying to start the adapter on the iot-pi. Therefore I was wondering, if there might be other issues as well. I’ll see if I can boost my signal or use another wifi source and try again!

So, I solved the tunnel/https problem here: "Tunnel not set" or https problem (general problem with connectivity) and now the log shows that the DateTime Adapter installs correct and also seems to start/stop in a correct way.

Nevertheless, it doesn’t show up in the rules. Any Idea, where I could change something so that works.

You have to add the DateTime “device” before it will show up in the rules interface. Have you done that yet?

Sorry, didn’t find the time to reply. Indeed it started working after I let the DateTime interface finish it’s install and added the adapter. Thanks.