-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export charging status to other program #19
Comments
I am using curl and python request lib to communicate with other systems (iobroker = home automation, and influxdb for nice graphs) Maybe you can get some inspirations from this lines:
|
You could take a look at my fork of this, which has modules to talk to multiple external interfaces including HomeAssistant and MQTT |
deece
pushed a commit
to InfernoEmbedded/TWCManager
that referenced
this issue
Jan 12, 2022
Make dumpState not crash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Thanks for your project it work's perfect.
I would like to know how simpli get the status off power delivery (not charging/ incharge with x amp / error ...)
You use IPC but the anwswer is direcly provide to php who is interpreted.
I would like to use bash or python program to get this status.
Do you have a suggestion ?
Thanks
Jerome
The text was updated successfully, but these errors were encountered: