home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.72k stars 30.45k forks source link

command in terminal pylacrosse to scan the sensor id's is not working #79596

Closed rameister closed 1 year ago

rameister commented 2 years ago

The problem

Hi, I have 4 Temperatur-Sensors TX29IT standalone coupled with a Jeelink Stick via USB. I have tried this command: sudo pylacrosse -d /dev/ttyUSB0 scan then I get this:

bash: pylacrosse: command not found

Is there a missing Integration of py software? I have OS on an Raspi, no docker. When I try pip install pylacrosse I get the same message bash: pip: command not found.

Please see my configuration.yaml: logger: default: warning logs: frontend: debug homeassistant.components.frontend: debug custom_components.bosch: debug bosch_thermostat_http: debug

sensor:

platform: lacrosse
device: /dev/ttyUSB0
baud: 57600
sensors:
balk_temperature:
name: Balkon
type: temperature
id: 2

What version of Home Assistant Core has the issue?

Home Assistant 2022.9.6 Supervisor 2022.09.1 Operating System 9.0 Frontend 20220907.2 - latest

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

lacrosse

Link to integration documentation on our website

http://192.168.178.18:8123/core_ssh/dashboard

Diagnostics information

no diagnostic data available.

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

homeassistant commented 2 years ago

lacrosse documentation lacrosse source

rameister commented 2 years ago

Hi, is there any suggestion for this issue. I've read the documentation but the commands doesn't work. When I do the command: sudo pylacrosse -d /dev/ttyUSB0 scan then I get this: bash: pylacrosse: command not found

rkoehler2017 commented 1 year ago

same here, latest Hass, jeeling usb dongle but pylacrosse: command not found

kF13Ld commented 1 year ago

Also here. I'm new to Home Assistant (switching from FHEM) and would like to see my LaCrosse temperature sensors in HA.

rameister commented 1 year ago

I have worked on a Jeelink offline USB Adapter with an Arduino mini to find out the ID's from my Temperatur Sensors. Now when I change the battery so I make a scan with this Jeelink offline Adapter and change the old ID with the new ID.

platform: lacrosse device: /dev/ttyUSB0 baud: 57600 sensors: balk_temperature: name: Balkon type: temperature id: 2 --->> this ID is changing after a battery replacement