Home Automation/POE Hat: Difference between revisions

From Cricalix.Net
(Created page with "https://github.com/tgryphon/Waveshare-PoE-HAT-B-Home-Assistant-Addon This one works; the forked-from is broken. Needs i2c working, which is /dev/sdb1/CONFIG/modules/rpi-i2c.conf with content <code>i2c-dev</code> /dev/sdb1/config.txt with two lines <code>dtparam=i2c_vc=on dtparam=i2c_arm=on</code>")
 
mNo edit summary
 
Line 10: Line 10:
  <code>dtparam=i2c_vc=on
  <code>dtparam=i2c_vc=on
  dtparam=i2c_arm=on</code>
  dtparam=i2c_arm=on</code>
The actual hat works well (Waveshare PoE B), but the fan.. yeah, well, don't have it nearby.

Latest revision as of 11:45, 23 September 2023

https://github.com/tgryphon/Waveshare-PoE-HAT-B-Home-Assistant-Addon

This one works; the forked-from is broken.

Needs i2c working, which is

/dev/sdb1/CONFIG/modules/rpi-i2c.conf with content i2c-dev

/dev/sdb1/config.txt with two lines

dtparam=i2c_vc=on
dtparam=i2c_arm=on

The actual hat works well (Waveshare PoE B), but the fan.. yeah, well, don't have it nearby.