| [22:24:51] | <conservationmave> | Thank you @paul121 and @mstenta! |
| [23:34:57] | * blm5303[m] has joined #farmos |
| [23:36:46] | <blm5303[m]> | Hey all, is there any module or feature that enables real time monitoring of sensor data in farmOS? I'm just getting started in planning a diversified operation and I'm very intrigued by the idea of low-cost sensors and being able to monitor all of my different enterprises from one central point. |
| [00:11:45] | <paul121[m]> | Hi blm5303 ! That will largely depend on the sensors you use & how they are able to communicate with farmOS |
| [00:16:08] | <paul121[m]> | The Farm Sensor Listener module would likely work for most sensors. It works by allowing sensors to send data to farmOS via HTTP POST requests. So as long as your sensor can send POST requests to the server, that should work |
| [00:17:28] | <paul121[m]> | That same module provides some options for viewing graphs of the latest sensor data & (I believe) exporting data as a CSV |
| [00:17:55] | <paul121[m]> | Some documentation on that here: https://farmos.org/guide/assets/sensors/ |
| [00:20:50] | <blm5303[m]> | Thank you for the info paul121! I am still in the early stages of planning for this property but I am thinking of going with raspberry pi based sensors on a wireless mesh network. I know next to nothing about network design or honestly coding in general but this looks to be the best way for me to have telemetry across all 10 acres |
| [00:23:34] | <paul121[m]> | Very cool. Getting wifi across 10 acres is probably a challenge! But some kind of a mesh network might make it easier |
| [00:24:26] | <blm5303[m]> | I have also considered some kind of radio mesh network like XBee but again, that's some very unfamiliar territory for me |
| [00:26:11] | <paul121[m]> | Raspberry pi could definitely send the data to farmOS. There are likely existing examples or even frameworks for raspberry pi. I'm not super familiar with them but maybe someone here knows a good tutorial/example |
| [00:27:40] | <paul121[m]> | MQTT is another protocol we have been interested in integrating with farmOS. Haven't thought much about XBee (is that the same as zigbee?) but it's likely possible as well! |
| [00:31:09] | <blm5303[m]> | I only know that they exist to serve the same purpose! I'm going to do some research over the next few months and try to implement the rasp pi solution in my little grow tent first |
| [00:31:43] | <paul121[m]> | I think you might find some good info on the forum too. Others have brought up questions about sensors too: https://farmos.discourse.group/search?q= |
| [00:32:05] | <blm5303[m]> | Awesome, will be checking that out |
| [00:32:20] | <paul121[m]> | Let us know what you end up with! |
| [00:33:04] | <paul121[m]> | And of course if you have any questions |
| [00:34:39] | <blm5303[m]> | Will do! Just ordered my first set of sensors and my first pi. I'll be back here periodically with questions i'm sure haha |
| [01:07:26] | <spacespy[m]> | Is there anyway to capture data from bluetooth in the farmOs field kit app ? |
| [01:09:42] | <spacespy[m]> | I'm near 7 acres too, but near 0.3 miles from our house |
| [01:12:32] | <spacespy[m]> | I'll be in my vegetables fields all day long,. If i use bluetooth sensors, my smartphone could agregate data and transfer it to farmOs by the app |
| [05:01:54] | * friedrich[m]1 has quit (Quit: Idle for 30+ days) |
| [05:01:54] | * frederike[m] has quit (Quit: Idle for 30+ days) |
| [05:01:54] | * steinfarm[m] has left #farmos ("Kicked by @appservice-irc:matrix.org : Idle for 30+ days") |
| [05:01:54] | * olaf[m] has quit (Quit: Idle for 30+ days) |
| [07:12:14] | * shmida[m] has joined #farmos |
| [07:18:07] | <shmida[m]> | hey! im trying to set FarmOS on my windows10 on a Docker desktop. after the docker compose setup, the 2 containers are up but I cant fined the drupal instalation page (I took the ip of the farm_www_1 container from the docker inspect command but it doesnt work...) how can i reach the drupal istallation page?? any help? |
| [07:48:14] | <shmida[m]> | *when I Run a regular drupal image, I go on my browser to 127.0.0.1:(exposedIP)and it does work... any suggestments? |
| [09:18:20] | <mstenta[m]> | [spacespy](https://matrix.to/#/@spacespy:matrix.org) not currently, but certainly something you could experiment with if you are comfortable coding |
| [09:18:22] | <mstenta[m]> | The tricky part is that the app is a JavaScript progressive web app |
| [09:18:38] | <mstenta[m]> | And as far as I understand it, the options for accessing hardware are limited |
| [09:19:19] | <mstenta[m]> | We are currently wrapping that with Cordova to create native Android and iOS apps, and I believe there are some options to integrate bluetooth in that later |
| [09:19:28] | <mstenta[m]> | * We are currently wrapping that with Cordova to create native Android and iOS apps, and I believe there are some options to integrate bluetooth in that layer |
| [09:19:37] | <mstenta[m]> | But it's uncharted territory |
| [09:19:57] | <spacespy[m]> | I'am truely stranger with code from the 20 last years. |
| [09:19:57] | <spacespy[m]> | I'm near 40 years old, and stop coding since school |
| [09:20:37] | <mstenta[m]> | [shmida](https://matrix.to/#/@shmida:matrix.org) I've heard of others having trouble with docker on windows too. I don't use windows so I can't help, but try searching the forum and GitHub issues. You might find some clues |
| [09:21:04] | <spacespy[m]> | I'm so sorry. I'm just ex geek trying to become a newbie farmer |
| [09:21:40] | <mstenta[m]> | > *when I Run a regular drupal image, I go on my browser to 127.0.0.1:(exposedIP)and it does work... any suggestments? |
| [09:21:40] | <mstenta[m]> | The farmOS image extends from the Drupal image, and there isn't anything that would change how that works as far as I know |
| [09:22:11] | <shmida[m]> | <mstenta[m] "[shmida](https://matrix.to/#/@sh"> thanks... on the cloud it works fine... |
| [09:24:49] | <shmida[m]> | another quastion, about the planning module, i coudnt make it work... i anabled it from the moduls and configurations on the drupal, but on the plans tab it shows me "all plans" and i cant add plans. is it possible to work this module ? |
| [09:26:17] | <mstenta[m]> | farmOS itself doesn't provide any plans, just the framework for them |
| [09:26:23] | <mstenta[m]> | You need to add another module |
| [09:26:38] | <mstenta[m]> | There's a grazing plan module, a crop plan module, forest plan etc |
| [09:26:45] | <mstenta[m]> | They don't come with farmOS |
| [09:27:12] | <shmida[m]> | where can i fined the crop plan module? |
| [09:28:52] | <mstenta[m]> | Sorry on my phone |
| [09:28:54] | <mstenta[m]> | Search the forum |
| [09:29:44] | <mstenta[m]> | Gotta run will be able to help during the week |
| [09:29:48] | <mstenta[m]> | Good luck! |
| [09:30:00] | <shmida[m]> | thanks! |
| [09:32:50] | <mstenta[m]> | https://github.com/mstenta/farm_crop_plan |
| [18:14:32] | * JustTB has joined #farmos |