Hello. Thanks for reading.
I am stumped. I am posting data from my weather station (using EasyWeather) and a “custom” endpoint. From what I can see, everything is fine and farmOS is receiving my POST/JSON data into the data streams fields I created. However, I cannot see any data, anywhere.
I checked in the Sensor’s own LOG tab, and it’s empty. Then I looked into the FarmOS Error Logs (recent log messages) and found this message:
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column ‘value_denominator’ at row 1: INSERT INTO “data_stream_basic” (“id”, “timestamp”, “value_numerator”, “value_denominator”) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3); Array ( [:db_insert_placeholder_0] => 8 [:db_insert_placeholder_1] => 1686052596 [:db_insert_placeholder_2] => 9978293341116 [:db_insert_placeholder_3] => 10000000000 ) in Drupal\data_stream\Plugin\DataStream\DataStreamType\Basic->storageSave() (line 487 of /home/farmos/public_html/web/profiles/farm/modules/core/data_stream/src/Plugin/DataStream/DataStreamType/Basic.php).
I’m not sure how to solve this, or if it is a bug. The data is reaching the site, but those are not the data streams I have set up. What is this?