[UNMAINTAINED] Fetch environmental data from an EDS 1-Wire device and inject it into Cube
  • JavaScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-12-02 23:22:59 +01:00
lib Reorganize 2012-11-07 08:00:07 +01:00
.gitignore Fetch some data 2012-07-16 10:31:19 +00:00
config.json Reorganize 2012-11-07 08:00:07 +01:00
cube-eds-poller.xml Improve manifest defaults. 2012-11-07 08:20:22 +01:00
eds-poller.js Reorganize 2012-11-07 08:00:07 +01:00
LICENSE Reorganize 2012-11-07 08:00:07 +01:00
package.json Reorganize 2012-11-07 08:00:07 +01:00
README.md This project is unmaintained 2016-12-02 23:22:59 +01:00

This project is not actively maintained

Issues and pull requests on this repository may not be acted on in a timely manner, or at all. You are of course welcome to use it anyway. You are even more welcome to fork it and maintain the results.

Unmaintained

cube-eds-poller

Extract temperature, power consumption or whatever other data from an EDS 1-Wire server such as OW-SERVER-ENET.

Installation

npm install -g cube-eds-poller

Configuration

This assumes a node installation in /opt/local. Adjust accordingly.

cp /opt/local/lib/node_modules/cube-eds-poller/config.json /etc/eds-poller.json
vi /etc/eds-poller.json

Running

eds-poller /etc/eds-poller.json

There's also an SMF manifest included in the directory. Tweak it for your paths and svccfg import it to start eds-poller.

License

MIT