home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.89k stars 7.25k forks source link

There is no documentation item for lacrosse authentication #24279

Closed rameister closed 2 years ago

rameister commented 2 years ago

Feedback

There is no documentation item for lacrosse authentication. Whe I config the lacrosse integration an window appears and ask me for a username and password. What does this Application need, which password? I need this Integration for finding out the ID's from my Temperture-Sensors after renewing the batteries.

Home Assistant – lacrosse

URL

https://www.home-assistant.io/integrations/lacrosse_view/

Version

2022.9.7

Additional information

No response

homeassistant commented 2 years ago

Hey there @icebotyt, mind taking a look at this feedback as it has been labeled with an integration (lacrosse_view) you are listed as a code owner for? Thanks!

IceBotYT commented 2 years ago

Hi there! Are your devices La Crosse View-enabled? A list of supported devices can be viewed here. The username is the email you use to sign in to LaCrosse View. The password is the password for LaCrosse View. They must be added to the app beforehand.

rameister commented 2 years ago

Hi, I have 4 Temperatur-Sensors TX29IT standalone coupled with a Jeelink Stick via USB. Is there any chance to get the ID's whit my equipment? Otherwise I think that my issue is personal item.

IceBotYT commented 2 years ago

Hi. As noted in the documentation, this integration is not for the Jeelink sensors. Please use this instead.

rameister commented 2 years ago

Hi, I have tried this command: sudo pylacrosse -d /dev/ttyUSB0 scan with my ttyPort (it's ttyAMA0) then I get: bash: pylacrosse: command not found . Is there a missing Integration of py software?

IceBotYT commented 2 years ago

Hi, do you have container or OS?

If container: docker exec -it <containername> pylacrosse -d /dev/<tty port> scan If OS: sudo pylacrosse -d /dev/ttyUSB0 scan

If you get an error that it wasn't found: Container: docker exec -it <containername> pip install pylacrosse OS: pip install pylacrosse

And try again.

rameister commented 2 years ago

Hi, I have OS on an Raspi, no docker. When I try pip install pylacrosse I get the same message bash: pip: command not found.

IceBotYT commented 2 years ago

Okay, I don't have any experience with OS. Please add the line pylacrosse: to your configuration.yaml and restart then try the command again. Then update your pylacrosse: config as necessary.

rameister commented 2 years ago

Hi, then I get a message and cannot reboot: The system cannot restart because the configuration is not valid: Integration error: pylacrosse - Integration 'pylacrosse' not found. Below you can see a short cut from my configuration.yaml until the lacrosse sensors. The pylacrosse entry on this position is correct?

Configure a default setup of Home Assistant (frontend, api, etc)

default_config:

pylacrosse: logger: default: warning logs: frontend: debug homeassistant.components.frontend: debug custom_components.bosch: debug bosch_thermostat_http: debug

tankerkoenig: api_key:????????????? fuel_types:

zone:

sensor:

IceBotYT commented 2 years ago

Ahhh sorry, I mean lacrosse instead of pylacrosse in the config

rameister commented 2 years ago

Hi, you can see in my config that lacrosse: is anounced. My question is why I cannot start any python commands, where is python installed and how I can set python commands. There is another issue open about pylacrosse and no user is working at this issue. Is there a way to solve this?

IceBotYT commented 2 years ago

I'm sorry. I'm not the code owner of the lacrosse integration. Please create a new issue for that integration. Thanks!

IceBotYT commented 2 years ago

Please close this issue unless you have problems with the lacrosse_view integration, thank you!

IceBotYT commented 2 years ago

@balloob Sorry for the mention. Please close this issue at your earliest convenience. Thank you!