element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Forget Me Not Design Challenge
  • Challenges & Projects
  • Design Challenges
  • Forget Me Not Design Challenge
  • More
  • Cancel
Forget Me Not Design Challenge
Blog eLDERmon  EnOcean Sensors Part 2
  • Blog
  • Forum
  • Documents
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: mcb1
  • Date Created: 6 Oct 2014 9:48 AM Date Created
  • Views 519 views
  • Likes 1 like
  • Comments 0 comments
  • forget_me_not
  • minion
  • dave
  • b+
  • design_challenge
  • openhab
  • iot_eldermon
  • tektronix
  • eclipse
  • internet_of_things
  • enocean
  • raspberrypi
  • smarthome
  • challenge
  • iot
  • tim
  • enocean_pi
Related
Recommended

eLDERmon  EnOcean Sensors Part 2

mcb1
mcb1
6 Oct 2014

eLDERmon  EnOcean Sensors

 

This post follows my last post on sensors.

Since I had run out of time before Christopher's Weekly update, I had to publish it.

 

 

Link to other posts
Forget Me Not : eLDERmon Intro
Forget Me Not :  eLDERmon  Electrical
Forget Me Not :  eLDERmon  Outlets
Forget Me Not : eLDERmon Planning
Forget Me Not : eLDERmon Parts 1
Forget Me Not :  eLDERmon  Sponsor Parts
Forget Me Not : eLDERmon Hardware Hacking
Forget Me Not : eLDERmon GNUplot
Forget Me Not: eLDERmon Protocol
Forget Me Not : eLDERmon Hardware Hacking #2
Forget Me Not : eLDERmon Hardware Hacking #3
Forget Me Not : eLDERmon Tim
Forget Me Not : eLDERmon Charts
Forget Me Not : LPG Level
eLDERmon  EnOcean Sensors

 

In my last post I was eluding to the lack of information about the types of sensors, and what term to use for each.

My search tonight has uncovered the information and rather than edit the previous post I thought it worth doing another.

 

Inside org.openhab.binding.enocean-1.5.1.jar is a second file java-enocean-library-0.0.1.jar this file holds all the key elements you need.

image

 

image

 

 

 

EEPTypeParameterUnitHeader 5misc
EEP_D2_01_08PowerSensorParameter.POWERNumberWithUnit(Unit.WATT)("W")
EEP_A5_02_05TemperaturSensorParameter.TEMPERATURENumberWithUnit(Unit.DEGREE_CELSIUS("°C")this.calculationUtil.rangeValue(db1, this.scaleMin, this.scaleMax, 255.0D, 0.0D, 3)));
EEP_A5_08_02

LightTemperture

AndOccupancySensor

Parameter.TEMPERATURENumberWithUnit(Unit.DEGREE_CELSIUSthis.calculationUtil.rangeValue(db1, 0.0D, 51.0D, 0.0D, 255.0D, 3)));
Parameter.ILLUMINANCENumberWithUnit(Unit.LUX("lx")this.calculationUtil.rangeValue(db2, 0.0D, 1020.0D, 0.0D, 255.0D, 4)));
Parameter.POWERNumberWithUnit(Unit.VOLTAGE("Volt")this.calculationUtil.rangeValue(db3, 0.0D, 5.1D, 0.0D, 255.0D, 2)));
Parameter.MOVEMENTContactState.values()[((db0 & 0x2) >> 1)];
EEP_A5_07_03OccupancySensorParameter.POWERNumberWithUnit(Unit.VOLTAGEthis.calculationUtil.rangeValue(db3, 0.0D, 5.0D, 0.0D, 250.0D, 2)));
Parameter.ILLUMINANCENumberWithUnit(Unit.LUXthis.calculationUtil.rangeValue(db2, 0.0D, 1020.0D, 0.0D, 255.0D, 4)));
Parameter.MOVEMENTParameter.MOVEMENTOnOffState movement = OnOffState.values()[((db0 & 0x80) >> 7)];
EEP_F6_02_01RockerSwitch
EEP_F6_02_02RockerSwitch
EEP_D5_00_01SingleInputContact
EEP_07_06_01EltakoLumSensorParameter.ILLUMINANCENumberWithUnit(Unit.LUX,radioPacket4BS.getDb3()
EEP_A5_09_05VOCSensorParameter.VOC_CONCENTRATIONNumberWithUnit(Unit.PPB("ppb - parts per billion")
EEP_A5_09_04CO2SensorParameter.CO2_CONCENTRATIONNumberWithUnit(Unit.PPM, co2)("ppm - parts per million")radioPacket4BS.getDb2()
Parameter.TEMPERATURENumberWithUnit(Unit.DEGREE_CELSIUS
Parameter.HUMIDITYNumberWithUnit(Unit.HUMIDITY("%")

 

So armed with this knowledge, I know know what to enter for my movement sensor

from this { enocean="{id=00:83:1D:FA, eep=A5:07:01, parameter=PIR_STATUS}" }  to this { enocean="{id=00:83:1D:FA, eep=A5:07:03, parameter=MOVEMENT}" }

 

Likewise I can try changing my Illumination

from this { enocean="{id=01:81:7B:88, eep=A5:10:03, parameter=ILLUMINANCE}" }  to this  { enocean="{id=01:81:7B:88, eep=A5:07:03, parameter=ILLUMINANCE}" }

 

So I'm off to try these new settings.

 

 

Mark

  • Sign in to reply
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube