<?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[Auerswald API]]></title><description><![CDATA[<p dir="auto">Was haltet ihr von der Anbindung der Auerswald Telefonanlagen? Man kann diese über eine API ansprechen und diverse Dinge tun, zB die Umleitung aus Handy. Ich habe es schon komplett über telnet hinbekommen, mir fehlt aber das wissen dies für dieses Projekt umzusetzen. Helfe aber gern wenn es einer angehen will. Bei Interesse stelle ich gern meine bisherige Info bereit.</p>
]]></description><link>https://forum.iobroker.net/topic/6248/auerswald-api</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 20:10:24 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/6248.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 26 May 2017 17:43:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Auerswald API on Sat, 07 Apr 2018 22:20:59 GMT]]></title><description><![CDATA[<p dir="auto">An alle Interessierten: Adapter-Request ist jetzt auf Github unter <a href="https://github.com/ioBroker/AdapterRequests/issues/36" rel="nofollow ugc">https://github.com/ioBroker/AdapterRequests/issues/36</a> zu finden. Bitte dort wie unter <a href="https://github.com/ioBroker/AdapterRequests#how-to-use-this" rel="nofollow ugc">https://github.com/ioBroker/AdapterRequ … o-use-this</a> beschrieben voten!</p>
]]></description><link>https://forum.iobroker.net/post/144914</link><guid isPermaLink="true">https://forum.iobroker.net/post/144914</guid><dc:creator><![CDATA[apollon77]]></dc:creator><pubDate>Sat, 07 Apr 2018 22:20:59 GMT</pubDate></item><item><title><![CDATA[Reply to Auerswald API on Sat, 27 May 2017 21:02:42 GMT]]></title><description><![CDATA[<p dir="auto">Hier nochmal der manuelle Weg</p>
<p dir="auto">Verbindung öffnen</p>
<pre><code>open 192.168.123.175 80 
</code></pre>
<p dir="auto">Anfrage</p>
<pre><code>POST /login_json HTTP/1.1
Host: 192.168.123.175
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0
Accept: text/javascript, text/html, application/xml, text/xml, */*
Accept-Language: de,en-US;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate
Referer: http://192.168.123.175/statics/page_portal.htm
X-Requested-With: XMLHttpRequest
X-Prototype-Version: 1.7
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Content-Length: 71
Connection: keep-alive

LOGIN_NOW=&amp;eksservernumber=&amp;eksname=&amp;LOGIN_NAME=admin&amp;LOGIN_PASS=111111
</code></pre>
<p dir="auto">Antwort mit Session Key</p>
<pre><code>200 OK
Server: GoAhead-Webs
Expires: 0
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html; charset=iso-8859-1;
Set-Cookie: AUERSessionID=DFFNSHWQYVSNAIH
Set-Cookie: AUERWEB_COOKIE=admin

{"login":1,"dongleState":0,"dongleError":1}
</code></pre>
<p dir="auto">Umleitung setzen Session ID muss dann von oben kopiert werden</p>
<pre><code>GET /app_msn_aws_set?msnId=5610&amp;msnTyp=0&amp;switchOnOff=1 HTTP/1.1
Host: 192.168.123.175
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de,en-US;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate
Cookie: AUERSessionID=PSUYQLEMSIXHBOJ; AUERWEB_COOKIE=admin
Connection: keep-alive
Upgrade-Insecure-Requests: 1
</code></pre>
<p dir="auto">Ausloggen</p>
<pre><code>POST /appclose HTTP/1.1
Host: 192.168.123.175
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0
Accept: text/javascript, text/html, application/xml, text/xml, */*
Accept-Language: de,en-US;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate
Referer: http://192.168.123.175/statics/page_portal.htm
X-Requested-With: XMLHttpRequest
X-Prototype-Version: 1.7
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Content-Length: 0
Cookie: AUERSessionID=PSUYQLEMSIXHBOJ; AUERWEB_COOKIE=admin
Connection: keep-alive
</code></pre>
<p dir="auto">Mehr auch hier:</p>
<p dir="auto"><a href="https://www.auerswald.de/de/service/125-developer-service/950-dev-beschreibung-api-de.html" rel="nofollow ugc">https://www.auerswald.de/de/service/125 … pi-de.html</a></p>
]]></description><link>https://forum.iobroker.net/post/81870</link><guid isPermaLink="true">https://forum.iobroker.net/post/81870</guid><dc:creator><![CDATA[fuchs1978]]></dc:creator><pubDate>Sat, 27 May 2017 21:02:42 GMT</pubDate></item><item><title><![CDATA[Reply to Auerswald API on Fri, 26 May 2017 20:12:58 GMT]]></title><description><![CDATA[<p dir="auto">Ich habe es mal ins Trello gepackt (<a href="https://trello.com/c/FL23VN6a" rel="nofollow ugc">https://trello.com/c/FL23VN6a</a>)</p>
]]></description><link>https://forum.iobroker.net/post/81823</link><guid isPermaLink="true">https://forum.iobroker.net/post/81823</guid><dc:creator><![CDATA[apollon77]]></dc:creator><pubDate>Fri, 26 May 2017 20:12:58 GMT</pubDate></item></channel></rss>