pplucky
pplucky
> There is no relevant property in the [specification](https://home.miot-spec.com/spec/careli.fryer.maf02) for this device. As far as I could find in other custom component, this seems to correspond to SIID 3, PIID...
> Try customize: > > ```yaml > # customize.yaml > sensor.careli_maf02_xxxx: > select_properties: turn_pot > ``` Tried with select_properties, sensor_properties and even number.properties, but none seem to work. Also tried...
> Please attach the device diagnostics (see Settings/Device&Services/Daikin Residential Controller/Download diagnostics) and a HA log with debugging enabed As @genex89 never reported back, but I'm facing the same issue with...
No error appeared, but it didn't seem to fully work properly. Would you be able to review [this fix](https://github.com/pplucky/daikin_residential/blob/master/custom_components/daikin_residential/daikin_base.py) I took from another repository (@droscy I believe), as this seems...
> Unfortunately my car does not support battery care yet. What does `weconnect-cli -vv --selective all get /` give? Are there warnings? I suppose this is what you were looking...
> Can you do the query with weconnect-cli again with batteryCareMode disabled? Did not update anything, just ran it again with previous command: ``` 2023-03-15T01:27:25+0000:INFO:Reusing tokens from previous session 2023-03-15T01:27:25+0000:INFO:Reading...
Here it is now: ``` 2023-03-15T07:41:45+0000:INFO:Reusing tokens from previous session 2023-03-15T07:41:45+0000:INFO:Reading cachefile /tmp/weconnect.cache 2023-03-15T07:41:45+0000:INFO:Token expired 2023-03-15T07:41:45+0000:INFO:Refreshing tokens 2023-03-15T07:41:52+0000:WARNING:/vehicles/VIN_NR/domains/charging/chargingCareSettings: Unknown attribute batteryCareMode with value deactivated 2023-03-15T07:41:52+0000:WARNING:/vehicles/VIN_NR: Unknown domain batteryChargingCare with value...
Looking good now! Battery care activated: ``` [charging] Elements: 6 items [batteryStatus] (last captured 2023-03-15T16:12:58+00:00) Current SoC: 63% Range: 271km [chargingStatus] (last captured 2023-03-15T16:12:58+00:00) State: notReadyForCharging Mode: manual Remaining Charging...
> Perfect. Can you also change the setting through weconnect-cli? Would you please be able to clarify how to do it? Honestly I have never user reconnect-cli for set activities,...
> Shpuld be something like `weconnect-cli set /vehicles/VIN/domains/charging/chargingCareSettings/batteryCareMode deactivated` `id /vehicles/VIN_NR/domains/charging/chargingCareSettings/batteryCareMode cannot be set: Could not not set value (404)`