5andr0 / PogoLocationFeeder

Json feed of pokemon location data
GNU Affero General Public License v3.0
493 stars 170 forks source link

What does "IsManaged" do? MinimumIV is also not observed #447

Open popsoda27 opened 7 years ago

popsoda27 commented 7 years ago

When IsManaged is set to true, and while MinimumIV is set to 90.0 for example, the feeder throws back an assortment of snipe potentials, including below-90 IVs.

When IsManaged is set to false with the same MinimumIV, it is almost close to nil results, sometimes only a couple every 15mins or longer.

So I wonder what IsManaged really does when it's not really 'managing' the feed per se and at the same time not observing user-set value in the MinimumIV

On a side note, the filter feature is another white elephant. I'm still getting unwanted pokemons showing up on the feed

ExcuseMi commented 7 years ago

I've just fixed this issue on the server.

IsManaged means it connects to our server, our server will do the filtering. Our server will be notified once a pokemon is captured by a bot. Then the server will assume this pokemon is verified and update the IV's.

The problem with minimum IV is that mostly only the verified pokemon have proper IV's. If you turn managed to off, nothing will be verified and almost no IV's will be available so no pokemon will show up.

About the pokemon filter feature, are you sure the Use Pokemon Filter is set to true and PokemonNotInFilterMinimumIV is 101 (if you don't want other pokemon).

I kinda agree our settings are a bit of mess, but sadly I don't have enough time to clean it up.

popsoda27 commented 7 years ago

@ExcuseMi Thanks for the reply. I had set UseFilter to true though I wasn't expecting the PokemonNotInFilterMinimumIV to be working like the way you described i.e. value>100. Nonetheless I set to 101 and see how it goes.

About the UseUploadedPokemon field, if I set this true, will it also respect the PokemonNotInFilterMinimumIV value?

From the KimCORDashian discord channel, I see very frequent updates that contain very good catches but they very seldom appear on the feeder, even though the channel is already added to the config. Are discord channels feeds managed by the server too?

ExcuseMi commented 7 years ago

btw, their could still be a bug in the current release that causes your behaviour. Might do a new release soon. About the UseUploadedPokemon field, if I set this true, will it also respect the PokemonNotInFilterMinimumIV value? Yes, it should .

Normally we take from the coord_input, but right now the feed is down. I need @5andr0 to take a look at that.

KimCORDashian sends the info provided by pogolocationfeeder to discord.