overas
overas
Maybe not relevant, but here are Woox specifications for r7060: https://wooxhome.com/products-c10/other-c4/woox-r7060-smart-garden-irrigation-control-p61 > And that could give to us some information about what is in these reports and lead to a...
I did a scan_device with zha-toolkit. Here are the result: { "ieee": "bc:33:ac:ff:fe:46:1a:a5", "nwk": "0xab7b", "model": "TS0101", "manufacturer": "_TZ3210_eymunffl", "manufacturer_id": "0x4098", "endpoints": [ { "id": 1, "device_type": "0x0051", "profile": "0x0104",...
I did a scan_device with zha-toolkit. Here are the result: Result ```yaml { "ieee": "08:6b:d7:ff:fe:a0:6b:dd", "nwk": "0x3b22", "model": "PoP", "manufacturer": "Datek", "manufacturer_id": "0x4919", "endpoints": [ { "id": 1, "device_type": "0x0009",...
I also have the same problem. HA Addon AppDaemon Current version: 0.9.3. Automoli v0.11.3 installed from HACS. ## System Information version | core-2022.9.1 -- | -- installation_type | Home Assistant...
I think Home Assistant SkyConnect also uses firmware default for tx_power. I tried to replace my ZigStar Stick v4 (with TI CC2652P) coordinator with SkyConnect, but with the low tx_power...
Thank you @MattWestb for your feedback. I now I have radio interference from the usb3 interface on my Intel nuc. I think I lowered the interference using a usb2 hub...
Thanks for the addon. I have some feature request for the documention after using nordpool_diff two weeks. > The output is most suitable for fine-tuning continuously adjustable things (thermostats), or...
Thank you @jonasbkarlsson for your contribution with ev_smartcharging. You can also make a easee switch with the switch template (https://www.home-assistant.io/integrations/switch.template/) ``` switch: - platform: template switches: easee: friendly_name: "Easee charge...
@jonasbkarlsson, when I setup ev_smartcharging I get an error about "Charger control switch not found". I use switch.easee in the input setting for "Charger Control switch".  The switch state...
> when I setup ev_smartcharging I get an error about "Charger control switch not found" I found out what was wrong with the switch.easee. I needed a unique_id: which Studio...