-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
API http://[IP]/api/thermostat/info gives error #2274
Comments
support info? |
Sorry for the late response in this. What happens is the following under v3.7.1: When I typ: http://192.168.0.50/api/thermostat into any browser window I now get this response: {"message":"unknown device thermostat"} This used to be in v3.6.5 {"hc1 Streeftemperatuur kamer (seltemp)":15.0,"hc1 Huidige kamertemperatuur (currtemp)":16.4,"hc1 Discovery huidige kamertemperatuur (haclimate)":"kamertemperatuur"} It's also reflected in my LUA code with a Fibaro Home Center 3 where I use the 'GET' function
|
can you send your system info please? https://docs.emsesp.org/Support/ |
I have a Gateway E32 (Ethernet + WiFi Edition) from BBQKees, is that what you need? Bought in jan 2023. I contacted BBQKees already and he suggested to open an issue here at GitHub |
For the system info navigate to http://192.168.0.50/help and download the support information, attach it here. After update and restart it takes around minute to find the devices on the bus, in this time you will get the |
that's very strange, I can't think of what could cause that. Do any of the other API calls work, like |
boiler info is returning values:
With telnet I will try later today. |
@MichaelDvP any idea what could cause this? |
I've already mentioned:
But only get back: |
please test and re-open (with support info) if you still have issues. |
I have been running v3.7.1 for more than 1,5 hours:
![]() http://192.168.0.50/api/thermostat still gives this message: {"message":"unknown device thermostat"} |
Oh! |
Oh, this is an easy thermostat, not writeable, so if fails here: Line 68 in 473cf7c
This is a bug. |
Glad you found the issue, thank you for helping |
good find Michael |
@RikBast Please check with the new dev version if it is fixed. |
@MichaelDvP Works! Thank you |
I tried to use http://[IP]/api/thermostat/info in v3.7.1 and it gives an error:
{"message":"unknown device thermostat"}
In v3.6.5 it gives the correct response.
The text was updated successfully, but these errors were encountered: