This is an adapter for ioBroker to integrate RFM12B/RFM69 via Jeelink. The jeelink can be used with the preloaded software (rfmdemo) for the reading of openenergy sensors (emon). For the usage of LaCrosse sensors, the firmware has to be exchanged (see iobroker forum).
- USB port of JeelinkAdapter usually /dev/ttyACME
- Serial Speed usually 57600 Baud
to be done in admin
- deinition of the USB port
- setting the baudrate
- define sensor address which is received on air
- define unique sensors address within adapter (LaCrosse changes the on air address after battery change, so observe the debug log and adjust the sensor address after battery change)
- define the type of sensor (see below examples)
- define the room
Object | device variants | telegram example | Description |
---|---|---|---|
emonTH | emonTH | OK 19 ... | sensor from openenergy.org |
emonWater | emonWater | OK 21 ... | sensor with RFM12B for water metering |
LaCrosseDTH | TX | OK 9 ... | sensors from LaCrosse, technoline |
LaCrosseDTT | TX | OK 9 ... | sensors from LaCrosse, technoline double temp |
HMS100TF | TXH29DTH-IT | H00 ... | sensors technoline |
LaCrosseBMP180 | OK WS ... | sensor mod, superjee | |
LaCrosseWS | WS1080,TX22,WS1600 | OK WS ... | Weather Station |
EC3000 | EC3000 | OK 22 ... | Energy Meter |
EMT7110 | EMT7110 | OK EMT7110 ... | Energy Meter |
level | level | OK LS ... | level sensor |
DavisVantage | Davis Vantage | OK VALUE DAVIS ... | Weather Station |
- other sensor types
- put the sensor code in separate file
- pushing new sensor to config, then visible in admin/config page
- HMS100TF Temp below 0°C and battery low to be implemented
- (foxthefox) eslint upgrade and corrections
- (foxthefox) IOB checker corrections
- (foxthefox) serialport 12
- (foxthefox) translation with @iobroker/adapter-dev
- (foxthefox) more datapoints for Davis Vantage
- (foxthefox) corrections for Davis Vantage
- (foxthefox) new device Davis Vantage
- (foxthefox) state change as log.debug, not as log.info
- (foxthefox) some more info at adapter startup
- (foxthefox) moved sp.write and deleted separate function
- (foxthefox) usage of newest serialport (9.x -> 10.5)
- (foxthefox) changes in github workflow
- (atl285) correction wrong type of baudRate config, causing adapter crash
- (foxthefox) upper range temperature 50->70
- (foxthefox) round -> this round
- (foxthefox) baudrate settings in admin as number
- (foxthefox) refactoring, use of classbased style,
- (foxthefox) github actions instead of travis
- (o0shojo0o) nodejsV14 compatibility
- (atl285) added new sensor type LacCrosseDTT (double temp like TX25-IT)
- correction for weather (no data is given by value = 255)
- delete buffer function to be compatible with nodejs10
- enhanced automatic testing
- compact mode
- new level sensor (fhem)
- last version of serialport
- new sensor TXH29DTH-IT
- new weather station WS1600
- new sensor EC3000, EMT7110 not verified with life data
- adminv3 improved with values2table
- command to USB-stick for configuration
- added superjee, BMP180 sensor on jeenode
- admin v3 implementation
- abs humidity and dewpoint calculation
- definition of unique sensor ID for iobroker datapoint
- implementation of LaCrosseDTH
- definition of sensors via admin
- working with 3 sensors emon
The MIT License (MIT)
Copyright (c) 2016 - 2024 foxthefox foxthefox@wysiwis.net Copyright (c) 2024 foxthefox foxthefox@wysiwis.net