n4ts / ha-notione

This device tracker uses unofficial API to get data from web.notione.com
Apache License 2.0
7 stars 1 forks source link

notiOne GPS support #2

Closed pejotigrek closed 2 years ago

pejotigrek commented 3 years ago

is it possible to add notiOne GPS same way as regular bluetooth-based dongles?

n4ts commented 3 years ago

In my opinion, my custom-component also supports notiOne GPS :)

pejotigrek commented 3 years ago

hm, it didn't showed up in my config :( I've got the pre-sales beta version that I've got for testing months ago - if that changes something [I can see it at notione's web panel without any problem tho].

n4ts commented 3 years ago

@pejotigrek can you send me output from https://api.notinote.me/secured/internal/devicelist after login?

pejotigrek commented 3 years ago

sure, but all I got is this:

Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.

Tue Feb 23 09:39:08 CET 2021
There was an unexpected error (type=Forbidden, status=403).
Access Denied
n4ts commented 3 years ago

@pejotigrek You need to open the developer tools (CTRL + SHIFT + I in Chrome) in your browser (before logging in), then log in and find the request with name devicelist (this can be filtered by XHR requests). A need all output (JSON format).

pejotigrek commented 3 years ago

done, file below: response.txt

n4ts commented 2 years ago

add in bc0357b