norberts1 / hometop_HT3

Pimp your heater.
GNU General Public License v3.0
39 stars 19 forks source link

New serial port-naming for RPi3/4 #17

Closed norberts1 closed 2 years ago

norberts1 commented 2 years ago

Describe the bug There are serial portname changes for OS:buster and RPi3 / RPI4. That device-name is changed from: /dev/ttyAMAx to /dev/serialx. The default project-configuration is currently using: /dev/ttyAMA0. Details see: https://raspberrypi.stackexchange.com/questions/45570/how-do-i-make-serial-work-on-the-raspberry-pi3-pizerow-pi4-or-later-models/45571#45571

To Reproduce After installation of the default project-configuration no data are received from the heaterbus.

Expected behavior Default project-configuration should use that newly defined device-name: /dev/serial0.

Screenshots none