element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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 Pas Home / OpenHAB + HSM 100 Humidity sensor
  • Blog
  • Forum
  • Documents
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: verrverr
  • Date Created: 17 Aug 2014 8:47 PM Date Created
  • Views 1922 views
  • Likes 3 likes
  • Comments 8 comments
  • forget_me_not
  • pas_home
Related
Recommended

Pas Home / OpenHAB + HSM 100 Humidity sensor

verrverr
verrverr
17 Aug 2014

Pas Home - Index

 

image

 

Hello, yesterday I try find how to support the HSM 100 sensor  on a STM 332U sensor in OpenHAB. As I find nothing I change the code of the java lib java-enocean-library use by OpenHAB and then modify the OpenHAB addons org.openhab.binding.enocean to use it.

I am start with this fixe https://github.com/thomasletsch/opencean/commit/de974a9c194ef7617307b170c92bdc81c64c492a and I made some changes and fixes.

My changes are available here https://github.com/pascalmartin/openhab/tree/1.5.1  and here https://github.com/pascalmartin/java-enocean-library

 

Bonjour, hier j'ai chercher comment faire pour avoir le support du capteur HSM 100 sur un capteur STM 332U dans OpenHAB. Comme j'ai rien trouver, j'ai modifier le code de la lib java-enocean-library utiliser par OpenHAB et ensuite modifier le addon org.openhab.binding.enocean pour l'utiliser.

Je suis partie de ce fixe https://github.com/thomasletsch/opencean/commit/de974a9c194ef7617307b170c92bdc81c64c492a et j'ai fait quelque fixe et modification.

Mes modifications sont disponible ici : https://github.com/pascalmartin/openhab/tree/1.5.1 et ici https://github.com/pascalmartin/java-enocean-library

 

How To

 

1- Replace your openhab/addons/org.openhab.binding.enocean-1.5.0.jar with new  org.openhab.binding.enocean-1.5.1.jar

2- In your items config use eep=A5:04:01 and parameter=HUMIDITY

 

OpenHAB demo.items config

// ----------------------------------------------------
// EnOcean Temperature sensor with humidity
// ----------------------------------------------------
Number EnOcean_temperature_0180EE74 "Temperature 0180EE74 [%.1f °C]" <temperature> (enocean) {enocean="{id=01:80:EE:74, eep=A5:04:01, parameter=TEMPERATURE}"}
Number EnOcean_humidity_0180EE74 "Humidity 0180EE74 [%.1f %%]" <temperature> (enocean) {enocean="{id=01:80:EE:74, eep=A5:04:01, parameter=HUMIDITY}"}

  • Sign in to reply

Top Comments

  • verrverr
    verrverr over 11 years ago in reply to ravi_butani +1
    Yes we need to re-program the temperature to work with profile A4:04:01, i show how in this video Pas Home / EOP 350 Basic use Yes I have many sensors, with the extra 500$ budgets, i order 2 others sensor…
  • hlipka
    hlipka over 11 years ago in reply to hlipka +1
    OK, got it figured out: I had configured my OpenHAB servier to print the debug log messages for the EnOcean bindings. And since nothing got printed out, I assumed that nothing did work. But the real reason…
  • ravi_butani
    ravi_butani over 11 years ago

    image It seems u have lots of enocean sensors

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • ravi_butani
    ravi_butani over 11 years ago

    Thank you verymuch... Now Ill be soon able to hack Enocean temp sensor to work with custom analog input on AD3 inputs

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mcb1
    mcb1 over 11 years ago

    Thanks for sharing this.

     

    I'm still waiting for my bits to arrive, the HSM100 have arrived.

     

    Mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
<
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 © 2026 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