| [20:49:08] | * JustTB has quit (Quit: Leaving.) |
| [04:21:18] | * JustTB has joined #farmos |
| [04:27:24] | * JustTB has quit (Ping timeout: 265 seconds) |
| [04:36:32] | * JustTB has joined #farmos |
| [04:44:14] | * JustTB has quit (Ping timeout: 276 seconds) |
| [06:06:45] | * JustTB has joined #farmos |
| [06:10:52] | * JustTB has quit (Ping timeout: 245 seconds) |
| [06:53:35] | * JustTB has joined #farmos |
| [06:55:50] | * JustTB has quit (Read error: Connection reset by peer) |
| [07:20:52] | * JustTB has joined #farmos |
| [07:27:57] | * JustTB has quit (Ping timeout: 240 seconds) |
| [07:31:15] | * JustTB has joined #farmos |
| [07:35:27] | * JustTB has quit (Ping timeout: 245 seconds) |
| [07:57:51] | * JustTB has joined #farmos |
| [14:03:51] | <skipper_is[m]> | Is there a way to show more data on the sensor plots? |
| [14:04:21] | <mstenta[m]> | nope it's hard coded at 100 points (that was part of the simple first pass we did to add graphs) |
| [14:04:47] | <mstenta[m]> | so you could just record less granular data points ;-) |
| [14:04:59] | <mstenta[m]> | but donblair has played around with graphing outside of farmOS too... pulling more data via API |
| [14:05:01] | <skipper_is[m]> | Ah ok, it is by points rather than time |
| [14:05:08] | <mstenta[m]> | yea... pretty simple right now |
| [14:05:38] | <mstenta[m]> | i thought about time... but the problem with that is you'd have blank graphs for old sensors |
| [14:05:56] | <mstenta[m]> | so having "last X points" is nice because it works for old/retired sensors too |
| [14:05:58] | <skipper_is[m]> | Yea, fair enough |
| [14:06:01] | <mstenta[m]> | just shows the "most recent points" basically |
| [14:06:49] | <skipper_is[m]> | Second, follow up, can I put iframes in notes? Then I could embed a graph pulled from an API in |
| [14:07:16] | <mstenta[m]> | Hmm no I don't think so. Filtered out for security reasons |
| [14:07:27] | <mstenta[m]> | But you could write a simple module that sticks an iframe in |
| [14:07:40] | <mstenta[m]> | That's actually what the farm_sensor_atmospi module does |
| [14:08:00] | <mstenta[m]> | https://github.com/mstenta/farm_sensor_atmospi/blob/7.x-1.x/farm_sensor_... |
| [14:08:17] | <skipper_is[m]> | Or I'll just generate a graph as PNG every few hours, and do a <IMG> |
| [14:08:30] | <mstenta[m]> | Ah yea that'd work! |
| [14:08:35] | <mstenta[m]> | I think |
| [14:08:47] | <skipper_is[m]> | I'll give it a whirl |
| [14:09:27] | <skipper_is[m]> | Is the last 100 points filterable through the normal filtering process? So if I did arrange by time-stamp ASC, it'd do first 100? |
| [14:11:16] | <mstenta[m]> | no unfortunately |
| [14:11:29] | <mstenta[m]> | i wanted the graphs to be tied directly to the table below... but for the first pass it was separate |
| [14:11:33] | <skipper_is[m]> | Ah never mind |
| [14:12:11] | <skipper_is[m]> | ACTION uploaded an image: 20190925_190708.jpg (159KB) < https://matrix.org/_matrix/media/v1/download/matrix.org/UrdJXZyGgxNOKCVV... > |
| [14:12:17] | <skipper_is[m]> | Very difficult to concentrate on this issue at the moment... |
| [14:12:27] | <mstenta[m]> | haha |
| [14:12:33] | <skipper_is[m]> | Goat is trying to eat my phone... |
| [14:23:41] | <donblair[m]> | skipper_is: -- sorry, think I'm a bit behind in the thread here, but I think you were looking to plot FarmOS data (beyond the # of data points enabled by the automatic graphing)? I have a Jupyter notebook with python code for rearranging the CSV file that FarmOS exports and graphing it |
| [14:24:02] | <donblair[m]> | I'll also see if I can export it as a (reformatted) CSV |
| [14:24:36] | <donblair[m]> | https://github.com/edgecollective/soil-health/blob/master/jup/battery.ipynb |
| [15:11:34] | * FijiDave_ has joined #farmos |
| [15:15:23] | * FijiDave has quit (Ping timeout: 276 seconds) |
| [16:06:16] | * JustTB has quit (Quit: Leaving.) |
| [16:10:17] | * JustTB has joined #farmos |
| [17:09:40] | * kafuidarkey[m] has joined #farmos |
| [17:09:48] | <kafuidarkey[m]> | hello |
| [17:09:48] | <farmBOT> | que tal |
| [17:11:06] | <kafuidarkey[m]> | has anybody try to use Sales and purchases module |
| [17:11:50] | <mstenta[m]> | Hi kafuidarkey I built the Sales and Purchases module :-) |
| [17:12:00] | <kafuidarkey[m]> | ok that nice |
| [17:13:39] | <kafuidarkey[m]> | it it possible to use such feature to make orders and record sales |
| [17:14:25] | <kafuidarkey[m]> | basically we have a potato vine nursery and we want feature in the farmos where by orders wil be made to the nursery |
| [17:15:29] | <kafuidarkey[m]> | any help of my question |
| [17:15:45] | <mstenta[m]> | No it doesn't have any concept of orders yet |
| [17:15:46] | <mstenta[m]> | That might be something that's added in the future |
| [17:15:47] | <mstenta[m]> | The sales and purchase logs are very simple first steps towards something like that |
| [17:17:55] | <kafuidarkey[m]> | ok |
| [17:18:10] | <kafuidarkey[m]> | so it only for recording what is sold and what is bought |
| [17:18:22] | <mstenta[m]> | Correct |
| [17:21:32] | <kafuidarkey[m]> | thanks |
| [17:22:13] | <kafuidarkey[m]> | but if i get a drupal developer he/she can customize it to be able to record order automatically |
| [17:22:17] | <kafuidarkey[m]> | ? |
| [17:28:15] | <mstenta[m]> | Sure! It's open source so you can have a developer customize it for you |
| [17:28:35] | <kafuidarkey[m]> | thanks sir |
| [17:31:45] | <kafuidarkey[m]> | what kind of requirement should i look for it i want to high a drupal developer to customize farmos for our vine nursery |
| [18:16:16] | * JustTB has quit (Quit: Leaving.) |
| [18:32:55] | * FijiDave has joined #farmos |
| [18:35:07] | * FijiDave_ has quit (Read error: Connection reset by peer) |
| [18:41:01] | * FijiDave_ has joined #farmos |
| [18:43:23] | * FijiDave has quit (Ping timeout: 276 seconds) |