gcobb321 / icloud3

iCloud3 v3 - iCloud3 is an advanced iDevice tracker that uses Apple iCloud account and HA Companion App data for presence detection and location based automations.
MIT License
586 stars 53 forks source link

Internal error after update #125

Closed B1G1 closed 3 years ago

B1G1 commented 3 years ago

Hi, after updating to the latest version, i have this error for all the device tracked

►INTERNAL ERROR-RETRYING (_update_device_icloud:DetInterval-float() argument must be a string or a number, not NoneType)

my configuration is

configuration.yaml
device_tracker:
  - platform: icloud3
    username: !secret icloud_marco_user 
    password: !secret icloud_marco_pwd

config_ic3.yaml
devices: 
  - device_name: iphone_marco 
    name: Marco
    picture: /local/images/marco.jpg
    track_from_zone: Regione
  - device_name: iphone_silvia 
    name: Silvia
    picture: /local/images/silvia.jpg
    track_from_zone: Crass

unit_of_measurement: km
waze_region: EU
waze_realtime: True
gcobb321 commented 3 years ago

v2.3.4 has been uploaded to the icloud3/development v2.3.4 directory.

Change log:

gcobb321 commented 3 years ago

v2.3.4 has been uploaded to the icloud3/development v2.3.4 directory.

Change log:

------ Original Message ------ From: "B1G1" notifications@github.com To: "gcobb321/icloud3" icloud3@noreply.github.com Cc: "Subscribed" subscribed@noreply.github.com Sent: 2/20/2021 8:35:43 AM Subject: [gcobb321/icloud3] Internal error after update (#125)

Hi, after updating to the latest version, i have this error for all the device tracked

►INTERNAL ERROR-RETRYING (_update_device_icloud:DetInterval-float() argument must be a string or a number, not NoneType)

my configuration is

configuration.yaml

device_tracker:

  • platform: icloud3

    username: !secret icloud_marco_user

    password: !secret icloud_marco_pwd

config_ic3.yaml

devices:

  • device_name: iphone_marco

    name: Marco

    picture: /local/images/marco.jpg

    track_from_zone: Regione

  • device_name: iphone_silvia

    name: Silvia

    picture: /local/images/silvia.jpg

    track_from_zone: Crass

unit_of_measurement: km

waze_region: EU

waze_realtime: True

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gcobb321/icloud3/issues/125, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOOVB5LHS36ZUZWCYZXZGLS763C7ANCNFSM4X54JIJQ.

gcobb321 commented 3 years ago

v2.3.4 Bug Fix Update (2/23/2021) is available on HACS and on the iCloud3 GitHub Repository