Deconz error after upgrading to 0.78

Will send Tonight…

1 Like

Just to chime in, I have the same issue. Cannot provide the log as of yet either.

The only thing I see in the logs is
2018-09-25 16:29:49 ERROR (MainThread) [pydeconz.utils] Timeout getting deCONZ data from http://192.168.1.31:80/api/MY_API_KEY_HIDDEN.
2018-09-25 16:29:49 ERROR (MainThread) [pydeconz] Couldn’t load data from deCONZ

I can access Phoscon fine from any device but no lights or sensors are picked up, what else do you need I couldnt see anything else relevant in the logs?

and logs are now full of this:

RuntimeError: File descriptor 45 is used by transport <ReadUnixTransport closed=False reading=True 0x7f8aa6147048>
2018-09-25 16:40:05 ERROR (MainThread) [homeassistant.core] Error doing job: Exception in callback <bound method SendfileStreamWriter._sendfile_cb of <aiohttp.web_fileresponse.SendfileStreamWriter object at 0x7f8aa4b4bd68>>
Traceback (most recent call last):
File “uvloop/cbhandles.pyx”, line 66, in uvloop.loop.Handle._run
File “/usr/local/lib/python3.6/site-packages/aiohttp/web_fileresponse.py”, line 37, in _sendfile_cb
loop.remove_writer(out_fd)
File “uvloop/loop.pyx”, line 2272, in uvloop.loop.Loop.remove_writer
File “uvloop/loop.pyx”, line 787, in uvloop.loop.Loop._remove_writer
File “uvloop/loop.pyx”, line 692, in uvloop.loop.Loop._ensure_fd_no_transport

are you fix that?
Have the same issue.

So, Last night I wanted to generate the debug log, but something went wrong. Then after a couple of hours of troubleshooting I ended up on version 0.79.0b1 and everything is working just fine. How am I ended up with a beta version don’t ask. It is still showing there is an update to 78.3. I am just hoping now that a not beta 79 version will also work.

Side note, when you install version 79 (beta too) check integration menu. There are some cool new features there… :wink:

3 Likes

Couldn't load data from deCONZ hints at a network issue. It fails at the earliest point of the components setup so it can’t talk with deconz.

The other logs show some core issue. Not enough to go on for any deconz issue.

Does everything else work for you?

I suggest upgrading to latest 0.78 and start disabling components.

0.79.0b1 works for me as well, very weird.

Yes everything else works fine, pi-hole sensor says the same thing but then works eventually (after a few minutes)

0.79.0b2 now all working

1 Like

Having new issues on new 79.1, 79.2 versions. Moving this to HA issue tracker.

Sounds good. That is a better tool

For reference: https://github.com/home-assistant/home-assistant/issues/17082