<?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[pimatic]]></title><description><![CDATA[pimatic]]></description><link>https://forum.mysensors.org/category/25</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 04:01:58 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/category/25.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Mar 2017 16:11:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[send V_TEXT to LCD1602 Display]]></title><link>https://forum.mysensors.org/topic/6545/send-v_text-to-lcd1602-display</link><guid isPermaLink="true">https://forum.mysensors.org/topic/6545/send-v_text-to-lcd1602-display</guid><pubDate>Sat, 25 Mar 2017 16:11:51 GMT</pubDate></item><item><title><![CDATA[Esp8266gateway with direct rest-api access to pimatic]]></title><description><![CDATA[You gave the example of the relay actuator for the function but I took the esp8266 gateway to start with.
What I mean is that you see "in the top" the spi.h and eeprom.h declarations.
Then a number of #define statements.
And just above the void setup()the MySensors.h and esp8266wifi.h are declared.
I had some definitions that required the MySensors.h and those gave errors because they were declared below the "normal" position of the includes but above the "MySensors.h". (I even considered filing a bug ticket for the missing MySensors.h :) )
So I declared the MySensors.h in the top of the ino below spi.h and eeprom.h (because I had not seen the MySenors.h almost at the bottom of the ino).
And then some errors were fixed and a few other arose. It took me quite some time to see that the MySensors.h was declared sooo low in the ino where I definitely had not expected it.
]]></description><link>https://forum.mysensors.org/topic/4003/esp8266gateway-with-direct-rest-api-access-to-pimatic</link><guid isPermaLink="true">https://forum.mysensors.org/topic/4003/esp8266gateway-with-direct-rest-api-access-to-pimatic</guid><dc:creator><![CDATA[Harry van der Wolf]]></dc:creator><pubDate>Thu, 02 Jun 2016 15:11:56 GMT</pubDate></item><item><title><![CDATA[Problem to  integrate a BinarySwitchSensor]]></title><description><![CDATA[Please specify what doesn't work.
You have debug verbosity on which shows that your sensor on/of signal as such is recognized by pimatic.
Your used class is correct as well.
Did you specify the protocol in the mysensors plugin?
{
      "plugin": "mysensors",
      "driver": "serialport",
      "protocols": "1.5.4",
      "driverOptions": {
         "serialDevice": "/dev/ttyUSB0",
         "baudrate": 115200
      }
    },

The plugin still defaults to the 1.4 protocol.
Edit: Also check Getting started with MySensors in the pimatic forum.
]]></description><link>https://forum.mysensors.org/topic/3999/problem-to-integrate-a-binaryswitchsensor</link><guid isPermaLink="true">https://forum.mysensors.org/topic/3999/problem-to-integrate-a-binaryswitchsensor</guid><dc:creator><![CDATA[Harry van der Wolf]]></dc:creator><pubDate>Wed, 01 Jun 2016 18:32:21 GMT</pubDate></item><item><title><![CDATA[pimatic extension to pymysensors]]></title><link>https://forum.mysensors.org/topic/3948/pimatic-extension-to-pymysensors</link><guid isPermaLink="true">https://forum.mysensors.org/topic/3948/pimatic-extension-to-pymysensors</guid><pubDate>Wed, 25 May 2016 06:48:01 GMT</pubDate></item><item><title><![CDATA[SmartClock]]></title><description><![CDATA[Any more details would to make one of these!
]]></description><link>https://forum.mysensors.org/topic/2295/smartclock</link><guid isPermaLink="true">https://forum.mysensors.org/topic/2295/smartclock</guid><dc:creator><![CDATA[Drcashman]]></dc:creator><pubDate>Sat, 31 Oct 2015 18:56:37 GMT</pubDate></item><item><title><![CDATA[pimatic-mysensors controller plugin]]></title><description><![CDATA[@ricardot said in pimatic-mysensors controller plugin:

@Dheeraj,
Do you plan to continue to develop this plugin? I will very pleased to see a mysensors button. Thank you!

I second this. And also see if we can lose the dependency on serialport 2.0.6 so that we can use Node.js &gt; 4.9.1
]]></description><link>https://forum.mysensors.org/topic/797/pimatic-mysensors-controller-plugin</link><guid isPermaLink="true">https://forum.mysensors.org/topic/797/pimatic-mysensors-controller-plugin</guid><dc:creator><![CDATA[DavidZH]]></dc:creator><pubDate>Fri, 09 Jan 2015 10:21:15 GMT</pubDate></item></channel></rss>