-
Notifications
You must be signed in to change notification settings - Fork 6
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
ems-esp adapter is requesting data for "unknown device" #34
Comments
3.7.0 is not supported yet. Haven't tested. But have you restarted the iobroker adapter? |
Hi, thank you for the quick answer.
YES Adapter was restarted.
All the relevant Infos (Boiler, thermostat, ... ) look like they are received, so no big problem.
10.09.2023 17:47:43 Thomas ***@***.***>:
…
3.7.0 is not supported yet. Haven't tested. But have you restarted the iobroker adapter?
—
Reply to this email directly, view it on GitHub[#34 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ACNPTCQY2QPCXNDBREYBIW3XZXOJ5ANCNFSM6AAAAAA4SHZ4DQ].
You are receiving this because you authored the thread.[Verfolgungsbild][https://github.com/notifications/beacon/ACNPTCTHHJTQOFXTF2UJWADXZXOJ5A5CNFSM6AAAAAA4SHZ4DSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTGC75BC.gif]
|
Do you have 2 thermostats? Please post http://ems-esp/api/system |
Yes, in a way. The system ist a Bosch heatpump, where the rc300 ist build inside. A room Thermostat rc100h ist external. This second Thermostat supplies temp and humidity for dewpoint calculation, as the Bosch can also be a cooling system. Will send API/System soon.--Diese Nachricht wurde von meinem Android Mobiltelefon mit WEB.DE Mail gesendet.Am 10.09.23, 18:31 schrieb Thomas ***@***.***>:
Do you have 2 thermostats? Please post http://ems-esp/api/system
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
`
|
Was this working before with 2 thermostats? |
I think I found something:
|
I dont know weather the the response to /api/custom changed or only the logging in the ems-esp is more active `19:53:48.187518 IP ioBroker-RasPi.fritz.box.33850 > ems-esp.fritz.box.http: Flags [P.], seq 1:63, ack 1, win 64240, length 62: HTTP: GET /api/system HTTP/1.1 19:53:48.801765 IP ioBroker-RasPi.fritz.box.33878 > ems-esp.fritz.box.http: Flags [P.], seq 1:67, ack 1, win 64240, length 66: HTTP: GET /api/thermostat HTTP/1.1 |
see https://emsesp.github.io/docs/Commands/#http |
Thanks for input. I added the integration of custom entities from esp. |
hmmmm, at least I do some quick testing after every ems-esp update and dont remember error entries in the ems-esp log. Possibly the integration of custom entities (or custom naming of devices ...) is still a bit ongoing and we expect some success in future. by now I can live with this minor problem (only in the log :-), data is coming correctly. |
Errors in log was due to polling custom entities from ems-esp. I introduced a config parameter in new version2.4.1. |
perfect, no more errors in ems-esp! ciao |
I'll update the EMS-ESP docs this weekend. Also will look at suppressing the error in the logs. |
@proddy best solution would be to include custom elements in api/system similar to sensors to be able to identify the existence of these elements. |
yes, agreed! Or have a valid "device" like boiler, thermostat ... system for "custom entities" answering with {}/empty without error. Thank You |
added |
Hi,
after updateing to ems-esp v3.7.0-dev0 (2023-10-09 around 16:00) this error is logged in ems-esp:
the times correspond to the times of the ems-esp adapter in my iobroker installation, e.g when stopping no errors, restarting errors start again at the times of the polling od data.
No error with initial data (/thermostat, /boiler, /system)
I dont see the wrong api call, please help me with settings to log the error (ems-esp or ems-esp-iobroker adapter)
The text was updated successfully, but these errors were encountered: