OpenBK7231T_App icon indicating copy to clipboard operation
OpenBK7231T_App copied to clipboard

Reporting/expressing sensor values does not work for DS1820

Open tilator opened this issue 3 months ago • 2 comments

PHP-command:

$json = file_get_contents('http://' . 'some_IP' . '/cm?cmnd=status');

does report power sensor values, DHT11 values and DHT22 values as expected, but does not report DS1820.

Temperature value does show up correctly on UI and can be got by channel value, but not as status expression.

Firmware:

  • Version 1.18.175 or 1.18.177
  • Chip/model: BK7231N and Eswin

tilator avatar Sep 20 '25 20:09 tilator

That's indeed missing, thanks for your report, probably some other sensors are missing , too. Will try and fix this soon.

MaxineMuster avatar Sep 21 '25 06:09 MaxineMuster

Thanks.

tilator avatar Sep 27 '25 19:09 tilator