Open jardiamj opened 1 year ago
This issue was created as a result of a message posted by: @operaphile
Most of the logic to implement the feature is already in the driver. I will try to address it but am quite busy these days. If someone else wants to pick it up, please be my guest.
NP. thanks anyway
On Feb 19, 2023, at 4:00 AM, Jardi Martinez @.***> wrote:
This issue was created as a result of a message posted by: @operaphile
Most of the logic to implement the feature is already in the driver. I will try to address it but am quite busy these days. If someone else wants to take up on it, please be my guest.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.
@operaphile, You also wrote that the driver is not working after a reboot. What do you have in the logs?
Hello, The driver works fine but the pressure vdata was not showen at weewx. Why?
Hello, did you solve the Problem and is your system now running? I want also to use my WMII with a raspberry pi. How did you connect the serial port to the raspberry USB port?
Currently, you cannot use
wee_device
to access the hardware configuration of the Weather Monitor II station. This would be useful for:In order to make the driver compatible with
wee_device
, we need to implement a configurator class and implement theconfigurator_loader
method, e.g.:We can use the Vantage driver as an example. The file can be found under
/usr/share/weewx/weewx/drivers/
in Debian systems.