Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeportesppo authored Oct 2, 2017
1 parent f7c2fb7 commit f7c6562
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Integration of Honeywell HPA250B into smartthings using Raspberry Pi and BluePi

<p>Command line for py script on Raspberry Pi: <b>sudo python hpa250b_agent.py [mac address] [port] "`ifconfig wlan0 | grep "inet " | awk -F'[: ]+' '{ print $4 }'`" &</b>
</p>

<p> Example: sudo python hpa250b_agent.py fe:ed:fa:ce:da:ad 12345 "`ifconfig wlan0 | grep "inet " | awk -F'[: ]+' '{ print $4 }'`" &
</p>
<p><b>Configuration SmartThings:</b></p>
<p>Configure the Raspberry IP address with the static IP you defined</p>
<p>Configure the Raspberry Port with the port (12345) you defined</p>
Expand Down

0 comments on commit f7c6562

Please sign in to comment.