Unfortunately, push notifications don’t currently work from wireless tags to Home Assistant, due to some authentication changes in Home Assistant quite a few months ago. The person that wrote the integration part for it is no longer doing anything with it so it is just remaining not working. Any chance wireless tags support could take over support of that integration? Currently, it can take up to 5 minutes for the polling to see a new state of a tag, eg Garage Open/Closed etc.
Kind Regards
Daryl Maunder
-- 
You received this message because you are subscribed to the Google Groups "Wireless Sensor Tags" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wireless-sensor-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wireless-sensor-tags/a61c8c58-e23e-4ea6-977a-88a3c42b4656n%40googlegroups.com.
Logger: homeassistant.components.http.ban
Source: components/http/ban.py:129
Integration: HTTP (documentation, issues)
First occurred: December 14, 2023 at 7:11:52 PM (7406 occurrences)
Last logged: 8:55:42 AM
To view this discussion on the web visit https://groups.google.com/d/msgid/wireless-sensor-tags/abed9019-10b8-4824-95f7-12a93a54711fn%40googlegroups.com.
Yes, it works for me too.
This is from my configuration.yaml. Enter the email and password exactly as you would log in to the website - e.g. without <> or quotes or similar.
wirelesstag:
username: <my.wirelesstag.net email>
password: <my.wirelesstag.net password>
binary_sensor wirelesstag:
- platform: wirelesstag
monitored_conditions:
- presence
- light
- battery
sensor wirelesstag:
- platform: wirelesstag
monitored_conditions:
- temperature
- humidity
- light
To view this discussion on the web visit https://groups.google.com/d/msgid/wireless-sensor-tags/CALhkqDqeau3kw68GZqnjSkpFmK65uV6TJp3nXKd5u-se81H%2B3Q%40mail.gmail.com.
Login attempt or request with invalid authentication from cao-tag-manager (192.168.8.36). See the log for details
To view this discussion on the web visit https://groups.google.com/d/msgid/wireless-sensor-tags/97e33f9b-617e-4e4d-81d3-debc2dbf0be5n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wireless-sensor-tags/093fe633-6cd3-40fd-9a02-677696b8aaa4n%40googlegroups.com.
The source code of the HA integration/component is here: https://github.com/home-assistant/core/tree/dev/homeassistant/components/wirelesstag, and the source code for the PyPI module it uses is here: https://github.com/sergeymaysak/wirelesstagpy. The URL in constants.py for the PyPI module is https://my.wirelesstag.net and isn’t configurable in Home Assistant (or in configuration.yaml).
The integration uses “cloud push”, so I assume it works the same as the Wireless Tag web UI. The author describes the way it works as:
# starts long running thread with getting updates from cloud immidiately when change happens.
# it is not a polling, but rather a similar to WebSockets get update logic
Someone else created a similar/same issue last year but it was auto-closed because none of the devs replied in 90 days: Persistent notification 'Login attempt failed' · Issue #94651 · home-assistant/core · GitHub
When you say: “The one I'm getting these messages I use Tag Manager url” and “The one I don't get these messages uses”, do you mean the URL you use in the browser? If so, I doubt this is the issue.
To view this discussion on the web visit https://groups.google.com/d/msgid/wireless-sensor-tags/936e38e6-7906-4680-88fc-57eb50098771n%40googlegroups.com.