Skip to content

fison67/HA-Edge-Connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

HA-Edge-Connector

Homeassistant to Smartthings



Donation

If this project helps you, you can give me a cup of coffee
Donate

Setup

1. Required
  a. Smartthings Hub & Homeassistant must be in same network.
  b. Multicast function must be enabled on router.
  c. This connector use an udp 33333 port.


2. Install
  a. Copy st_edge_connector folder to /YOUR_HA_PATH/custom_components
  b. Add a ST Edge Connector on integrations
      HUB ADDR: ST HUB Address.
      HA ADDR: HA Address.
      HA PORT: Non used port for TCP


3. ADD
  a. Add a device on st_edge_connector.
  b. Add a device on smartthings app


4. Support devices.
    a. HA Switch
        Without attributes [power, energy]
        switch.samplename
    b. HA Plug
        With attributes [power, energy]
        switch.samplename
    c. HA Light
        With attributes supported_color_modes [color_temp]
        light.samplename
    d. HA White Light
        With attributes supported_color_modes [brigtness]
        light.samplename
    e. HA Cover
        cover.samplename
    f. HA Motion
        With attributes [occupancy, battery]
        binary_sensor.samplename
    g. HA Contact
        With attributes [contact, battery]
        binary_sensor.samplename
    h. HA Presence
        device_tracker.samplename



5. Sample Images.





Pairing


Plug


Light White


Cover


Contact


Motion

About

Home Assistant to Smartthings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages