You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Belkin Wemo Local API Control Module for Crestron SIMPL
To use:
Connect your Crestron switch to your Wifi network. You may use PyWemo for this without the need to use any Belkin cloud services/apps.
It is HIGHLY recommended that you configure your network's DHCP server to statically-assign the IP address to your Wemo devices so that their IP addresses do not change. The method to do this varies depending on your firewall/router.
In Crestron SIMPL Windows:
Create a TCP/IP Client in your SIMPL project (Configure System -> Crestron Devices -> Ethernet Control Modules -> Ethernet Intersystem/Device Communication -> TCP/IP Client)
Configure the IP Net Address Default Address (Using Configure System) to the IP address of your Crestron switch
Under Program System, edit the TCP/IP Client and set Port to 49153d
Create an instance of the WemoControl module in your project.
Connect the following signals between the WemoControl module and the TCP/IP Client: http_status, http_rx$, http_connect, http_tx$
On the WemoControl module, set polling permanently to 1 or set to a control signal that will be 1 when status polling is to be enabled
To turn off/on the Wemo switch, pulse the pwr_on or pwr_off signals on the WemoControl Module
The current status of the Wemo Switch will be output on the PowerState signal of the WemoControl module if polling is enabled. Default polling=30 seconds.
About
Crestron library for Local API control of Wemo switches (does not require any cloud resources)