minor changes

This commit is contained in:
2017-11-14 11:46:27 +01:00
parent 7d58980a0d
commit d6fd5430d2
2 changed files with 2 additions and 2 deletions

View File

@@ -8,5 +8,5 @@ I used several information from the openHAB community, mainly from [this topic](
You need to get, modify and compile [libsml](https://github.com/dailab/libsml) from Github liked described [here](https://community.openhab.org/t/using-a-power-meter-sml-with-openhab/21923/1). I included my version of sml_server.c here as it differs a bit.
* **sml.items**: Put this file into your */etc/openhab2/items*.
* **sml.rules**: Put this file into your */etc/openhab2/rules* directory and modify it for your specific setup. In my case the compiled sml_server is in */home/openhabian/src/libsml/examples*.
* **sml.rules**: Put this file into your */etc/openhab2/rules* directory and modify it for your specific setup. In my case the compiled sml_server is in */home/openhabian/src/libsml/examples*. You also might need to adjust the device name, in my case it is: */dev/ttyUSB0*
* **sml_server.c**: Put this file into the *libsml* subdirectory *src/libsml/examples* and compile *libsml* with this file, not the original one.

View File

@@ -1,2 +1,2 @@
Number EHZ_consumption_power "power consumption [%.1f kwh]"
Number EHZ_status_power "power status [%.1f kwh]"
Number EHZ_status_power "power status [%.1f kwh]"