Hey folks, just need a little guidance on a couple of things.
I'm using an AcuRite 01536 5 in 1, connect to a mac mini running a fresh
install of mojave 10.14.6. I've install everything fresh as per the
directions.
In the conf file, is this the right value, or should I use another for the
model parameter?
*##############################################################################*
*[AcuRite]*
* # This section is for AcuRite weather stations.*
* # The station model, e.g., 'AcuRite 01025' or 'AcuRite 02032C'*
* model = AcuRite 01536*
* # The driver to use:*
* driver = weewx.drivers.acurite*
##########################################################################
Running through the install notes for mac os and got the error re: missing
USB backend, I then added the libusb package and now I get this error
message. Any tips? I'm using UnderTheWx mac app and it does connect so I
know at least the sensor and display are working properly. It is connected
directed to the mac mini (not using a usb hub)
Running python 2.7.16
libusb 1.0.23
Traceback (most recent call last):
File "./bin/weewxd", line 64, in <module>
weewx.engine.main(options, args)
File "/Users/Shared/weewx/bin/weewx/engine.py", line 894, in main
engine.run()
File "/Users/Shared/weewx/bin/weewx/engine.py", line 188, in run
for packet in self.console.genLoopPackets():
File "/Users/Shared/weewx/bin/weewx/drivers/acurite.py", line 477, in
genLoopPackets
with Station() as station:
File "/Users/Shared/weewx/bin/weewx/drivers/acurite.py", line 598, in
__enter__
self.open()
File "/Users/Shared/weewx/bin/weewx/drivers/acurite.py", line 623, in open
self.handle.detachKernelDriver(interface)
File "/usr/local/lib/python2.7/site-packages/usb/legacy.py", line 307, in
detachKernelDriver
self.dev.detach_kernel_driver(interface)
File "/usr/local/lib/python2.7/site-packages/usb/core.py", line 1077, in
detach_kernel_driver
interface)
File "/usr/local/lib/python2.7/site-packages/usb/backend/libusb1.py",
line 902, in detach_kernel_driver
_check(self.lib.libusb_detach_kernel_driver(dev_handle.handle, intf))
File "/usr/local/lib/python2.7/site-packages/usb/backend/libusb1.py",
line 593, in _check
raise NotImplementedError(_strerror(ret))
NotImplementedError: Operation not supported or unimplemented on this
platform
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/c223e01f-ad57-41cb-9b5e-b2371c22b58c%40googlegroups.com.