You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great compoment! And It has been working well for quite some time, but I've been struggling with this component for a couple of days now. Using the latest version (0.8.2) data (except humidity) is shown when I restart HA or reload the component, but after 30+ seconds all sensors become "unavailable"
Humidity is completely gone.
Anyone else having similar issues?
This is what the HA debug log states:
2021-04-06 16:21:57 INFO (MainThread) [custom_components.jq300]
-------------------------------------------------------------------
JQ-300/200/100 Indoor Air Quality Meter
Version: 0.8.2
This is a custom integration!
If you have ANY issues with this you need to open an issue here:
https://github.com/Limych/ha-jq300/issues
-------------------------------------------------------------------
2021-04-06 16:21:57 WARNING (MainThread) [homeassistant.loader] You are using a custom integration airthings_wave which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-04-06 16:21:57 DEBUG (MainThread) [custom_components.jq300] Connecting to account *****************
2021-04-06 16:21:57 DEBUG (SyncWorker_0) [custom_components.jq300.api] Connecting to cloud server
2021-04-06 16:21:57 DEBUG (SyncWorker_0) [custom_components.jq300.api] Requesting URL http://www.youpinyuntai.com:32086/ypyt-api/api/app/loginByEmail
2021-04-06 16:21:58 DEBUG (SyncWorker_0) [custom_components.jq300.api] _query ret 200
2021-04-06 16:21:58 DEBUG (SyncWorker_0) [custom_components.jq300.api] Start connecting to cloud MQTT-server
2021-04-06 16:21:58 DEBUG (SyncWorker_0) [custom_components.jq300.api] Updating devices list for account *****************
2021-04-06 16:21:58 DEBUG (SyncWorker_0) [custom_components.jq300.api] Requesting URL http://www.youpinyuntai.com:32086/ypyt-api/api/app/deviceManager
2021-04-06 16:21:58 DEBUG (Thread-4) [custom_components.jq300.api] Sending CONNECT (u1, p1, wr0, wq0, wf0, c1, k60) client_id=b'*****************'
2021-04-06 16:21:59 DEBUG (Thread-4) [custom_components.jq300.api] Received CONNACK (0, 0)
2021-04-06 16:21:59 DEBUG (Thread-4) [custom_components.jq300.api] Connected to MQTT
2021-04-06 16:21:59 DEBUG (Thread-4) [custom_components.jq300.api] Updating devices list for account *****************
2021-04-06 16:21:59 DEBUG (Thread-4) [custom_components.jq300.api] Requesting URL http://www.youpinyuntai.com:32086/ypyt-api/api/app/deviceManager
2021-04-06 16:21:59 DEBUG (Thread-4) [custom_components.jq300.api] _query ret 200
2021-04-06 16:21:59 DEBUG (Thread-4) [custom_components.jq300.api] Sending SUBSCRIBE (d0, m1) []
2021-04-06 16:21:59 DEBUG (SyncWorker_0) [custom_components.jq300.api] _query ret 200
2021-04-06 16:21:59 DEBUG (MainThread) [custom_components.jq300.binary_sensor] Setup binary sensors for account *****************
2021-04-06 16:21:59 DEBUG (MainThread) [custom_components.jq300.sensor] Setup sensors for account *****************
2021-04-06 16:21:59 DEBUG (MainThread) [custom_components.jq300.sensor] Sensors list is not ready. Wait for 3 sec...
2021-04-06 16:21:59 DEBUG (SyncWorker_5) [custom_components.jq300.api] Updating sensors state for account *****************
2021-04-06 16:21:59 DEBUG (SyncWorker_5) [custom_components.jq300.api] Requesting URL https://www.youpinyuntai.com:31447/device/list
2021-04-06 16:22:01 DEBUG (SyncWorker_5) [custom_components.jq300.api] _query ret 200
2021-04-06 16:22:01 DEBUG (SyncWorker_5) [custom_components.jq300.api] Requesting URL https://www.youpinyuntai.com:31447/device/list
2021-04-06 16:22:01 DEBUG (Thread-4) [custom_components.jq300.api] Sending CONNECT (u1, p1, wr0, wq0, wf0, c1, k60) client_id=b'*****************'
2021-04-06 16:22:01 DEBUG (Thread-4) [custom_components.jq300.api] Received CONNACK (0, 0)
2021-04-06 16:22:01 DEBUG (Thread-4) [custom_components.jq300.api] Connected to MQTT
2021-04-06 16:22:01 DEBUG (Thread-4) [custom_components.jq300.api] Sending SUBSCRIBE (d0, m2) [(b'*****************', 0), (b'*****************', 0)]
2021-04-06 16:22:01 DEBUG (SyncWorker_5) [custom_components.jq300.api] _query ret 200
2021-04-06 16:22:01 DEBUG (MainThread) [custom_components.jq300.api] Finished fetching ******************* device's sensors in 1.470 seconds
2021-04-06 16:22:01 DEBUG (MainThread) [custom_components.jq300.binary_sensor] Initialize binary_sensor.jqsensor01_air_quality_alert
2021-04-06 16:22:01 DEBUG (MainThread) [custom_components.jq300.binary_sensor] Initialize binary_sensor.jqsensor02_air_quality_alert
2021-04-06 16:22:01 DEBUG (MainThread) [custom_components.jq300.api] Availability: True (account) AND True (device 27438) AND True (timeout) = True
2021-04-06 16:22:01 DEBUG (MainThread) [custom_components.jq300.api] Availability: True (account) AND True (device 27128) AND True (timeout) = True
2021-04-06 16:22:01 DEBUG (Thread-4) [custom_components.jq300.api] Received SUBACK
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.sensor] Initialize sensor.jqsensor01_internal_temperature
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.sensor] Initialize sensor.jqsensor01_pm25
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.sensor] Initialize sensor.jqsensor01_hcho
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.sensor] Initialize sensor.jqsensor01_tvoc
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.sensor] Initialize sensor.jqsensor01_eco2
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.sensor] Initialize sensor.jqsensor02_internal_temperature
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.sensor] Initialize sensor.jqsensor02_pm25
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.sensor] Initialize sensor.jqsensor02_hcho
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.sensor] Initialize sensor.jqsensor02_tvoc
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.sensor] Initialize sensor.jqsensor02_eco2
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.api] Availability: True (account) AND True (device 27438) AND True (timeout) = True
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.api] Availability: True (account) AND True (device 27438) AND True (timeout) = True
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.api] Availability: True (account) AND True (device 27438) AND True (timeout) = True
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.api] Availability: True (account) AND True (device 27438) AND True (timeout) = True
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.api] Availability: True (account) AND True (device 27438) AND True (timeout) = True
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.api] Availability: True (account) AND True (device 27128) AND True (timeout) = True
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.api] Availability: True (account) AND True (device 27128) AND True (timeout) = True
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.api] Availability: True (account) AND True (device 27128) AND True (timeout) = True
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.api] Availability: True (account) AND True (device 27128) AND True (timeout) = True
2021-04-06 16:22:02 DEBUG (MainThread) [custom_components.jq300.api] Availability: True (account) AND True (device 27128) AND True (timeout) = True
........
The text was updated successfully, but these errors were encountered:
I will not close this issue yet, simply because other users will probably encounter a similar problem in the near future. So that they do not produce new issues...
Even if it's a cloud issue, can you display last value instead of "unavailable"? I'm having the same issue, and it's intermittent. A few weeks it might work stable, then again.
Hi,
Great compoment! And It has been working well for quite some time, but I've been struggling with this component for a couple of days now. Using the latest version (0.8.2) data (except humidity) is shown when I restart HA or reload the component, but after 30+ seconds all sensors become "unavailable"
Humidity is completely gone.
Anyone else having similar issues?
This is what the HA debug log states:
The text was updated successfully, but these errors were encountered: