OpenBK7231T_App
OpenBK7231T_App copied to clipboard
Reporting/expressing sensor values does not work for DS1820
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
That's indeed missing, thanks for your report, probably some other sensors are missing , too. Will try and fix this soon.
Thanks.