Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M5stick T-Lite Thermal Camera Dev Kit (MLX90640) #246

Open
plipof opened this issue Jan 11, 2025 · 1 comment
Open

M5stick T-Lite Thermal Camera Dev Kit (MLX90640) #246

plipof opened this issue Jan 11, 2025 · 1 comment
Assignees

Comments

@plipof
Copy link

plipof commented Jan 11, 2025

Trying to get this working with M5stick T-Lite Thermal Camera Dev Kit (MLX90640). LAN only on the controller does not work. LAN + Cloud does not work either. The T-Lite does work and I can get to it on the IP but thermal vision is no go.
[home-assistant_thermal_vision_2025-01-11T15-36-37.338Z.log]

(https://github.com/user-attachments/files/18386348/home-assistant_thermal_vision_2025-01-11T15-36-37.338Z.log)

Configuration is as specified in the readme.

Version is 3.1.7

Installed per instructions. Verified IP is correct. It appears this is an issue with the M5Stack Cloud programming for cloud use. Again, when cloud turned off, no image, data, or attributes for the temperature entities and no image for the camera.

Thank you for your time and help. I have searched all articles and support information prior to submitting this issue.

This error originated from a custom integration.

Logger: custom_components.thermal_vision.sensor
Source: custom_components/thermal_vision/sensor.py:252
integration: Thermal Vision (documentation, issues)
First occurred: January 10, 2025 at 18:58:54 (627 occurrences)
Last logged: 10:37:57

Updating the sensor failed: HTTPConnectionPool(host='192.168.0.189', port=80): Max retries exceeded with url: /raw (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f57648b0500>, 'Connection to 192.168.0.189 timed out. (connect timeout=1)'))
Updating the sensor failed: HTTPConnectionPool(host='192.168.0.189', port=80): Max retries exceeded with url: /raw (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f5702da2300>, 'Connection to 192.168.0.189 timed out. (connect timeout=1)'))
Updating the sensor failed: HTTPConnectionPool(host='192.168.0.189', port=80): Max retries exceeded with url: /raw (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f57149a59a0>, 'Connection to 192.168.0.189 timed out. (connect timeout=1)'))
Updating the sensor failed: HTTPConnectionPool(host='192.168.0.189', port=80): Max retries exceeded with url: /raw (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f5744421f40>, 'Connection to 192.168.0.189 timed out. (connect timeout=1)'))
Updating the sensor failed: HTTPConnectionPool(host='192.168.0.189', port=80): Max retries exceeded with url: /raw (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f5744c22120>, 'Connection to 192.168.0.189 timed out. (connect timeout=1)'))

This error originated from a custom integration.

Logger: custom_components.thermal_vision.binary_sensor
Source: custom_components/thermal_vision/binary_sensor.py:119
integration: Thermal Vision (documentation, issues)
First occurred: January 10, 2025 at 18:58:54 (627 occurrences)
Last logged: 10:37:57

Updating the sensor failed: HTTPConnectionPool(host='192.168.0.189', port=80): Max retries exceeded with url: /raw (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f5702da1220>, 'Connection to 192.168.0.189 timed out. (connect timeout=1)'))
Updating the sensor failed: HTTPConnectionPool(host='192.168.0.189', port=80): Max retries exceeded with url: /raw (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f5744420aa0>, 'Connection to 192.168.0.189 timed out. (connect timeout=1)'))
Updating the sensor failed: HTTPConnectionPool(host='192.168.0.189', port=80): Max retries exceeded with url: /raw (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f57207b7200>, 'Connection to 192.168.0.189 timed out. (connect timeout=1)'))
Updating the sensor failed: HTTPConnectionPool(host='192.168.0.189', port=80): Max retries exceeded with url: /raw (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f5744421130>, 'Connection to 192.168.0.189 timed out. (connect timeout=1)'))
Updating the sensor failed: HTTPConnectionPool(host='192.168.0.189', port=80): Max retries exceeded with url: /raw (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f5744421400>, 'Connection to 192.168.0.189 timed out. (connect timeout=1)'))

@TheRealWaldo
Copy link
Owner

Sounds like the issue would be on your board setup, it can't reach it.

I don't maintain any config for the MLX90640; would suggest posting an issue for that, along with your ESPHome or platform.io configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants