Jimmy Everling

Results 253 comments of Jimmy Everling

@Max6025 give version 2025.1.1 a try I've added basic support for Aquarea devices

This will break existing installation, the reason the default wasn't used in those places is because of it should only default to True for new installations. Since it changes the...

Options are now available on initial setup.

@molcam Hi, are there any logs? There could be something interfering with the connection.

@markuska00 what firmware are you running on the garo?

1.3.7 is the latest... 1.0.9 is old and doesn't have support for the power meter. The 2024.x.x should provide a device for it, please enable debug logging for the integration.

Are you running a fork of 1.0.9? Since that version does not have any Meter support. Still need those debug logs, and info about what meter you have.

Version 1.0.9 only had the Charging Power sensor, and that is still available. Regarding "slow" the update interval can be changed: ![image](https://github.com/user-attachments/assets/d1f4e479-9f08-4da8-9533-612e017b772b)

The official v1.0.9 only registered the following sensors: ```python async_add_entities([ GaroMainSensor(device), GaroSensor(device, 'Status', 'status'), GaroSensor(device, "Charging Current", 'current_charging_current', 'A'), GaroSensor(device, "Charging Power", 'current_charging_power', 'W'), GaroSensor(device, "Phases", 'nr_of_phases'), GaroSensor(device, "Current Limit",...

@markuska00 then you are running a fork... would be interesting to know what call that fork is using to get a more detailed power reading since the 3 calls I...