Skip to content

Commit

Permalink
ver. 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikDevx committed Jul 13, 2021
1 parent 7f14aa9 commit 339425f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ Homeridge Plugin for Philips Air Purifiers
3. Update CoAPthon3 using `sudo pip3 install -U git+https://github.com/Tanganelli/CoAPthon3@89d5173`.


For new firmware version
For new firmware version

(Who get error `Unexpected error:'NoneType' object has no attribute "payload"`)

1. Found coap_client.py path using `sudo find / -name *coap_client.py`.
2. Open file coap_client.py and `line 91` change `timeout` from `5` to `60`,
`line 145` from `5` to `60` and `line 174` and `timeout=60` after `encrypted_payload`
2. Open file coap_client.py in `line 91` change `timeout to 60`,
`line 145` same and `line 174` add `timeout=60` after `encrypted_payload`
3. Change in plugin settings Timeout Seconds to 30 or 60.

**If you're using Plain CoAP protocol:**
Expand Down

0 comments on commit 339425f

Please sign in to comment.