IP address is the pi running Domoticz. And it appears every 4 minutes.
There are 3 dockers running (Deconz, mosquitto, zwave-js-ui) that could update devices. But stopping this does not help, still getting the message.
Any idea why this more debug level is not working ?
15326 - [WebServer] Depricated RType Topic is solved
Moderators: leecollings, remb0
Forum rules
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.
Use the following template when posting here:
Version: xxxx
Platform: xxxx
Plugin/Hardware: xxxx
Description:
.....
If you are having problems with scripts/blockly, always post the script (in a spoiler or code tag) or screenshots of your blockly
If you are replying, please do not quote images/code from the first post
Please mark your topic as Solved when the problem is solved.
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.
Use the following template when posting here:
Version: xxxx
Platform: xxxx
Plugin/Hardware: xxxx
Description:
.....
If you are having problems with scripts/blockly, always post the script (in a spoiler or code tag) or screenshots of your blockly
If you are replying, please do not quote images/code from the first post
Please mark your topic as Solved when the problem is solved.
- waltervl
- Posts: 5846
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: 15326 - [WebServer] Depricated RType
It is not mosquitto and not Zwave-JS-UI as they do not communicate over http API with Domoticz.enboer wrote: ↑Wednesday 26 March 2025 11:21 IP address is the pi running Domoticz. And it appears every 4 minutes.
There are 3 dockers running (Deconz, mosquitto, zwave-js-ui) that could update devices. But stopping this does not help, still getting the message.
Any idea why this more debug level is not working ?
It could be the Deconz python plugin. Did you update the plugin?
Or it could be another plugin scanning Domoticz regularly.
What is the command you get the error on? getdevices?
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 35
- Joined: Tuesday 02 October 2018 15:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: 15326 - [WebServer] Depricated RType
This is the message:
2025-03-26 18:44:01.626 [WebServer] Deprecated RType (devices) for API request. Handled via fallback (getdevices), please use correct API Command! (192.168.2.8)
The deconz docker is stopped, and the Deconz plugin in Domoticz is disabled. Still gettint this message.
2025-03-26 18:44:01.626 [WebServer] Deprecated RType (devices) for API request. Handled via fallback (getdevices), please use correct API Command! (192.168.2.8)
The deconz docker is stopped, and the Deconz plugin in Domoticz is disabled. Still gettint this message.
- jvdz
- Posts: 2328
- Joined: Tuesday 30 December 2014 19:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.107
- Location: Netherlands
- Contact:
Re: 15326 - [WebServer] Depricated RType
Well, all we can tell you is that there is a process running on ip 192.168.2.8 that is using the old API format, and you are the only person that can check that source.
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
-
- Posts: 35
- Joined: Tuesday 02 October 2018 15:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: 15326 - [WebServer] Depricated RType
Finally I have found the issue. I previously looked at the crons running on my system. There is one checking if Domoticz is still running. I then did not realised that this script uses the json api to do that (thought it just look at the process list
) . Today I looked at the script and it uses the Domoticz json API that to find out the status.
Thanks all for you patience and help.

Thanks all for you patience and help.
- waltervl
- Posts: 5846
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: 15326 - [WebServer] Depricated RType
Then it used the incorrect JSON call.
For monitoring Domoticz use eg
As described in https://wiki.domoticz.com/Monitoring_domoticz
Edit: I see now that on the wiki n the section of the script the incorrect call is used. I will change that asap. For Monit it has the correct API call.
Edit 2: Fixed the wiki
For monitoring Domoticz use eg
Code: Select all
http://127.0.0.1:8080/json.htm?type=command¶m=getversion
Edit: I see now that on the wiki n the section of the script the incorrect call is used. I will change that asap. For Monit it has the correct API call.
Edit 2: Fixed the wiki
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Who is online
Users browsing this forum: No registered users and 1 guest