Code Monkey home page Code Monkey logo

Comments (5)

foughtgeoduck avatar foughtgeoduck commented on September 4, 2024

Here is some debug info

i have 2x AC's but they both get the same issue

`19-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] climate_ip: async setup platform
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Loading configuration file: /config/custom_components/climate_ip/samsung_2878_227.yaml
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] ip_address: 10.10.2.227
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] token: d76b7f82-3d31-4635-89a6-2b0ad192XXXX
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Validate properties: False (False)
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Configuration, host: 10.10.2.227:2878
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Configuration, token: d76b7f82-3d31-4635-89a6-2b0ad192XXXX
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Configuration, duid: BC8CCDD6D7BD
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Configuration, cert: /config/custom_components/climate_ip/ac14k_m.pem
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Executing params: {'duid': 'BC8CCDD6D7BD', 'token': 'd76b7f82-3d31-4635-89a6-2b0ad192XXX', 'host': '10.10.2.227', 'connection_template': '', 'value': None}
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Executing command:

2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Getting socket connection
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Connection invalid, creating!
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Creating ssl context
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Setting up ciphers
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Setting up verify mode
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Setting up verify location: /config/custom_components/climate_ip/ac14k_m.pem
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Setting up load cert chain: /config/custom_components/climate_ip/ac14k_m.pem
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Wrapping socket
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Socket wrapped: True
2019-06-25 11:34:31 INFO (MainThread) [custom_components.climate_ip.climate] Connecting with 10.10.2.227:2878
2019-06-25 11:34:32 INFO (MainThread) [custom_components.climate_ip.climate] Response: DPLUG-1.6

2019-06-25 11:34:32 INFO (MainThread) [custom_components.climate_ip.climate] Response:

2019-06-25 11:34:32 INFO (MainThread) [custom_components.climate_ip.climate] Sending auth command:

2019-06-25 11:34:32 INFO (MainThread) [custom_components.climate_ip.climate] Auth command sent
2019-06-25 11:34:34 WARNING (MainThread) [custom_components.climate_ip.climate] Socket timed out
2019-06-25 11:34:34 ERROR (MainThread) [custom_components.climate_ip.climate] Creating connecting failed!
2019-06-25 11:34:34 INFO (MainThread) [custom_components.climate_ip.climate] Sending command
2019-06-25 11:34:34 ERROR (MainThread) [custom_components.climate_ip.climate] Sending command failed
2019-06-25 11:34:34 ERROR (MainThread) [custom_components.climate_ip.climate] Traceback (most recent call last):
File "/config/custom_components/climate_ip/samsung_2878.py", line 180, in send_socket_command
sslSocket.sendall(command.encode('utf-8'))
AttributeError: 'NoneType' object has no attribute 'sendall'

2019-06-25 11:34:34 INFO (MainThread) [custom_components.climate_ip.climate] Retrying sending command...
2019-06-25 11:34:34 INFO (MainThread) [custom_components.climate_ip.climate] Getting socket connection
2019-06-25 11:34:34 INFO (MainThread) [custom_components.climate_ip.climate] Connection invalid, creating!
2019-06-25 11:34:34 INFO (MainThread) [custom_components.climate_ip.climate] Creating ssl context
2019-06-25 11:34:34 INFO (MainThread) [custom_components.climate_ip.climate] Setting up ciphers
2019-06-25 11:34:34 INFO (MainThread) [custom_components.climate_ip.climate] Setting up verify mode
2019-06-25 11:34:34 INFO (MainThread) [custom_components.climate_ip.climate] Setting up verify location: /config/custom_components/climate_ip/ac14k_m.pem
2019-06-25 11:34:34 INFO (MainThread) [custom_components.climate_ip.climate] Setting up load cert chain: /config/custom_components/climate_ip/ac14k_m.pem
2019-06-25 11:34:34 INFO (MainThread) [custom_components.climate_ip.climate] Wrapping socket
2019-06-25 11:34:34 INFO (MainThread) [custom_components.climate_ip.climate] Socket wrapped: True
2019-06-25 11:34:34 INFO (MainThread) [custom_components.climate_ip.climate] Connecting with 10.10.2.227:2878
2019-06-25 11:34:34 INFO (MainThread) [custom_components.climate_ip.climate] Response: DPLUG-1.6

2019-06-25 11:34:34 INFO (MainThread) [custom_components.climate_ip.climate] Response:

2019-06-25 11:34:34 INFO (MainThread) [custom_components.climate_ip.climate] Sending auth command:

2019-06-25 11:34:34 INFO (MainThread) [custom_components.climate_ip.climate] Auth command sent
2019-06-25 11:34:36 WARNING (MainThread) [custom_components.climate_ip.climate] Socket timed out
2019-06-25 11:34:36 ERROR (MainThread) [custom_components.climate_ip.climate] Creating connecting failed!
2019-06-25 11:34:36 INFO (MainThread) [custom_components.climate_ip.climate] Sending command
2019-06-25 11:34:36 ERROR (MainThread) [custom_components.climate_ip.climate] Sending command failed
2019-06-25 11:34:36 ERROR (MainThread) [custom_components.climate_ip.climate] Traceback (most recent call last):
File "/config/custom_components/climate_ip/samsung_2878.py", line 180, in send_socket_command
sslSocket.sendall(command.encode('utf-8'))
AttributeError: 'NoneType' object has no attribute 'sendall'
`

from samsungrac.

foughtgeoduck avatar foughtgeoduck commented on September 4, 2024

BUMP

from samsungrac.

mttstt avatar mttstt commented on September 4, 2024

Same problem here with HA 94.1

Traceback (most recent call last): File "/config/custom_components/climate_ip/samsung_2878.py", line 180, in send_socket_command sslSocket.sendall(command.encode('utf-8')) AttributeError: 'NoneType' object has no attribute 'sendall'
0:27 custom_components/climate_ip/samsung_2878.py (ERROR) - message first occured at 0:17 and shows up 32 times
Sending command failed
0:27 custom_components/climate_ip/samsung_2878.py (ERROR) - message first occured at 0:17 and shows up 32 times
Creating connecting failed!
0:27 custom_components/climate_ip/samsung_2878.py (ERROR) - message first occured at 0:17 and shows up 32 times
Socket timed out
0:27 custom_components/climate_ip/samsung_2878.py (WARNING) - message first occured at 0:17 and shows up 32 times

from samsungrac.

mttstt avatar mttstt commented on September 4, 2024

OK.
I solved with the master release.
Thanks

from samsungrac.

foughtgeoduck avatar foughtgeoduck commented on September 4, 2024

didn't realize i was using DEV - resolved as well - close please

from samsungrac.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.