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 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 1812 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 10 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…
  • verrverr
    verrverr over 10 years ago

    I think we have a bug in the humidity support, when lern button is pressed the humidity value looks bad, i will try this new lib https://github.com/aleon-GmbH

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • hlipka
    hlipka over 10 years ago in reply to hlipka

    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 is that there are just no debug messages anymore - but apart from that everything worked right from the beginning...

    Stupid assumptions, they catch me everytime image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • hlipka
    hlipka over 10 years ago

    When I try to use the attached binding JAR with OpenHAB 1.5.1, the EnOcean binding completely stops working. When I change back to the normal 1.5.1 binding JAR, everything is fine.

    Should I rebuild the binding from the 1.5.1 sources? How do I then supply the changed EnCOean-Java -Binding JAR file?

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

    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 kits for my project.

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

    I have tried without humidity sensor it shows 0%, and its fine... But at same time my temperature readings are came down from 31.3 C to 7.1 C. Do i need to re-program Temperature sensor too to work with this binding..? earlier using 1.5.0 binding I am using eep=A5:02:05 now I am using updated eep=A4:04:01 for both temperature and humidity with 1.5.1 binding.. am I making any mistake?

    I think I need to wait for EOP programmer...

    • 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 © 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