Skip to content

How to read Teslamate SoC from other location? #13988

Answered by Macrisu
Macrisu asked this question in Allgemein
Discussion options

You must be logged in to vote

Problem solved.
I read the soc via http with iobroker (mqtt and api rest adapter)

http://Location_1_IP:Port_Rest_adapter/v1/state/mqtt.0.teslamate.cars.X.battery_level/plain?extraPlain=true

X = id of the car in Teslamate.

- name: MX
  type: custom
  title: Model_X
  capacity: 100 # kWh
  phases: 3
  icon: car
  soc: # battery soc (%)
   source: http
   uri: http://Location_1_IP:Port_Rest_adapter/v1/state/mqtt.0.teslamate.cars.X.battery_level/plain?extraPlain=true
   method: GET # default HTTP method
   timeout: 5s 
  onIdentify: # set defaults when vehicle is identified
   mode: minpv

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@Macrisu
Comment options

@Macrisu
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Macrisu
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants