-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fuel tank fill sensor Agent #568
Comments
The monitoring is between Raspberry Pi B2 (pi-wheather-site) and USB to serial port (ttyUSB1). This are monitoring the large tanks that feed the generators; the comunications is bidirectional, where the script (path /home/user/Scripts/fueltanks_monitor.py), ask to serial port connected to tanks monitor device, that include a touchscreen, but this can´t trasfer directly the information of the level sensors to the computer server of monitoring data as Grafana or OCS; for this reason the reply of the tank monitor is in the ttyUSB1 in the pi-weather-site and this data should be included in monitoring data and is necesary create a OCS Agent for the large fuel tanks and obtaing this readings. Hardware information: No LSB modules are available. processor : 0 Hardware : BCM2835 /dev/ttyUSB1 |
Thanks for posting this info. I was more wondering about the device at |
Only we have the information shared by Delwin Johnson, where he say us that the model installed haven't the propiety to share data between ethernet output; I attach now whit this comment the information available. |
There is some serial device that reads the fuel level of the main fuel tanks at site. This needs an Agent written for it. The start of some driver code has been written, get in touch for details if you're interested in working on this agent.
If possible, more information about the device should be posted here.
The text was updated successfully, but these errors were encountered: