<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[FHEM]]></title><description><![CDATA[<p dir="auto">The newly supported FHEM controller should also have its own separate thread.</p>
<p dir="auto">Big thanks to <a class="plugin-mentions-user plugin-mentions-a" href="/user/ntruchsess" aria-label="Profile: ntruchsess">@<bdi>ntruchsess</bdi></a> for all the effort you've put into this.</p>
<p dir="auto">I can't seem to find any install instructions in english at the moment.</p>
<p dir="auto"><a href="http://forum.fhem.de/index.php/topic,28198.msg210752.html#msg210752" rel="nofollow ugc">http://forum.fhem.de/index.php/topic,28198.msg210752.html#msg210752</a></p>
]]></description><link>https://forum.mysensors.org/topic/540/fhem</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 02:18:22 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/540.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Oct 2014 16:23:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FHEM on Tue, 16 Aug 2016 08:25:54 GMT]]></title><description><![CDATA[<p dir="auto">@Hermann-Kaiser thx, will check it today and get back to you.</p>
]]></description><link>https://forum.mysensors.org/post/45390</link><guid isPermaLink="true">https://forum.mysensors.org/post/45390</guid><dc:creator><![CDATA[Daniel Lienhard]]></dc:creator><pubDate>Tue, 16 Aug 2016 08:25:54 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Tue, 16 Aug 2016 08:02:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/daniel-lienhard" aria-label="Profile: Daniel-Lienhard">@<bdi>Daniel-Lienhard</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/ntruchsess" aria-label="Profile: ntruchsess">@<bdi>ntruchsess</bdi></a><br />
i have updated MY_SENSOR_DEVICE.pm and <a href="http://Constants.pm" rel="nofollow ugc">Constants.pm</a></p>
<p dir="auto">would be nice if these files can be cheked and then submitted to the FHEM SVN.<br />
I've only added constants.</p>
<p dir="auto"><a href="/uploads/files/1471334476362-constants.pm">1_1471334476177_Constants.pm</a> <a href="/uploads/files/1471334476360-10_mysensors_device.pm">0_1471334476176_10_MYSENSORS_DEVICE.pm</a></p>
]]></description><link>https://forum.mysensors.org/post/45384</link><guid isPermaLink="true">https://forum.mysensors.org/post/45384</guid><dc:creator><![CDATA[Honk]]></dc:creator><pubDate>Tue, 16 Aug 2016 08:02:14 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Mon, 15 Aug 2016 10:40:59 GMT]]></title><description><![CDATA[<p dir="auto">@Hermann-Kaiser That would be very nice! ......waiting for the new constants to use them in FHEM...</p>
]]></description><link>https://forum.mysensors.org/post/45334</link><guid isPermaLink="true">https://forum.mysensors.org/post/45334</guid><dc:creator><![CDATA[Daniel Lienhard]]></dc:creator><pubDate>Mon, 15 Aug 2016 10:40:59 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Wed, 10 Aug 2016 10:40:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ntruchsess" aria-label="Profile: ntruchsess">@<bdi>ntruchsess</bdi></a>  Will the Module in FHEM be updated for Version 2.0.0?<br />
If there are only new Constants I could try to do it and make it available to be published in the FHEM SVN.</p>
]]></description><link>https://forum.mysensors.org/post/45046</link><guid isPermaLink="true">https://forum.mysensors.org/post/45046</guid><dc:creator><![CDATA[Honk]]></dc:creator><pubDate>Wed, 10 Aug 2016 10:40:27 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Wed, 16 Mar 2016 09:33:51 GMT]]></title><description><![CDATA[<p dir="auto">Hi @all,</p>
<p dir="auto">i tried to translate the original post on FHEM Forum into english for people, who does not speek german.<br />
btw. I'm sorry for my english, so feel free to make corrections ;)</p>
<p dir="auto"><strong>The new MYSENSORS Module ...</strong><br />
... integrates the Arduino- an nRF24L01 based MySensors wireless sensors and -actors in FHEM.<br />
It supports MySensors serial and ethernet gateways.</p>
<p dir="auto">You can configure FHEM with<br />
<code>define gateway MYSENSORS /dev/ttyUSB0@115200</code><br />
for serial, or with<br />
<code>define gateway &lt;IP&gt;:&lt;PORT&gt;</code><br />
for ethernet gateway.</p>
<p dir="auto">After start, press the "Inclusion-mode" Button on gateway, or fire 'set gateway inclusion-mode on' command in FHEM.<br />
Then restart your sensors in the radio range. (the "inclusion-mode will be turned off automaticly after one minute)</p>
<p dir="auto">You can add new devices in FHEM with the define command:<br />
<code>define temperaturesensor MYSENSORS_DEVICE 21</code><br />
<code>attr temperaturesensor IODev gateway</code></p>
<p dir="auto">For controlling Actors (f.e. the 'RelayWithButtonActuator') you have to teach your MYSENSORS_DEVICE the relevant set-commands:<br />
<code>define relay MYSENSORS_DEVICE &lt;nodeid&gt;</code><br />
<code>attr relay setCommands on:switch_1:on off:switch_1:off</code><br />
<code>attr relay stateFormat switch_1</code></p>
<p dir="auto">Now you can toggle the actor in the web ui.</p>
<p dir="auto">you can teach the gateway or single nodes to response every set-messagewith an individual acknowledge-packet with the following attribute:<br />
<code>attr &lt;gateway|node&gt; requestAck 1</code></p>
<p dir="auto">With activated acknowledge the gateway will sending the command untill it received the acknowledge response. (If the actor is absent or off, it will receive the command as soon as it is accessible again. Warning: FHEM will lose these queued messages on a restart)</p>
]]></description><link>https://forum.mysensors.org/post/34506</link><guid isPermaLink="true">https://forum.mysensors.org/post/34506</guid><dc:creator><![CDATA[mcjoin]]></dc:creator><pubDate>Wed, 16 Mar 2016 09:33:51 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Thu, 14 Jan 2016 08:06:48 GMT]]></title><description><![CDATA[<p dir="auto">Could you link your sketch and post your FHEM entries?</p>
]]></description><link>https://forum.mysensors.org/post/28579</link><guid isPermaLink="true">https://forum.mysensors.org/post/28579</guid><dc:creator><![CDATA[Rasenheizung]]></dc:creator><pubDate>Thu, 14 Jan 2016 08:06:48 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Wed, 13 Jan 2016 21:23:55 GMT]]></title><description><![CDATA[<p dir="auto">I installed the water Meter. I use Version 1.5.1, the volume and flow aren't count. I use FHEM 5.7. please can anyone help me. What do you need for analyzing the problem?</p>
<p dir="auto">Sorry for my english.</p>
<p dir="auto">Thx for Help</p>
<p dir="auto">Jarnsen</p>
]]></description><link>https://forum.mysensors.org/post/28546</link><guid isPermaLink="true">https://forum.mysensors.org/post/28546</guid><dc:creator><![CDATA[Jarnsen]]></dc:creator><pubDate>Wed, 13 Jan 2016 21:23:55 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Mon, 17 Aug 2015 21:18:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/raditv" aria-label="Profile: raditv">@<bdi>raditv</bdi></a><br />
A little late, but just to avoid an unanswered post... Did you try adding something like:</p>
<pre><code>define BlueLED1reverse notify MySwitch:switch setstate BlueLED $EVTPART1
</code></pre>
]]></description><link>https://forum.mysensors.org/post/19219</link><guid isPermaLink="true">https://forum.mysensors.org/post/19219</guid><dc:creator><![CDATA[m26872]]></dc:creator><pubDate>Mon, 17 Aug 2015 21:18:31 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Fri, 03 Apr 2015 07:30:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ntruchsess" aria-label="Profile: ntruchsess">@<bdi>ntruchsess</bdi></a> how do I update my dummy switch value? my german language is not so good to understand everything on fhem. I've created fhem.cfg for my 4 buttons. and create 4 dummy switch for that. but when I press the real button, dummy switch doesn't change the state. but when I press dummy switch on web. the button status is changed.</p>
<p dir="auto">below is my fhem.cfg</p>
<pre><code>attr global userattr devStateIcon devStateStyle icon sortby webCmd widgetOverride
attr global autoload_undefined_devices 1
attr global logfile ./log/fhem-%Y-%m.log
attr global modpath .
attr global motd SecurityCheck:\
\
WEB,WEBphone,WEBtablet has no basicAuth attribute.\
telnetPort has no password/globalpassword attribute.\
\
Restart FHEM for a new check if the problem is fixed,\
or set the global attribute motd to none to supress this message.\

attr global statefile ./log/fhem.save
attr global updateInBackground 1
attr global verbose 3

define telnetPort telnet 7072 global

define WEB FHEMWEB 8083 global

define WEBphone FHEMWEB 8084 global
attr WEBphone stylesheetPrefix smallscreen

define WEBtablet FHEMWEB 8085 global
attr WEBtablet stylesheetPrefix touchpad

# Fake FileLog entry, to access the fhem log from FHEMWEB 
define Logfile FileLog ./log/fhem-%Y-%m.log fakelog

define autocreate autocreate
attr autocreate filelog ./log/%NAME-%Y.log

define eventTypes eventTypes ./log/eventTypes.txt

# Disable this to avoid looking for new USB devices on startup
define initialUsbCheck notify global:INITIALIZED usb create
define gateway MYSENSORS /dev/tty.wchusbserial14120@115200
attr gateway autocreate 1
attr gateway first-sensorid 10
attr gateway stateFormat connection
define MySwitch MYSENSORS_DEVICE 10
attr MySwitch IODev gateway
attr MySwitch mapReading_switch 0 switch
attr MySwitch mapReading_switch1 1 switch
attr MySwitch mapReading_switch2 2 switch
attr MySwitch mapReading_switch3 3 switch
attr MySwitch mode node
attr MySwitch setCommands on0:switch:on off0:switch:off on1:switch1:on off1:switch1:off on2:switch2:on off2:switch2:off on3:switch3:on off3:switch3:off
attr MySwitch setReading_switch off,on
attr MySwitch setReading_switch1 off,on
attr MySwitch setReading_switch2 off,on
attr MySwitch setReading_switch3 off,on
attr MySwitch version 1.4.1

#Switch Config
# Blue LED
define BlueLED dummy
 attr BlueLED group TestGroup
 attr BlueLED room MySensorLED
 attr BlueLED setList on off
 attr BlueLED webCmd on:off
 # normal Switch on
 define BlueLED1 notify BlueLED:on set MySwitch on0
 define BlueLED2 notify BlueLED:off set MySwitch off0

# Orange LED
define OrangeLED dummy
 attr OrangeLED group TestGroup
 attr OrangeLED room MySensorsLED
 attr OrangeLED setList on off
 attr OrangeLED webCmd on:off
 # normal Switch on
 define OrangeLED1 notify OrangeLED:on set MySwitch on1
 define OrangeLED2 notify OrangeLED:off set MySwitch off1

# Red LED
define RedLED dummy
 attr RedLED group TestGroup
 attr RedLED room MySensorsLED
 attr RedLED setList on off
 attr RedLED webCmd on:off
 # normal Switch on
 define RedLED1 notify RedLED:on set MySwitch on2
 define RedLED2 notify RedLED:off set MySwitch off2

# Green LED
define GreenLED dummy
 attr GreenLED group TestGroup
 attr GreenLED room MySensorsLED
 attr GreenLED setList on off
 attr GreenLED webCmd on:off
 # normal Switch on
 define GreenLED1 notify GreenLED:on set MySwitch on3
 define GreenLED2 notify GreenLED:off set MySwitch off3
</code></pre>
]]></description><link>https://forum.mysensors.org/post/12279</link><guid isPermaLink="true">https://forum.mysensors.org/post/12279</guid><dc:creator><![CDATA[raditv]]></dc:creator><pubDate>Fri, 03 Apr 2015 07:30:26 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Wed, 10 Dec 2014 21:17:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aloha" aria-label="Profile: Aloha">@<bdi>Aloha</bdi></a><br />
sure. You may use as many gateways in a single instance of fhem as the machine is capable to service in terms of cpu, ram and filehandles. What does not work is to use multiple gateways for the very same sensors to archive higher avaiability (or redundancy), so it would be beneficial to use different channels for each gateway to lessen cpu-load on the gateways ans save bandwith on the connection to fhem. If all sensors and gateways share the same channel you will have to assign each sensor to the gateway that suits best (e.g. is positioned with the least distance to the sensor) - fhem will just ignore messages for a gateway a sensor is not assigned to (if not in inclusion-mode).</p>
<ul>
<li>Norbert</li>
</ul>
]]></description><link>https://forum.mysensors.org/post/7632</link><guid isPermaLink="true">https://forum.mysensors.org/post/7632</guid><dc:creator><![CDATA[ntruchsess]]></dc:creator><pubDate>Wed, 10 Dec 2014 21:17:19 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Mon, 08 Dec 2014 19:45:01 GMT]]></title><description><![CDATA[<p dir="auto">Is it possible to use 2 gateways at the same time with Fhem? For instance multiple ethernet gateways or one ethernet gateway and one serial gateway?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.mysensors.org/post/7538</link><guid isPermaLink="true">https://forum.mysensors.org/post/7538</guid><dc:creator><![CDATA[Aloha]]></dc:creator><pubDate>Mon, 08 Dec 2014 19:45:01 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Mon, 01 Dec 2014 23:44:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aloha" aria-label="Profile: Aloha">@<bdi>Aloha</bdi></a><br />
fhem (or better 'perl') is unable to do a clean reload of a single module without restart of the perl-process. Hence the warnings. Just do a 'shutdown restart' on the web-console.</p>
]]></description><link>https://forum.mysensors.org/post/7296</link><guid isPermaLink="true">https://forum.mysensors.org/post/7296</guid><dc:creator><![CDATA[ntruchsess]]></dc:creator><pubDate>Mon, 01 Dec 2014 23:44:29 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Mon, 01 Dec 2014 23:10:37 GMT]]></title><description><![CDATA[<p dir="auto">Cool, it seems to work now! Thanks! Now I'm receiving some warning messages in fhem log (even if it seems to be working).</p>
<p dir="auto">2014.12.02 00:03:02 1: PERL WARNING: Subroutine Define redefined at ./FHEM/10_MYSENSORS_DEVICE.pm line 162.<br />
2014.12.02 00:03:02 1: PERL WARNING: Subroutine UnDefine redefined at ./FHEM/10_MYSENSORS_DEVICE.pm line 179.<br />
2014.12.02 00:03:02 1: PERL WARNING: Subroutine Set redefined at ./FHEM/10_MYSENSORS_DEVICE.pm line 185.<br />
2014.12.02 00:03:02 1: PERL WARNING: Subroutine Attr redefined at ./FHEM/10_MYSENSORS_DEVICE.pm line 230.<br />
2014.12.02 00:03:02 1: PERL WARNING: Subroutine onGatewayStarted redefined at ./FHEM/10_MYSENSORS_DEVICE.pm line 352.<br />
2014.12.02 00:03:02 1: PERL WARNING: Subroutine onPresentationMessage redefined at ./FHEM/10_MYSENSORS_DEVICE.pm line 356.<br />
2014.12.02 00:03:02 1: PERL WARNING: Subroutine onSetMessage redefined at ./FHEM/10_MYSENSORS_DEVICE.pm line 413.<br />
2014.12.02 00:03:02 1: PERL WARNING: Subroutine onRequestMessage redefined at ./FHEM/10_MYSENSORS_DEVICE.pm line 426.<br />
2014.12.02 00:03:02 1: PERL WARNING: Subroutine onInternalMessage redefined at ./FHEM/10_MYSENSORS_DEVICE.pm line 441.<br />
2014.12.02 00:03:02 1: PERL WARNING: Subroutine sendClientMessage redefined at ./FHEM/10_MYSENSORS_DEVICE.pm line 518.<br />
2014.12.02 00:03:02 1: PERL WARNING: Subroutine rawToMappedReading redefined at ./FHEM/10_MYSENSORS_DEVICE.pm line 525.<br />
2014.12.02 00:03:02 1: PERL WARNING: Subroutine mappedReadingToRaw redefined at ./FHEM/10_MYSENSORS_DEVICE.pm line 536.</p>
<p dir="auto">I only downloaded the new module and did a reload.</p>
]]></description><link>https://forum.mysensors.org/post/7295</link><guid isPermaLink="true">https://forum.mysensors.org/post/7295</guid><dc:creator><![CDATA[Aloha]]></dc:creator><pubDate>Mon, 01 Dec 2014 23:10:37 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Mon, 01 Dec 2014 17:21:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aloha" aria-label="Profile: Aloha">@<bdi>Aloha</bdi></a><br />
VAR_1 needs to be mapped for clientid 5:</p>
<pre><code>attr Vatten mapReading_value15 5 value1
</code></pre>
<p dir="auto">(you may choose to use any other identifier of your choice instead of 'value15' - this is just what the autocreate-mechanism is supposed to choose).</p>
<p dir="auto">Edit: I just noticed that V_VAR1 was missing in S_WATER definitions for autocreate (that is fixed now: <a href="http://sourceforge.net/p/fhem/code/7112/" rel="nofollow ugc">http://sourceforge.net/p/fhem/code/7112/</a>)<br />
With this fix it should be sufficient to just do a 'delete Vatten', enable inclusion-mode and restart the sensor. Autocreate should create all required attributes including the missing mapReading. As I didn't test with the Watersensor-sketch please let me know if it doesn't....</p>
<ul>
<li>Norbert</li>
</ul>
]]></description><link>https://forum.mysensors.org/post/7281</link><guid isPermaLink="true">https://forum.mysensors.org/post/7281</guid><dc:creator><![CDATA[ntruchsess]]></dc:creator><pubDate>Mon, 01 Dec 2014 17:21:11 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Mon, 01 Dec 2014 16:27:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ntruchsess" aria-label="Profile: ntruchsess">@<bdi>ntruchsess</bdi></a> said:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aloha" aria-label="Profile: Aloha">@<bdi>Aloha</bdi></a>, I've just seen your post on fhem-forum. Seems you are not on the latest code, the kind of crash you experience has been fixed on Nov. 09 2014. Please upgrade:<br />
<a href="http://fhem.de/commandref.html#update" rel="nofollow ugc">http://fhem.de/commandref.html#update</a></p>
<ul>
<li>Norbert</li>
</ul>
</blockquote>
<p dir="auto">Thank you ntruchsess! I updated to the latest version by running "update". Now it's not crashing any longer. But I'm still unable to get the water pulse meter to work. It's not logging any values. Currently the main log file is spammed with the following at an insane speed over and over again:</p>
<p dir="auto">2014.12.01 17:16:56 5: MYSENSORS Read: Rx: fr=000 ci=000 c=003(C_INTERNAL    ) st=009(I_LOG_MESSAGE   ) ack=0 'read: 103-103-0 s=5,c=2,t=24,pt=0,l=0:'<br />
2014.12.01 17:16:56 5: MYSENSORS gateway gateway: read: 103-103-0 s=5,c=2,t=24,pt=0,l=0:<br />
2014.12.01 17:16:56 5: MYSENSORS Read: Rx: fr=103 ci=005 c=002(C_REQ         ) st=024(V_VAR1          ) ack=0 ''<br />
2014.12.01 17:16:56 5: MYSENSORS Read: Rx: fr=000 ci=000 c=003(C_INTERNAL    ) st=009(I_LOG_MESSAGE   ) ack=0 'read: 103-103-0 s=5,c=2,t=24,pt=0,l=0:'<br />
2014.12.01 17:16:56 5: MYSENSORS gateway gateway: read: 103-103-0 s=5,c=2,t=24,pt=0,l=0:<br />
2014.12.01 17:16:56 5: MYSENSORS Read: Rx: fr=103 ci=005 c=002(C_REQ         ) st=024(V_VAR1          ) ack=0 ''<br />
2014.12.01 17:16:56 5: MYSENSORS Read: Rx: fr=000 ci=000 c=003(C_INTERNAL    ) st=009(I_LOG_MESSAGE   ) ack=0 'read: 103-103-0 s=5,c=2,t=24,pt=0,l=0:'<br />
2014.12.01 17:16:56 5: MYSENSORS gateway gateway: read: 103-103-0 s=5,c=2,t=24,pt=0,l=0:<br />
2014.12.01 17:16:56 5: MYSENSORS Read: Rx: fr=103 ci=005 c=002(C_REQ         ) st=024(V_VAR1          ) ack=0 ''<br />
2014.12.01 17:16:56 5: MYSENSORS Read: Rx: fr=000 ci=000 c=003(C_INTERNAL    ) st=009(I_LOG_MESSAGE   ) ack=0 'read: 103-103-0 s=5,c=2,t=24,pt=0,l=0:'<br />
2014.12.01 17:16:56 5: MYSENSORS gateway gateway: read: 103-103-0 s=5,c=2,t=24,pt=0,l=0:<br />
2014.12.01 17:16:56 5: MYSENSORS Read: Rx: fr=103 ci=005 c=002(C_REQ         ) st=024(V_VAR1          ) ack=0 ''<br />
2014.12.01 17:16:56 5: MYSENSORS/RAW: 0;0;3;0;9;r/ead: 103-103-0 s=5,c=2,t=24,pt=0,l=0:<br />
103;5;2;0;24;<br />
0;0;3;0;9;read: 103-103-0 s=5,c=2,t=24,pt=0,l=0:<br />
103;5;2;0;24;<br />
0;0;3;0;9;read: 103-103-0 s=5,c=2,t=24,pt=0,l=0:<br />
103;5;2;0;24;<br />
0;0;3;0;9;read: 103-103-0 s=5,c=2,t=24,pt=0,l=0:<br />
103;5;2;0;24;</p>
<p dir="auto">This is my current config for this sensor:</p>
<p dir="auto">define Vatten MYSENSORS_DEVICE 103<br />
attr Vatten IODev gateway<br />
attr Vatten mapReading_flow5 5 flow<br />
attr Vatten mapReading_volume5 5 volume<br />
attr Vatten mode node<br />
attr Vatten room Vatten<br />
attr Vatten setReading_value15 1<br />
attr Vatten version 1.4<br />
attr Vatten stateFormat volume5 liter<br />
attr Vatten verbose 5</p>
<p dir="auto">Thanks!<br />
/ Thomas</p>
]]></description><link>https://forum.mysensors.org/post/7279</link><guid isPermaLink="true">https://forum.mysensors.org/post/7279</guid><dc:creator><![CDATA[Aloha]]></dc:creator><pubDate>Mon, 01 Dec 2014 16:27:02 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Mon, 01 Dec 2014 12:29:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hek" aria-label="Profile: hek">@<bdi>hek</bdi></a> said:</p>
<blockquote>
<p dir="auto">I can't seem to find any install instructions in english at the moment.</p>
</blockquote>
<p dir="auto">The commandref is in english:<br />
<a href="http://fhem.de/commandref.html#MYSENSORS" rel="nofollow ugc">http://fhem.de/commandref.html#MYSENSORS</a><br />
<a href="http://fhem.de/commandref.html#MYSENSORS_DEVICE" rel="nofollow ugc">http://fhem.de/commandref.html#MYSENSORS_DEVICE</a></p>
]]></description><link>https://forum.mysensors.org/post/7273</link><guid isPermaLink="true">https://forum.mysensors.org/post/7273</guid><dc:creator><![CDATA[ntruchsess]]></dc:creator><pubDate>Mon, 01 Dec 2014 12:29:12 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Mon, 01 Dec 2014 12:29:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aloha" aria-label="Profile: Aloha">@<bdi>Aloha</bdi></a>, I've just seen your post on fhem-forum. Seems you are not on the latest code, the kind of crash you experience has been fixed on Nov. 09 2014. Please upgrade:<br />
<a href="http://fhem.de/commandref.html#update" rel="nofollow ugc">http://fhem.de/commandref.html#update</a></p>
<ul>
<li>Norbert</li>
</ul>
]]></description><link>https://forum.mysensors.org/post/7272</link><guid isPermaLink="true">https://forum.mysensors.org/post/7272</guid><dc:creator><![CDATA[ntruchsess]]></dc:creator><pubDate>Mon, 01 Dec 2014 12:29:48 GMT</pubDate></item><item><title><![CDATA[Reply to FHEM on Sun, 30 Nov 2014 22:43:44 GMT]]></title><description><![CDATA[<p dir="auto">Has anyone managed to get the water pulse meter to work with FHEM? Fhem just crashes when I power on the sensor.<br />
I've asked for support on FHEM homepage forum, but no one has answered in over a week. :(</p>
]]></description><link>https://forum.mysensors.org/post/7251</link><guid isPermaLink="true">https://forum.mysensors.org/post/7251</guid><dc:creator><![CDATA[Aloha]]></dc:creator><pubDate>Sun, 30 Nov 2014 22:43:44 GMT</pubDate></item></channel></rss>