You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When httpAdminRoot is set to a custom value in the settings.js file, the UI is unable to retrieve the list of sensors, in the javascript console there is a 404 error.
Changing line 21 in file 98-ds18b20.html from
$.getJSON('/sensors/1wire/',function(data){
to
$.getJSON('sensors/1wire/',function(data){
will solve the issue.
The text was updated successfully, but these errors were encountered:
When httpAdminRoot is set to a custom value in the settings.js file, the UI is unable to retrieve the list of sensors, in the javascript console there is a 404 error.
Changing line 21 in file 98-ds18b20.html from
to
will solve the issue.
The text was updated successfully, but these errors were encountered: