-
Notifications
You must be signed in to change notification settings - Fork 18
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
error: 'NoneType' object has no attribute 'auth' #34
Comments
English please. |
I have the same. The logs show: Logger: homeassistant.util.async_ Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for floureon doing blocking calls at custom_components/floureon/init.py, line 46: time.sleep(0.1) |
Same problem here |
Same here Logger: custom_components.floureon Thermostat 192.168.1.64 read_status() error: 'NoneType' object has no attribute 'auth' |
Hi someone solve this problem ? I have same but I find out that my thermostats disconnecting randomly from my wifi I cannot find it in my list of devices in router and also i cannot ping it. Only restart thermostat connect again. |
Hello, this is NOT a issue of the integration. This is problem of the Thermostat itself, which seems to time too time forgot all the setting including wi-fi pairing. So the solution is, that you need to switch thermostat into pairing mode (exact procedure depends on your device type, please consult manual) and then to use mobile application to pair thermostat back to your network. |
anyone figured out how to 'pair' it with hass? |
I have an issue. Yesterday it stop working at all. log from home assitant :
Logger: custom_components.floureon
Source: custom_components/floureon/init.py:53
Integration: floureon (documentation, issues)
First occurred: 16:44:48 (2152 occurrences)
Last logged: 21:12:49
Thermostat 192.168.2.6 network error: [Errno -4000] Network timeout: No response received within 3s
Thermostat 192.168.2.4 network error: [Errno -4000] Network timeout: No response received within 3s
Thermostat 192.168.2.5 network error: [Errno -4000] Network timeout: No response received within 3s
Thermostat 192.168.2.3 network error: [Errno -4000] Network timeout: No response received within 3s
Thermostat 192.168.2.9 network error: [Errno -4000] Network timeout: No response received within 3s
and the second one.
Logger: custom_components.floureon
Source: custom_components/floureon/init.py:78
Integration: floureon (documentation, issues)
First occurred: 16:20:02 (24 occurrences)
Last logged: 16:22:02
Thermostat 192.168.2.8 read_status() error: 'NoneType' object has no attribute 'auth'
Thermostat 192.168.2.9 read_status() error: 'NoneType' object has no attribute 'auth'
Thermostat 192.168.2.5 read_status() error: 'NoneType' object has no attribute 'auth'
Thermostat 192.168.2.7 read_status() error: 'NoneType' object has no attribute 'auth'
Thermostat 192.168.2.10 read_status() error: 'NoneType' object has no attribute 'auth'
The text was updated successfully, but these errors were encountered: