Kiggerbare
(Kiggerbare)
October 22, 2019, 6:29am
21
Sorry got asking this in an older post, but i just got Gosund SP111 and not sure if they work with HA or i should return them and buy some of those named in this post instead.
If that’s the case what should i go with of those named? I am just going to use them to monitor the energy consumption of some devices, and was hoping to see it on a card in HA.
Think they can be flashed with Tasmota.
Alternative firmware for ESP8266 with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full do...
1 Like
ratsepa
February 13, 2020, 6:37pm
23
I have both: Innr SP120 and Schwaiger ZHS15 but I don’t know how to get total consumption from them?
jms3000
(Martin)
June 10, 2020, 6:59pm
24
The Gosund SP111 is great if you buy them flashed with tasmota or ESPhome.
HawkMan
February 6, 2021, 6:29pm
25
I got two Blitzwolf BW-SHP13 zigbee 3.0 plugs.
I was able to pair them easily with ZHA but the only data I can retrieve is the current consumption. No total consumption, amps, voltage or anything else like my HS110 plugs report.
They were cheap (10 euros each) and they act as zigbee repeaters without any problems but I still found my HS110 a better choice for the data I can retrieve from them (but they are WiFi and not zigbee).
Hedda
(Hedda)
February 15, 2021, 3:02pm
26
HawkMan:
I got two Blitzwolf BW-SHP13 zigbee 3.0 plugs.
I was able to pair them easily with ZHA but the only data I can retrieve is the current consumption. No total consumption, amps, voltage or anything else like my HS110 plugs report.
Know limitation with these rebranded Tuya TS0121 plus in current ZHA code, read more in [Device Support Request] BlitzWolf BW-SHP13 smart plug (aka Tuya TS0121) · Issue #605 · zigpy/zha-device-handlers · GitHub
50bbx
(Leonardo Stenico)
May 15, 2021, 9:21pm
27
@Hedda do you know if the same limitation applies to deCONZ? Last time I checked it looked like the limitation did not apply to deCONZ
Hedda
(Hedda)
May 17, 2021, 2:19pm
28
@ 50bbx I do know about DeCONZ but know that the same limitation does not apply to Zigbee2MQTT.
FYI, I understand that the linitation is actually not in this Zigbee device but in the ZHA implementation:
opened 07:23PM - 27 Nov 20 UTC
closed 01:28PM - 13 Nov 22 UTC
stale
**Is your feature request related to a problem? Please describe.**
BlitzWolf BW… -SHP13 smart plug 16A EU version, same device as TuYa TS0121 smart plug.
![imagen](https://user-images.githubusercontent.com/16177130/100478771-819e9180-30ec-11eb-9ed3-7e5c56f88605.png)
Device joins zigbee network and it's recognized by home-assistant.
Entities are created for:
- On/Off switch: It works
- Electrical power measurement (W): Values updated correctly.
- Energy metering (kWh): Entity is created but values are never updated.
This entities are missing:
- Current (A).
- Voltage (V).
**Describe the solution you'd like**
Please consider adding support for the missing values and fixing the electrical power measurement value.
**Device signature - this can be acquired by removing the device from ZHA and pairing it again from the add devices screen. Be sure to add the entire content of the log panel after pairing the device to a code block below this line.**
```
{
"node_descriptor": "NodeDescriptor(byte1=1, byte2=64, mac_capability_flags=142, manufacturer_code=4098, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=0)",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0051",
"in_clusters": [
"0x0000",
"0x0004",
"0x0005",
"0x0006",
"0x0702",
"0x0b04"
],
"out_clusters": [
"0x000a",
"0x0019"
]
}
},
"manufacturer": "_TZ3000_3ooaz3ng",
"model": "TS0121",
"class": "zigpy.device.Device"
}
```
**Additional context**
This device doesn't support reporting of electrical measurement values, so it needs to be polled. It's [supported on zigbee2mqtt](https://github.com/Koenkk/zigbee2mqtt/issues/3812), they fixed this by polling the values every 10 seconds.
Voltage value is correctly reported if I manually get the attribute value:
![imagen](https://user-images.githubusercontent.com/16177130/100479099-7dbf3f00-30ed-11eb-943c-b23342c046e2.png)
I have six of them, flasehd with Tasmota and they work absolutly fine.