Closed ad-ha closed 3 months ago
Adding into this, my idea is to somehow replicate the MQTT Gateway and be able to add most sensors, plus service controls (HVAC, Charging, etc..).
I also have issues when trying to get the config_flow to access the account via phone number. Always get an error mentioning that the account is not registered, so the only way I got it working so far is by logging in with email.
More info also in here: https://community.home-assistant.io/t/mg-saic-custom-integration/754590
Hi everyone,
So I've been able to sort this issue out and get it all working. Thanks anyway.
Now I'm working on implementing more sensors and features, but I believe that I got the mechanics behind the API and will figure it out along the way.
Hi,
I appreciate a lot the work that you guys are doing and everything that you have been able to achieve with this client.
I bought a Marvel R a couple of weeks ago and wanted to have integrated into my HA, as I had my previous EV6. Looking into the web I found your repository and the MQTT addon. As I am not really into MQTT, I figured that I could use your client as access to the API and create a custom integration (see more here: https://github.com/ad-ha/mg-saic-ha/), which I believe would be easier for most HA users (at least it would be for me)
As I'm progressing with the integration and the code, I made several changes to the initial release and am trying to add new sensors and info.
I've been able, so far, to get all the below working, through
vehicle_list
andget_vehicle_status
, from heresaic_ismart_client_ng/api/vehicle/__init__.py
:The issue comes when I start trying to add Charging details, including
get_vehicle_charging_status
from your API. No matter what I try, I always end up with the same response from the server:This is the code that I currently have on
api.py
:And BEFORE all changes and tries to solve the issue with the sms_delivert_delay, the code looked like this:
Can you guys be so kind and point what I might be missing and how may I address the issue?
Let me know if you may also need some more info or bits of updated code.
Thanks a lot for your time and for being working on this.
Cheers