lovelylain

Results 11 comments of lovelylain

@syssi Can the socket switch status and power be obtained like the previous version?

```yaml sensor: - platform: xiaomi_miio_raw name: smart_plug host: 192.168.x.x token: xxxxxxxxxx max_properties: 10 default_properties_getter: get_properties default_properties: - "{'did': 'power', 'piid': 1, 'siid': 2}" - "{'did': 'temperature', 'piid': 6, 'siid': 2}"...

@syssi no, must modify code. I just submitted a pull request to your repo. https://github.com/syssi/xiaomi_raw/pull/11/commits @ms300 did must exist, but it will not be checked for this plug, so I...

@DavidBoettger add mutiple xiaomi_miio_raw config under 'sensor' and mutiple switch config under 'switches', do not forget to modify name.

@DavidBoettger ```yaml sensor: - platform: xiaomi_miio_raw name: Paper Lamp host: 192.168.50.80 token: 141061fd4g3b0547bc8f225cede1477e max_properties: 10 default_properties_getter: get_properties default_properties: - "{'did': 'power', 'piid': 1, 'siid': 2}" - "{'did': 'temperature', 'piid': 6,...

![image](https://user-images.githubusercontent.com/689638/109148525-58e86f80-77a1-11eb-967d-6eb1b55164fa.png) @DavidBoettger The entity_id must match.

The authentic method is different between mobile companion apps and browsers, browsers use websocket while companion apps use external app auth, maybe this difference cause the problem.

> Updated to 2024.4 with the new refreshed Webpage Card and this is still an issue. @YvesZH @TinyShark The 2024.4 Webpage Dashboard just reimplements the panel_iframe using webpage card.

Need this feature too. I use ddns for wireguard endpoint, the cache for my domain make peer refresh too slow.

Only `work_mode:ingress` supports headers option, try ingress mode first. If this mode is not supported you can use nginx to pass the authorization header, and `work_mode:auth` to integrate into HA....