I'm currently running Domoticz 2025.1 (16657) because I need the Netatmo OAuth2 support (which is not available in the stable version yet).
Everything works fine when accessing the Domoticz web interface (e.g., http://192.xxx.x.x::8080/), but whenever I try to access the JSON API, I get a "Page not found" error.
For example, if I visit:
Code: Select all
http://192.xxx.x.x:8080/json.htm?type=devices&order=name
Code: Select all
http://192.xxx.x.x:8080/json.htm
I checked that Domoticz is running without the --minimalwebserver flag.
I am not using any reverse proxy (I connect directly).
Domoticz starts normally, and the web GUI is accessible.
Tested both HTTP and HTTPS access — same issue.
I am not using any authentication settings that could block API access.
My question:
Is the JSON API intentionally disabled or missing in the current 2025.1 (16657)?
Will it be reintroduced soon, or should we expect it only in the next stable release?
Thank you for your help,
Alberto