Project:ComHUGnet
From HUG Wiki
This is the Joomla component that does all of the HUGnet work. It is made for Joomla 1.5 and will not work with the Joomla 1.0 series.
Contents |
Subprojects
- HUGnetDisplay
- This a plugin for Joomla that inserts data and graphs directly into and Joomla content page.
Virtual Sensors
Virtual sensors can be added to an endpoint though the endpoint edit screen. There is a entry for "Virtual Sensors". Just enter a number between 0 and 20. Then save it. Virtual sensors will appear below the "Sensors" area.
Virtual sensors on an endpoint can only use inputs from that endpoint. If you want to use sensors from different endpoints together, see Virtual Endpoints.
Math
The math section defines what the history will show up as. Any math expression supported by PHP can be entered in here. To get an input enter it in the form of {n} where n is the input number.
For instance if you wanted to subtract input 1 from input 2 and divide by 100 you would enter the following in the 'Math' section:
({2} - {1}) / 100

