ElectricMotorcycleForum.com

  • September 01, 2026, 06:08:05 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

Electric Motorcycle Forum is live!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - markearth

Pages: [1]
1
Zero Motorcycles Forum | 2013+ / Re: SR/F App (NextGen) - API
« on: June 21, 2020, 01:21:10 AM »
Now i can integrate my Zero in Home Assistant  8)
Hi. Can you post your Home Assistant sensor config? I've tried to get this going with the following, but not working yet:

- platform: rest
    name: Zero
    resource: https://mongol.brono.com/mongol/api.php\?commandname\=get_last_transmit
    device_class: battery
    scan_interval: 60
    timeout: 30
    authentication: digest
    username: !secret zero_username
    password: !secret zero_password
    headers:
      User-Agent: Home Assistant
      Content-Type: application/json
      Accept: application/json
      unitnumber: !secret zero_unitnumber
    unit_of_measurement: %
    value_template: >-
      {% if value_json.zero[0].soc is defined %}
        {{ value_json.zero[0].soc }}
      {% else %}
        0
      {% endif %}
    json_attributes_path: '$.zero[0]'
    json_attributes:
      - address           
      - altitude           
      - analog1           
      - chargecomplete
      - charging           
      - chargingtimeleft
      - color               
      - datetime_actual
      - datetime_utc   
      - door               
      - driver             
      - emergency       
      - gps_connected 
      - gps_valid         
      - heading           
      - hood               
      - ignition           
      - int_lights         
      - latitude           
      - lock               
      - logic_state     
      - longitude       
      - main_voltage 
      - mileage         
      - name             
      - oil_pressure   
      - perimeter       
      - pluggedin       
      - reason           
      - response       
      - satellites       
      - shock           
      - siren             
      - soc               
      - software_version
      - tipover       
      - unitmodel   
      - unitnumber 
      - unittype       
      - velocity       
      - volume         
      - water_temp 

2
By "disconnect charger" I assumed this to mean remove the type 2 charging lead.

3
A slow reverse would be helpful getting out of tight parking spots.

Sent from my Armor_6E using Tapatalk


4
Zero Motorcycles Forum | 2013+ / Re: Temperature impact on range
« on: March 02, 2020, 10:27:18 PM »
My commute is 35miles each way on a mix of 30/40/60/70 MPH limit roads and temperature is typically 5 to 7 degrees C in UK.
I charge overnight to 90% and return with ~17%.
So I'm getting about 1% battery usage per mile.

5
I installed version 16 last week with no issues. Unfortunately Zero site https://www.zeromotorcycles.com/owner-resources/firmware/ doesn't list this version yet, so I don't know what is new. Would be nice if this site was updated at the same time as the firmware is released so we can decide if it is worth applying.

6
Zero Motorcycles Forum | 2013+ / Re: SRF accessories
« on: February 24, 2020, 08:31:24 PM »
Pictures of a SHAD 46

Sent from my Armor_6E using Tapatalk


Pages: [1]