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

State update error #1

Open
stalkerj opened this issue Feb 20, 2020 · 24 comments
Open

State update error #1

stalkerj opened this issue Feb 20, 2020 · 24 comments

Comments

@stalkerj
Copy link

Please help me with error in 1 of 3 terneo termostat. Local API was enabled.

[2/20/2020, 9:48:24 AM] [Теплый пол - ванна] [Terneo] [DEBUG] Begin state update
[2/20/2020, 9:48:24 AM] [Теплый пол - ванна] [Terneo] [DEBUG] Begin state update
[2/20/2020, 9:48:30 AM] [Теплый пол - ванна] [Terneo] [WARNING] State update error Error: Response has no telemetry data
at axios.post.then (/homebridge/node_modules/homebridge-terneo-heatfloor/index.js:104:43)
at process._tickCallback (internal/process/next_tick.js:68:7)

[2/20/2020, 9:48:30 AM] [Теплый пол - ванна] [Terneo] [WARNING] State update error Error: Response has no telemetry data
at axios.post.then (/homebridge/node_modules/homebridge-terneo-heatfloor/index.js:104:43)
at process._tickCallback (internal/process/next_tick.js:68:7)

[2/20/2020, 9:48:30 AM] [Теплый пол - ванна] [Terneo] [DEBUG] Schedule new state update after 60 sec.
[2/20/2020, 9:48:30 AM] [Теплый пол - ванна] [Terneo] [DEBUG] Schedule new state update after 60 sec.
[2/20/2020, 9:49:30 AM] [Теплый пол - ванна] [Terneo] [DEBUG] Begin state update
[2/20/2020, 9:49:30 AM] [Теплый пол - ванна] [Terneo] [DEBUG] Begin state update
[2/20/2020, 9:49:35 AM] [Теплый пол - ванна] [Terneo] [WARNING] State update error Error: Response has no telemetry data
at axios.post.then (/homebridge/node_modules/homebridge-terneo-heatfloor/index.js:104:43)
at process._tickCallback (internal/process/next_tick.js:68:7)

[2/20/2020, 9:49:35 AM] [Теплый пол - ванна] [Terneo] [WARNING] State update error Error: Response has no telemetry data
at axios.post.then (/homebridge/node_modules/homebridge-terneo-heatfloor/index.js:104:43)
at process._tickCallback (internal/process/next_tick.js:68:7)

@wiistriker
Copy link
Owner

Please show me your config files with accessories (you can delete ip, serial numbers and other sensitive information). Do you have only one accessory or more? What terneo device do you have?

It looks little bit confusing that all messages in logs doubled

@stalkerj
Copy link
Author

stalkerj commented Feb 20, 2020

Messages is going from time to time only about 1 thermostat.
Here my config for terneo. I have 3 thermostats.

{
"accessory": "TerneoHeatfloor",
"name": "Теплый пол - кухня",
"ip": "10.0.1.191",
"serial": "0C0017000B4xxxxxxxxxxxxxxxxxx"
},
{
"accessory": "TerneoHeatfloor",
"name": "Теплый пол - гостинная",
"ip": "10.0.1.251",
"serial": "0F000D00094xxxxxxxxxxxxxxxxxxx"
},
{
"accessory": "TerneoHeatfloor",
"name": "Теплый пол - ванна",
"ip": "10.0.1.250",
"serial": "1D000A00024xxxxxxxxxxxxxxxxxxxxxxxxxx"
},

@stalkerj
Copy link
Author

Снимок

@wiistriker
Copy link
Owner

Could you please check with one thermostat?

@stalkerj
Copy link
Author

stalkerj commented Feb 20, 2020

Should I delete thermostats that works fine from config?

@wiistriker
Copy link
Owner

So only one thermostat not working correctly? Another two working fine?
Could you please check blocking parameter again and maybe restart not working device? Can you power off not working device?

@stalkerj
Copy link
Author

Only one thermostat gave an error in log. blc - off - i checked it few times already.

@stalkerj
Copy link
Author

I think that i found a problem. Thermostat that make error has firmware 2.3 (jay test), otherone has 2.3 (jay). I initiate updating.

@wiistriker
Copy link
Owner

Did the update help?

@stalkerj
Copy link
Author

Yes it is

@mksmo
Copy link

mksmo commented Mar 24, 2020

I think that i found a problem. Thermostat that make error has firmware 2.3 (jay test), otherone has 2.3 (jay). I initiate updating.

Hi,
How did you initiated update? I've got firmware v 2.3 (jay test), and there is no updates available.
Thanks

@stalkerj
Copy link
Author

Я думал что смог это сделать, но нет. У меня была кнопка обновления в веб интерфейсе, я ее надал но прошивка не изменилась. Ошибка вылезает иногда, но чаще ее нет

@stalkerj stalkerj reopened this Mar 24, 2020
@mksmo
Copy link

mksmo commented Mar 26, 2020

У меня была кнопка обновления в веб интерфейсе, я ее надал но прошивка не изменилась.

В поддержке Terneo сообщили о выходе обновления через 2 недели.

@wiistriker
Copy link
Owner

Выкатил версию 1.0.4, обновитесь, посмотрите на поведение

@denyslietnikov
Copy link

Выкатил версию 1.0.4, обновитесь, посмотрите на поведение

На последней версии все равно есть ошибка регулярная в логе:

[11/25/2020, 06:02:17] [Теплый пол Ванная] [Terneo] [WARNING] State update error Error: Response has no parameters data
at /usr/local/lib/node_modules/homebridge-terneo-heatfloor/index.js:209:31
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:97:5)
[11/25/2020, 06:05:19] [Теплый пол Ванная] [Terneo] [WARNING] State update error Error: Response has no parameters data
at /usr/local/lib/node_modules/homebridge-terneo-heatfloor/index.js:209:31
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:97:5)

@akaGDM
Copy link

akaGDM commented Dec 12, 2020

Ошибка появляется на устройстве, которое записано последним в конфиге. Если убрать из конфига ванную, то ошибка будет на гостиной в случае топикстартера. У меня такая закономерность

@snappytoes1
Copy link

Аналогичная ошибка. Все еще нет решения?

@wiistriker
Copy link
Owner

Про какую версию прошивки речь?

@wiistriker
Copy link
Owner

поправил ошибку, при котором обновлялся только последний добавленный в список теплый пол. проверьте версию 1.0.6

@pero-shpak
Copy link

1.0.6 Версия

[Теплый пол] [Terneo] [WARNING] State update error Error: Response has no parameters data
at /usr/local/lib/node_modules/homebridge-terneo-heatfloor/index.js:156:27
at processTicksAndRejections (internal/process/task_queues.js:93:5)
[homebridge-terneo-heatfloor] This plugin generated a warning from the characteristic 'Heating Threshold Temperature': characteristic was supplied illegal value: number 0 exceeded minimum of 5. See https://git.io/JtMGR for more info.
[homebridge-terneo-heatfloor] This plugin generated a warning from the characteristic 'Heating Threshold Temperature': characteristic was supplied illegal value: number 0 exceeded minimum of 5. See https://git.io/JtMGR for more info.
[Теплый пол] [Terneo] [WARNING] Active set failure
[Теплый пол] [Terneo] [WARNING] Active set failure
[Теплый пол] [Terneo] [WARNING] Active set failure
[Теплый пол] [Terneo] [WARNING] LockPhysicalControls set failure, reponse:
[Теплый пол] [Terneo] [WARNING] State update error Error: Response has no parameters data
at /usr/local/lib/node_modules/homebridge-terneo-heatfloor/index.js:156:27
at processTicksAndRejections (internal/process/task_queues.js:93:5)
[Теплый пол] [Terneo] [WARNING] State update error Error: Response has no parameters data
at /usr/local/lib/node_modules/homebridge-terneo-heatfloor/index.js:156:27
at processTicksAndRejections (internal/process/task_queues.js:93:5)
[Теплый пол] [Terneo] [WARNING] State update error Error: Response has no parameters data
at /usr/local/lib/node_modules/homebridge-terneo-heatfloor/index.js:156:27
at processTicksAndRejections (internal/process/task_queues.js:93:5)

@MityaSavchenko
Copy link

Есть какие-либо апдейты по этому? Также постоянно получаю эту ошибку ("Terneo] [WARNING] State update error Error: Response has no parameters data") на версии 1.0.6.
Device firmware - 2.5(raven)

@wiistriker
Copy link
Owner

Пока апдейтов никаких. Инженеры тернео говорят, что плагин часто опрашивает устройство и оно падает. Хотя частота опроса - 60 секунд.

Несколько девайсов одновременно заработало?

@akaGDM
Copy link

akaGDM commented Sep 20, 2022

Несколько девайсов одновременно заработало?

Пять штук работает. Очень редко бывает один отвалится. Управляется все из Home Kit. HB в лог частенько пишет про какую-то недопустимую характеристику, не помню точно

@snappytoes1
Copy link

Вот такая ошибка. Все еще не исправлено...

[Terneo] [WARNING] State update error [AxiosError: timeout of 3000ms exceeded] {
code: 'ECONNABORTED',
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [Function: httpAdapter],
transformRequest: [ [Function: transformRequest] ],
transformResponse: [ [Function: transformResponse] ],
timeout: 3000,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: { FormData: [Function] },
validateStatus: [Function: validateStatus],
headers: {
Accept: 'application/json, text/plain, /',
'Content-Type': 'application/json',
'User-Agent': 'axios/0.27.2',
'Content-Length': 9

 ........

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

8 participants