lpt2007

Results 13 issues of lpt2007

Is this working on arm cpu like raspberry pi?

enhancement

Network not working after install and enable openssh-server. I installed ssh server with this commands: ``` sudo apt-get install openssh-server sudo systemctl disable ssh ``` After reboot network won't connect...

Hi, I have working [retropie](https://retropie.org.uk/) under docker container. And now I try to install [exagear desktop](https://eltechs.com/retropie-raspberry-pi-retro-gaming-machine/#exagear). But I don't know how? If I press "Ctrl+Alt+F4" in retropie container it shut...

I monted network folder with command before start docker container: `sudo mount -t cifs -o username=saso,password=mypassword //192.168.0.198/kodi-data$/.kodi/ /home/pi/docker/kodi/.kodi/` and then run docker container with command: `docker run --rm -v /dev/snd:/dev/snd...

HA attributes: ```yaml hvac_modes: auto current_temperature: 22.4 min_temp: 4.5 max_temp: 30.5 temperature: 17 preset_mode: null preset_modes: boost,manual,vacation friendly_name: HODNIK hallway_thermostat supported_features: 17 ``` I try like this but I can...

After update to 3.5 I have trouble to add connection. Error: You need to install Remote Home Assistant on this host and add remote_homeassistant: to its configuration. ![31 10 2021_15...

I can't see google calendar tasks on remote HA? Any idea why? main HA view: ![main_ha_view](https://user-images.githubusercontent.com/38924279/156020944-831d8759-62f8-488c-bbfc-d3b87bc9e7d7.png) remote HA view: ![remote_HA_view](https://user-images.githubusercontent.com/38924279/156021084-cc1ad9f7-e826-4c85-a483-423b1ad2201b.png)

dockerfile: ``` FROM ghcr.io/home-assistant/armhf-base-raspbian:bullseye # Install requirements for add-on RUN apt-get update && apt-get install -y \ nodejs \ npm \ liblivemedia-dev \ liblivemedia-dev \ liblog4cpp5-dev \ cmake \ libasound2-dev...

Is there any way to get data for lux sensor on google nest hub?

stale

Can you add lux sensor on google nest hub to HA entity?

feature