View Single Post
Old 01-17-2024, 12:05 PM   #102
greenleaf
Junior Member
greenleaf began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jan 2024
Device: Kindle Paperwhite (1st gen)
Won't update automatically when unplugged

Maybe someone here has seen this before. The integration is working but it stays stuck on the first image downloaded and never updates it.

I tried enabling usbnetwork and tailing the log, and everything works perfectly. The display updates with new images and everything works.

But as soon as I unplug the Kindle and set it aside, the updates stop.

Does this work differently if you push the power button to start the screensaver, than if you simply let it time out and auto start?

I know this device is checking in because I can see the webhook firing in the log, every couple of minutes (not sure why because I have the interval of the script set to 15 mins.)

Code:
this:
  entity_id: automation.kindle_battery_level
  state: 'on'
  attributes:
    id: '1705261420650'
    last_triggered: '2024-01-17T16:59:01.995861+00:00'
    mode: single
    current: 0
    friendly_name: Kindle - Battery Level
  last_changed: '2024-01-16T23:51:59.857797+00:00'
  last_updated: '2024-01-17T16:59:01.998070+00:00'
  context:
    id: 01HMC5S9ZB0EFH146CWYY43CZF
    parent_id: null
    user_id: null
trigger:
  platform: webhook
  webhook_id: REDACTED
  json:
    batteryLevel: 98
    isCharging: false
  query:
    __type: <class 'multidict._multidict.MultiDictProxy'>
    repr: <MultiDictProxy()>
  description: webhook
  id: '0'
  idx: '0'
  alias: null
What am I missing here?
greenleaf is offline   Reply With Quote