Danny Tsang

Results 57 comments of Danny Tsang
trafficstars

Total Capacity: 13kwh Charge at 3kWh = 33.30% per hour (when below 90%). --------------------------------- Target charge: 45% (5.85kwh). 21:00 - Forecast and reporting time. 70% of 13kWh = 9.1kWh 60%...

Target charge: 45% (5.85kwh). 21:00 - Forecast and reporting time. 64% of 13kWh = 8.32kWh 54% of 13kWh = 7.02kWh (usable capacity) 3:30 - First cheapest rate to charge. 28%...

Compensation is in place and require fine tuning before implementing.

Parking this for now. Custom sentences seems flaky. For example: ``` language: "en" intents: abc: data: - sentences: - "[How much] battery [is] left" getBatteryLevel: data: - sentences: - "How...

Unable to get it to work with Discord because I cannot get messages/commands to go back to Home Assistant. Slack has a problem with replying back to private channels.

Works with Telegram and it's available as an assist option.

Using a template sensor to achieve this. Most flexibility for conditions and visibility of each condition. The down side is any changes require a restart to take effect. Example: ```...

This is no longer viable with template sensors due to the way weather forecasts work with response variables.

Dynamic card for the vacuum: ``` - type: custom:mushroom-chips-card chips: - type: conditional conditions: - entity: vacuum.t8 state_not: docked chip: type: entity entity: vacuum.t8 ```

Dynamic card for bad weather: ``` - type: custom:mushroom-chips-card chips: - type: conditional conditions: - entity: sensor.met_office_rss_weather_warnings state_not: '0' chip: type: weather entity: weather.openweathermap show_conditions: true show_temperature: true ```