John
John
This is still an issue with “kiosk” like devices that just have the app running 24/7 and never re-launch. Can a periodic compaction, say every 24 hours or so, be...
**Setup:** - 3rd party solar panels - Fronius inverter (single) - Tesla gateway - Tesla Powerwall II Note there has been an API change between Feb and May where the...
`solar_type` still exists for me. ``` { "response":[ { "id":, "user_id":, "vehicle_id":, "vin":"", "display_name":"Max", ... }, { "energy_site_id":, "resource_type":"battery", "site_name":"My Home", "id":"", "gateway_id":"", "asset_site_id":"", "warp_site_number":"", "energy_left":10181.789473684214, "total_pack_energy":13846, "percentage_charged":73.53596326508894, "battery_type":"ac_powerwall", "backup_capable":true,...
Hi @jesserockz Is the reason this pr is not progressing because of the failing checks with missing file references in the includes? - esphome/components/esp_adf/microphone/esp_adf_microphone.cpp - `algorithm_stream.h` file not found on...
Ah, that's above my pay grade at this stage.
Transferring this comment from #619 for reference: This started May 27 at 4:12PM (NZST), just 2 days ago. Before that the sensor would populate correctly after a restart. Other powerwall...
Additionally, changes made to the setting in the official phone Tesla app do not propagate down to this custom_component. Changes made in this custom_component **DO** propagate up to the cloud...
Checking the time it is attempting to update the value against debug logs, I am seeing a "script error": ERROR (MainThread) [frontend.is.latest.202305033] :0:0 Script error. Working through this, I see...
@alandtse , I see the response in the debug logs does not return an operationhow does one use the HA service 'Tesla Custom Integration: api' ? Specifically what does one...
Looking at the code in `services.yaml', I found the following: ``` api: # Description of the service description: Run an API command using controller.api. https://teslajsonpy.readthedocs.io/en/latest/teslajsonpy/teslajsonpy.html#teslajsonpy.Controller.api # Different fields that your...