blowk

Results 36 comments of blowk

I added two other sensor templates with it. This can be used in the Energy dashboard to see what has been charged and discharged from battery. In may case when...

Can you check in HA if 'make square tiles' are toggled off?

@rotem657 can you post the code of the example above? I will test it if I have the same problem.

@rotem657 you're right. I could produce the same error as you do. It's display the empty tabs not correctly. ![image](https://github.com/user-attachments/assets/8bb3b833-d967-46c5-9eb2-82e844949d40) I haven't found a solution for this.

It's the same with the default HA theme.

I had more time to dive in and found since version 2024.3, it add 8px for the vertical stack card. You can add the following variables to your theme template....

You can find the fan on different subnet then HA. On https://github.com/rytilahti/python-miio/issues/422, you will find an example for Unifi. Hope this can help you.

When you access the router and click 'phone' (192.168.1.1/modals/device-phone-global.lp?ip=&mydevMac=Phone1&mydevIP=). You get all in/outcomming calls.

I'm not familiar with XHR. Could you help how to extract XHR request? **request url:** http://192.168.1.1/modals/device-phone-global.lp?ip=&mydevMac=Phone1&mydevIP= **response**: ``` function getDuration(endTime, connectTime){ var reggie = /(\d{4})-(\d{2})-(\d{2}) (\d{2}):(\d{2}):(\d{2})/; var dateArray = reggie.exec(connectTime);...

Sorry for my late reply and tthank you for the information. I didn't get the request through /cgi/json-req. The modem is a bbox3. Isn't it based on Sagem? If I...