jacekowski
jacekowski
I've changed my settings slightly to limit battery charge rate (to start exporting early and not waste any solar), by making battery_rate_max an entity and using node-red to adjust it....
I've got this (i've tried it with both set to true and false and i didn't really notice any difference) ``` has_charge_enable_time: True has_discharge_enable_time: True has_target_soc: True has_reserve_soc: True charge_time_format:...
Not with my inverter. I'm got a sunsynk inverter, so i'm running some node red between it and predbat to make things actually happen (i've actually started with pv opt...
I've realised that after spending some time diagnosing why things are not working as expected. I have also disabled service api for now and things seem to work. It would...
It already can be changed. You need to call climate.set_temperature service from your automation ``` action: - service: climate.set_temperature target: device_id: 82e0647cd436360378c6edcd3ea1df45 data: temperature: 21 ```
All latest. integration: 2024.12-beta.1 HA supervised on debian bookworm. supervisor-2025.02.0 core-2025.2.2 It doesn't always happen, sometimes it works for days and i can operate the aircon fine, sometimes i get...
My units are reconnecting every hour. But that should not cause HA to freeze (i would expect an error message or something but not a complete freeze of whole HA).
I'm on mcu: 123 wireless: 010 and mine is freezing
It seems like the issue is caused by the 5.2. Get All Panel Info (/api/v1//) returning empty response (reported to nanoleaf tech support as well).
I've had a reply from technical support, ``` It looks like you're trying to use the /api/v1// endpoint to retrieve panel info, but that specific endpoint isn't supported for Matter...