Am 01.09.2016 um 20:43 schrieb Mick Sulley:
> 
> $  sudo systemctl status owserver.service
> [sudo] password for control:
> ● owserver.service - Backend server for 1-wire control
>    Loaded: loaded (/lib/systemd/system/owserver.service; enabled)
>    Active: active (running) since Thu 2016-09-01 09:39:46 BST; 10min ago
>      Docs: man:owserver(1)
>  Main PID: 1297 (owserver)
>    CGroup: /system.slice/owserver.service
>            └─1297 /opt/owfs/bin/owserver --w1
> 
> Sep 01 09:39:46 pi-solar systemd[1]: Started Backend server for 1-wire
> control.
> Hint: Some lines were ellipsized, use -l to show in full.
> 
> which looks much better!  My work continues.......
> 
This is fine as --w1 uses the w1 subsystem of the kernel to access the
onewire.

* It's the suggested choice for anyone who uses either the DS2490 USB
plug or one of the DS2482, DS2483 and compatible I²C host chips.

* It's the only way to have a bitbaning host adapter. On the Raspberry
Pi, that one is on GPIO4, given the w1-gpio or w1-gpio-pullup device
tree overlays are configured in config.txt.

* It's *not* useable with any of the RS232 based adapters, that includes
the DS2480, the LINK but also the MAXQ1010, LinkUSB and other adapters
which have a USB<->RS232 inside. For these, you have to configure owfs
to use that adapter directly.

* It's *not* useable for anything on Ethernet as the ENET host. But also
not other owservers at remote hosts of course.


Kind regards

        Jan

------------------------------------------------------------------------------
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to