NoPlayBack

Results 20 comments of NoPlayBack

Update: Errors exist again. Did reboot the raspi. Error did show up again immediatly....

I finally made it to get the data, and i am using python and requests to receive data from all sensors i have. Using this: r = requests.post('https://www.data199.com/api/pv1/device/lastmeasurement', data={"deviceids": id_list,...

well yes that is my question. Can i simply add another index on datapoints.... sorting per name, and then test speed? If that does not help i would delete the...

Did the test..... - query as mentioned on first post did need 42,737 sec to deliver 1171 rows. - stop sql.0 instance - add key on datapoints.name - start sql.0...

I thought, even if this new version is not available through Grafana Cloud, i would be able to install that myself by extracting and putting it into the grafana plugin...

using Grafana 11.1.3 on a rasperrypi.... no change in default config so pluginfolder is /var/lib/grafana/plugins I download this zip here and create "/var/lib/grafana/plugins/pr0ps-trackmap-panel" with content img-folder, module.js, module.js.map, plugin.json...... and...

ok.... what i did now is adding a visualization to an existing panel, then choosing the visualization be using the drop down menu on top right side of the window......

Thanks for the answer.... i do use NUT on a RaspberryPi and simply did run "sudo apt install nut nut-client nut-server" I did more or less follow these funny &...

Running this here: ``` pi@raspberrypi01:~ $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)" NAME="Raspbian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" ``` Well, while i'm fairly able to...

Need to correct my first statement.... about functionality of instant commands. I did test ``` beeper.disable - Disable the UPS beeper beeper.enable - Enable the UPS beeper load.off.delay 30 -...