Skip to content

How to update Ebusd from V23.1 to V23.2 #968

Closed Answered by ZancaAngelo
ZancaAngelo asked this question in Q&A
Discussion options

You must be logged in to vote

I solved my problem, I've add the commad sudo before the autogen comand.
The correct sequence is this:

  sudo systemctl stop home-assistant@homeassistant
  
  sudo service ebusd stop
  sudo systemctl disable ebusd
  
  rm -rf ebusd
  
  git clone https://github.com/john30/ebusd.git
  cd ebusd
  
  sudo ./autogen.sh
  sudo make install-strip
  
  sudo systemctl enable ebusd
  sudo service ebusd start
  
  sudo systemctl start home-assistant@homeassistant

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ZancaAngelo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant