<?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[Create a listening port for http sensor posts ?]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I’m looking to add some sensors that will report their status to Vera via http, but how can I set Vera up to listen / look out for them ? The sensors will post the following via http to an IP:Port I specify in their configuration</p>
<p dir="auto">Here’s an example of the json that is sent .</p>
<pre><code>{"type": "Event","userId": 0, "userName": "Joe", "roomName": "Living Room", "sensorId": "98072D0B9B72", "event": {"name": "RoomEntry", "inControl": true}}
</code></pre>
<p dir="auto">Another, this time for RoomExit…</p>
<pre><code>{"type": "Event","userId": 0, "userName": "Joe", "roomName": "Living Room", "sensorId": "98072D0B9B72", "event": {"name": "RoomExit", "inControl": true}}
</code></pre>
<p dir="auto">The powerup one is..</p>
<pre><code>{"type": "Event","userId": 0, "userName": "Joe", "roomName": "Living Room", "sensorId": "98072D0B9B72", "event": {"name": "PowerUp", "Version":"1.9"}}
</code></pre>
]]></description><link>https://forum.mysensors.org/topic/11750/create-a-listening-port-for-http-sensor-posts</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 13:17:08 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/11750.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 24 Jul 2021 09:10:23 GMT</pubDate><ttl>60</ttl></channel></rss>