<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.janforman.com/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>wiki.janforman.com iot</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="https://wiki.janforman.com/"/>
    <id>https://wiki.janforman.com/</id>
    <updated>2026-05-13T18:29:55+00:00</updated>
    <generator>FeedCreator 1.8 (info@mypapit.net)</generator>
    <link rel="self" type="application/atom+xml" href="https://wiki.janforman.com/feed.php" />
    <entry>
        <title>iot:ds18b20</title>
        <link rel="alternate" type="text/html" href="https://wiki.janforman.com/iot:ds18b20"/>
        <published>2017-08-05T11:40:13+00:00</published>
        <updated>2017-08-05T11:40:13+00:00</updated>
        <id>https://wiki.janforman.com/iot:ds18b20</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="iot" />
        <content>Dallas / Maxim DS18B20

	*  1-Wire Digital Thermometer

	*  Measures Temperatures from -55°C to +125°C

	*  ±0.5°C Accuracy from -10°C to +85°C

	*  Standby current typically is 3µA

	*  Unique serial number

	*  Wires max 200meters


&lt;https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf&gt;</content>
        <summary>Dallas / Maxim DS18B20

	*  1-Wire Digital Thermometer

	*  Measures Temperatures from -55°C to +125°C

	*  ±0.5°C Accuracy from -10°C to +85°C

	*  Standby current typically is 3µA

	*  Unique serial number

	*  Wires max 200meters


&lt;https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf&gt;</summary>
    </entry>
    <entry>
        <title>iot:gree</title>
        <link rel="alternate" type="text/html" href="https://wiki.janforman.com/iot:gree"/>
        <published>2020-10-19T12:20:09+00:00</published>
        <updated>2020-10-19T12:20:09+00:00</updated>
        <id>https://wiki.janforman.com/iot:gree</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="iot" />
        <content>Configure Wifi


echo -n &quot;{\&quot;psw\&quot;: \&quot;YOUR_WIFI_PASSWORD\&quot;,\&quot;ssid\&quot;: \&quot;YOUR_WIFI_SSID\&quot;,\&quot;t\&quot;: \&quot;wlan\&quot;}&quot; | nc -cu 192.168.1.1 7000


&lt;https://github.com/stas-demydiuk/ewpe-smart-mqtt&gt;

&lt;https://github.com/tomikaa87/gree-remote&gt;

&lt;https://github.com/inwaar/gree-hvac-client&gt;</content>
        <summary>Configure Wifi


echo -n &quot;{\&quot;psw\&quot;: \&quot;YOUR_WIFI_PASSWORD\&quot;,\&quot;ssid\&quot;: \&quot;YOUR_WIFI_SSID\&quot;,\&quot;t\&quot;: \&quot;wlan\&quot;}&quot; | nc -cu 192.168.1.1 7000


&lt;https://github.com/stas-demydiuk/ewpe-smart-mqtt&gt;

&lt;https://github.com/tomikaa87/gree-remote&gt;

&lt;https://github.com/inwaar/gree-hvac-client&gt;</summary>
    </entry>
    <entry>
        <title>iot:spz</title>
        <link rel="alternate" type="text/html" href="https://wiki.janforman.com/iot:spz"/>
        <published>2022-01-20T15:55:49+00:00</published>
        <updated>2022-01-20T15:55:49+00:00</updated>
        <id>https://wiki.janforman.com/iot:spz</id>
        <author>
            <name>Anonymous</name>
            <email>anonymous@undisclosed.example.com</email>
        </author>
        <category  term="iot" />
        <content>OpenALPR (get image)


while [ 1 ]
do
wget --quiet http://@192.168.1.1/Streaming/channels/1/picture --output-document=/tmp/snapshot.jpg
status=$(alpr -c eu -p cz -n 5 -j /tmp/snapshot.jpg | grep confidence)
if [ &quot;$status&quot; != &quot;&quot; ]; then
curl --header &quot;Content-Type: application/json&quot; --request POST --data &quot;$status&quot;  https://{endpoint}
fi
sleep 2
done</content>
        <summary>OpenALPR (get image)


while [ 1 ]
do
wget --quiet http://@192.168.1.1/Streaming/channels/1/picture --output-document=/tmp/snapshot.jpg
status=$(alpr -c eu -p cz -n 5 -j /tmp/snapshot.jpg | grep confidence)
if [ &quot;$status&quot; != &quot;&quot; ]; then
curl --header &quot;Content-Type: application/json&quot; --request POST --data &quot;$status&quot;  https://{endpoint}
fi
sleep 2
done</summary>
    </entry>
</feed>
