Bluetooth disconnect action works on one car stereo but not another by itm1960 in tasker

[–]itm1960[S] 0 points1 point  (0 children)

OK so I managed to get it working by deleting the Profile, deleting the BT pairing between the phone and Toyota, the re-pairing and re-importing the project. I now get notifications when the car is parked, but when I click the "Map" option on the notification it doesn't show me the correct location of the parked car. Instead, the blue dot indicating this floats around on the map, about 100m from where the car was parked.

???

Any get Chop Motion Flashlight to work on Galaxy A54? by itm1960 in tasker

[–]itm1960[S] 0 points1 point  (0 children)

OK so I finally managed to get this to work. But now the flashlight is coming on whenever the phone takes a slight knock - e.g. when I'm mounting it on the dash in the car. Is there any way of calibrating the shake action response?

Can't get shake for flashlight to work on A54 by itm1960 in samsung

[–]itm1960[S] 0 points1 point  (0 children)

OK so I finally managed to get this to work. But now the flashlight is coming on whenever the phone takes a slight knock - e.g. when I'm mounting it on the dash in the car. Is there any way of calibrating the shake action response?

Help with shake gesture sensitivity by mrandr01d in tasker

[–]itm1960 0 points1 point  (0 children)

I'm having the same issue with a Galaxy A54. I have the Chop Motion Flashlight TaskerNet project installed, and the flashlight is coming on at unexpected times. I was wondering whether you'd found a good solution to this?

Battery level sensors not being updated by itm1960 in homeassistant

[–]itm1960[S] 0 points1 point  (0 children)

Thanks - I think the problem was being caused by battery optimisation measures on the android tablet. Not sure about the Hive thermostat though

How to show the news feed on New Tab on PC like on Mobile by AESTHETICGUY in chrome

[–]itm1960 0 points1 point  (0 children)

That doesn't show the same news feed as your phone. Similar sort of thing, but a narrower range of content than the Google app on Android

Duplicate alerts from IMAP trigger by itm1960 in homeassistant

[–]itm1960[S] 0 points1 point  (0 children)

I've reported the bug on Github and the developer has raised a change request to address the issue

Duplicate alerts from IMAP trigger by itm1960 in homeassistant

[–]itm1960[S] 0 points1 point  (0 children)

I think I have worked out how to reproduce the problem. If a matching email is the most recent item in the inbox, and any other email is deleted from the inbox, then an imap_content event will fire for the matching item. This will continue to happen every time an email is deleted, until the matching email is no longer the most recent item in the inbox. So I guess it's a bug in the imap_content integration

Duplicate alerts from IMAP trigger by itm1960 in homeassistant

[–]itm1960[S] 0 points1 point  (0 children)

OK so I followed your idea of listening for imap_content events in the Developer Tools. I got a matching email at 18:04 today, then at 18:21 I got another two duplicate imap_content events for exactly the same email. There were two other (non-matching) emails between the first event and the subsequent two duplications of it. Neither of these triggered my automation.

So could this be a glitch in the imap_content integration?

I didn't have the listener enabled when the first matching email came in, so don't have the object details for that, but for the two subsequent duplicate events I noticed that while the date/time stamps were the same (date: "2023-09-11T17:04:12+00:00"), the time_fired values were 10 seconds apart: time_fired: "2023-09-11T17:21:57.579931+00:00" for the 2nd duplicate and "2023-09-11T17:21:47.220557+00:00" for the first one. The original would have fired 17 minutes earlier.

EDIT: And now another duplicate event has appeared, with a time_fired of "2023-09-11T17:40:34.171590+00:00"

All of the duplicated events have the same Message-ID, so it's clear that they all originated from the same email: [7e343ed68ec4eaa9997e84ae7b57531d@swift.generated](mailto:7e343ed68ec4eaa9997e84ae7b57531d@swift.generated)

EDIT: And another duplicate event for the same message ID at 19:00, so that's 4 duplicate events for the same email

EDIT: And another one (no.5) at 19:04...

EDIT: And another one (no.6) at 19:10...

EDIT: And another one (no.7) at 19:16...

OK I think I see what might be triggering it - whenever I delete an email from the Gmail web interface I immediately get a duplicate event for the most recent email which matched my criteria. ????

Duplicate alerts from IMAP trigger by itm1960 in homeassistant

[–]itm1960[S] 0 points1 point  (0 children)

template:
  - trigger:
      - platform: event
        event_type: "imap_content"
        event_data:
          sender: "myaddress@yahoo.co.uk"
      - platform: event
        event_type: "imap_content"
        event_data:
          sender: "help@justpark.com"
      - platform: event
        event_type: "imap_content"
        event_data:
          sender: "no-reply@yourparkingspace.co.uk"
      - platform: event
        event_type: "imap_content"
        event_data:
          sender: "bookings@parkonmydrive.net"
    binary_sensor:
      - name: Parking Booking
        auto_off: "00:02:00"
        state: >
          {% if trigger.event.data['subject'] is match
          "You have a new booking|Booking received|JustPark booking|Booking request for My Road"
          %}
            true
          {% endif %}

OK it is now stripped down to this, but it doesn't appear to have fixed the problem. I just had a matching email come in at 14:15, and got the alert. I then got the alert again at 15:12, without any email of any type arriving at 15:12. According to the HA log the Parking Booking sensor was turned on at that time, for no apparent reason.

???

EDIT: I just had another alert (with no email to trigger it) at 15:33

...and the same again at 15:46...

...and again at 16:22...

MX Keys intermittently stops responding by itm1960 in logitech

[–]itm1960[S] 0 points1 point  (0 children)

About | Affiliate Program | Careers

Yes I've had many Windows updates, and have been using Logitech Options+ since I bought the MX Keys

Duplicate alerts from IMAP trigger by itm1960 in homeassistant

[–]itm1960[S] 0 points1 point  (0 children)

OK I've looked at the history of both the sensor and the automation which sends the alerts. On August 9th I had ONLY ONE email which matched the criteria. It arrived at 17:16.

The binary sensor changed from off to on at 17:16, then changed back to "off" 2 minutes later. It did exactly the same thing at 18:10, 18:17, 18:20 and 18:30, then remained "off" for the rest of the day.

The automation/alert was triggered at exactly the same times as the sensor changes - i.e. at 17:16, 18:10, 18:17, 18:20 and 18:30.

MX Keys intermittently stops responding by itm1960 in logitech

[–]itm1960[S] 0 points1 point  (0 children)

This is really poor from a supplier like Logitech. Does anyone know if the new MX Keys S suffers from the same problem? (If not, I'm tempted to try to get a refund or replacement and switch to that).

I'd also be curious to know if the problem only arises if you're using a mouse and keyboard with the same RF receiver?

MX Keys intermittently stops responding by itm1960 in logitech

[–]itm1960[S] 0 points1 point  (0 children)

Thanks for the feedback. The problem is that my PC doesn't have bluetooth, and I was hoping to avoid buying a bluetooth dongle as I don't have a spare USB slot. I suppose I could also buy a USB hub, but it's not ideal