A friend purchased what he thought was a wifi power strip. He received a Zigbee 4 port power strip with USB ports. I tried adding it to ST but it shows up as the “Thing”.
Is there a way to convert it to ST? Any help is appreciated.
  
  
    
/*
 * ==================  UseeLink SM-SO301-UZ Zigbee Power Strip Driver ====================
 *
 *  Copyright 2020 Robert Morris
 * 
 *  Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
 *  in compliance with the License. You may obtain a copy of the License at:
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed
 *  on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License
 *  for the specific language governing permissions and limitations under the License.
 *
 * =======================================================================================
 *
 *  Last modified: 2020-11-16
 * 
 *  Changelog:
 *  v1.1    - Code formatting improvements and refactoring; more static typing
show original 
   
  
    
    
  
  
 
Name 
Thing 
 
 
Label 
Thing 
 
Type 
Thing 
 
Version 
Published 
 
Zigbee Id 
EC1BBDFFFE2DAF88 
 
Device Network Id 
72EB 
 
Status 
ONLINE 
 
Hub 
My home Hub  
Last Activity At 
2021-05-26 9:22 PM EDT 
 
Date Created 
2021-05-26 9:22 PM EDT 
 
Last Updated 
2021-05-26 9:22 PM EDT 
 
Data 
* application: 42 
 
 
 
 
endpointId: 01 
 
manufacturer: _TYZB01_vkwryfdr 
 
model: TS0115 
 
zigbeeNodeType: ROUTER |Check Now |List Events | 
 
             
            
              
            
           
          
            
            
              
 Type1Positive:
 
model: TS0115 
 
 
This DTH have model TS0115 with 4 ports.
Try the dth linked in this thread, work for several models
  
  
    Hola @Luis_Mijares , 
I bought a 3-socket Lidl strip and installed it with the DTH “Integrated ZigBee Switch” from your post. 
It matched well and works well but I have seen something that I would like to tell you about and that I think could be improved. 
Viewing the liveLogging: 
According to the DTH configuration, device must send information of status of the 3 plugs every 120 seconds.
Each plug answers between 5 and 60 seconds after the previous one depending on how fast the network was at the time of configuration execution.
The refresh() and healhtpoll() is performed by Schedule every 5 minutes: runEvery5Minutes (“healthPoll”)
Every 10 minutes, the execution of “healthPoll” and the report configuration are send at same time.
This results in excessive information traffic between the …
   
 
             
            
              2 Likes 
            
            
           
          
            
            
              Thank you so much for pointing me in the right direction. It now works as it should.
             
            
              1 Like