Integration of Honeywell HPA250B into smartthings using Raspberry Pi and BluePi
Command line for py script on Raspberry Pi: sudo python hpa250b_agent.py [mac address] [port] [inet] [hci port #] &
Example: sudo python hpa250b_agent.py fe:ed:fa:ce:da:ad 12345 wlan0 1 &
Install the Honeywell HPA250B UPnP Service Manager from the app Smartapps -> myApps after you published it for yourself
Search for the Raspberry, select it, save. The Device will be created automatically.
Configure Pollster to frequently poll the HPA250B notifications in case you plan to use the device panel. I will work later on pushing the notification to SmartThings Handler. For now, the changes done on the device are either refreshed when a command is sent from the SmartThings app or when pollster polls the refresh. I use 1 minute pollster refresh on my side for now".