convert-rf-readings

command module
v0.0.0-...-a0ad361 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2014 License: MIT Imports: 10 Imported by: 0

README

convert-rf-readings

Allows conversion to/from <band> referenced and <bandless> referenced readings within HouseMon App (v0.9.0)

Note:The processing/storage of readings in HouseMon 0.9.0 is an early reference and may change, but this little utility combined with use of these upgraded core Gadgets here will allow you to at least handle multiple rf network inputs from say 868Mhz and 433Mhz simultaneously.

To install (First STOP Housemon/Jeebus if its running):

    #get flow-ext if you dont already have it
    go get https://github.com/TheDistractor/flow-ext
    #get this little utility
    go get https://github.com/TheDistractor/convert-rf-readings
    #cd to convert-rf-readings folder
    go build
    #run with initial help screen
    ./convert-rf-readings help
    #now run your conversion with referencing the path to your Housemon data folder - something like:
    ./convert-rf-readings --path '../../jcw/housemon/data'

Then, once you are happy with conversions add the following to your Housemon imports within main.go


	_ "github.com/TheDistractor/flow-ext/gadgets/housemon/rf/nodemap"  //NodeMap
	_ "github.com/TheDistractor/flow-ext/gadgets/housemon/rf/putreadings"  //PutReadings


Then edit setup.coffee (or wherever you keep your circuit config for driverFill) and add it the references:


    { data: "RFb433g5i22,radioBlip,BLIPPer",     to: "nm.Info" }
    { data: "RFb868g5i22,radioBlip,RadioBLIP",     to: "nm.Info" }

Documentation

Overview

convert-rf-readings is a small app to switch between <band> referenced readings and <bandless> reference readings within the HouseMon app (https://github.com/jcw/housemon) (v0.9.0) if you want to use <band> referenced readings you can use this package: https://github.com/TheDistractor/flow-ext/tree/master/gadgets/housemon/rf until/unless the core system has this support added

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL