Giter VIP home page Giter VIP logo

Comments (22)

toreamun avatar toreamun commented on July 17, 2024 6

Looks like the API has been changed. I will look at it.

from victorsmartkill-homeassistant.

chummingMoney avatar chummingMoney commented on July 17, 2024 4

Following - I also have this issue.

from victorsmartkill-homeassistant.

toreamun avatar toreamun commented on July 17, 2024 4

Should now be fixed by latest release https://github.com/toreamun/victorsmartkill-homeassistant/releases/tag/2023.1.0

from victorsmartkill-homeassistant.

FortranFour avatar FortranFour commented on July 17, 2024 3

Same here. Ironically right after a customer paid a visit.

from victorsmartkill-homeassistant.

trentjw avatar trentjw commented on July 17, 2024 3

Yuppers stopped working same error as screen shot above

from victorsmartkill-homeassistant.

AseKarlsson avatar AseKarlsson commented on July 17, 2024 3

@toreamun , Can you please look at this issue?

Thanks,
AseKarlsson

from victorsmartkill-homeassistant.

dvhub avatar dvhub commented on July 17, 2024 2

I have the same issue. It started Jan 23rd at 7:14 AM EST. The error I'm seeing is:

This error originated from a custom integration.

Logger: custom_components.victorsmartkill
Source: helpers/update_coordinator.py:201
Integration: Victor Smart-Kill (documentation, issues)
First occurred: January 23, 2023 at 10:10:30 AM (1126 occurrences)
Last logged: 11:46:30 AM

Error fetching victorsmartkill data:
Error fetching victorsmartkill data: {0: {'trapstatistics': {'current_bait': ['Unknown field.'], 'last_bait_quantity': ['Unknown field.'], 'bait_level': ['Unknown field.']}}, 1: {'trapstatistics': {'current_bait': ['Unknown field.'], 'last_bait_quantity': ['Unknown field.'], 'bait_level': ['Unknown field.']}}, 2: {'trapstatistics': {'current_bait': ['Unknown field.'], 'last_bait_quantity': ['Unknown field.'], 'bait_level': ['Unknown field.']}}, 3: {'trapstatistics': {'current_bait': ['Unknown field.'], 'last_bait_quantity': ['Unknown field.'], 'bait_level': ['Unknown field.']}}, 4: {'trapstatistics': {'current_bait': ['Unknown field.'], 'last_bait_quantity': ['Unknown field.'], 'bait_level': ['Unknown field.']}}}

Note that I have 5 traps.

The Victor app is still working fine.

from victorsmartkill-homeassistant.

Athep avatar Athep commented on July 17, 2024 2

I got 'unavailable' status yesterday. The Victor App is still working here to.

from victorsmartkill-homeassistant.

cbp0616 avatar cbp0616 commented on July 17, 2024 2

Following. Just downloaded this integration for first time and same error originally posted

from victorsmartkill-homeassistant.

dvhub avatar dvhub commented on July 17, 2024 1

Hi,

Just saw that my integration with HA stopped working: image I dont know with what version of HA this happened, now on latest 2023.1.7 Anyone else with the same issue? Also thought I would check for the login credentials for the Integration, but cant find where to look for it, please advice?

Thanks, AseKarlsson

To update credentials, I believe you need to remove and re-add the integration.

from victorsmartkill-homeassistant.

AseKarlsson avatar AseKarlsson commented on July 17, 2024 1

I have the same issue. It started Jan 23rd at 7:14 AM EST. The error I'm seeing is:

This error originated from a custom integration.

Logger: custom_components.victorsmartkill Source: helpers/update_coordinator.py:201 Integration: Victor Smart-Kill (documentation, issues) First occurred: January 23, 2023 at 10:10:30 AM (1126 occurrences) Last logged: 11:46:30 AM

Error fetching victorsmartkill data: Error fetching victorsmartkill data: {0: {'trapstatistics': {'current_bait': ['Unknown field.'], 'last_bait_quantity': ['Unknown field.'], 'bait_level': ['Unknown field.']}}, 1: {'trapstatistics': {'current_bait': ['Unknown field.'], 'last_bait_quantity': ['Unknown field.'], 'bait_level': ['Unknown field.']}}, 2: {'trapstatistics': {'current_bait': ['Unknown field.'], 'last_bait_quantity': ['Unknown field.'], 'bait_level': ['Unknown field.']}}, 3: {'trapstatistics': {'current_bait': ['Unknown field.'], 'last_bait_quantity': ['Unknown field.'], 'bait_level': ['Unknown field.']}}, 4: {'trapstatistics': {'current_bait': ['Unknown field.'], 'last_bait_quantity': ['Unknown field.'], 'bait_level': ['Unknown field.']}}}

Note that I have 5 traps.

The Victor app is still working fine.

So just the same behaviour as for me (have not checked the logs)!

from victorsmartkill-homeassistant.

AseKarlsson avatar AseKarlsson commented on July 17, 2024 1

Hi,
Just saw that my integration with HA stopped working: image I dont know with what version of HA this happened, now on latest 2023.1.7 Anyone else with the same issue? Also thought I would check for the login credentials for the Integration, but cant find where to look for it, please advice?
Thanks, AseKarlsson

To update credentials, I believe you need to remove and re-add the integration.

Tried to install the Integration on an other unit, but did not get any questions about credentials, maybe related to the same issue.

from victorsmartkill-homeassistant.

AseKarlsson avatar AseKarlsson commented on July 17, 2024 1

Thanks Guys for your fast replys, good to know I am not in this by myself and can stop own troubleshooting!

from victorsmartkill-homeassistant.

toreamun avatar toreamun commented on July 17, 2024 1

They added new fields. The plan was that the integration should just ignore unknown new fields, but this was not the case when fields are added to sub-structures... The setting to ignore unknown (in this case new) fields is not propagated to sub structures.

from victorsmartkill-homeassistant.

AseKarlsson avatar AseKarlsson commented on July 17, 2024

Looks like the API has been changed. I will look at it.

Any good news on the progress?

from victorsmartkill-homeassistant.

toreamun avatar toreamun commented on July 17, 2024

I have been busy, but I'm looking at it now.

from victorsmartkill-homeassistant.

JonLaliberte avatar JonLaliberte commented on July 17, 2024

Thanks for the quick fix, seems to be working!

from victorsmartkill-homeassistant.

AseKarlsson avatar AseKarlsson commented on July 17, 2024

Thanks Tore,
Worked fine!
Any understandable info for us non programmers what they changed and why?

from victorsmartkill-homeassistant.

AseKarlsson avatar AseKarlsson commented on July 17, 2024

Thanks Tore for the clarification!
Was there any usable new fieds to add for the future of the integration?

from victorsmartkill-homeassistant.

toreamun avatar toreamun commented on July 17, 2024

New trap fields are: last_bait_quantity, current_bait, bait_level
Probably for more advanced traps.
I think I have to see the data to know how to use them. It is not clear exactly what data they will contain. Probably integers, but could also be codes.

from victorsmartkill-homeassistant.

FortranFour avatar FortranFour commented on July 17, 2024

Thanks immensely for writing this integration and for keeping it up to date.

The latest version seems to become unavailable often. It sometimes then becomes available again or else I just restart Home Assistant and it is connected again for a while.

from victorsmartkill-homeassistant.

JonLaliberte avatar JonLaliberte commented on July 17, 2024

@toreamun I've noticed the same - unavailable happening often.

from victorsmartkill-homeassistant.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.