New BSD License
Copyright 2019, 2020, 2021, 2022, 2023 Rob Picchione https://myervin.com
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Fantastic work Rob! I have updated my RPi to bullseye, Node 20LTS, and NR 4. After much fuss with Python 3, Mosquitto, gpsd, etc, I seem to have a mostly working system, but: NodeRed no longer seems to see any data flowing across the can bus. I have checked in python, and can see data flowing across the bus – however, it isn’t getting sent to my local mosquito instance.
Any suggestions? Thanks!
A little more info – the coach proxy log reports:
2024-08-22 21:55:02-06:00 coachproxy_watchdog rvc2mqtt.pl is down. Starting it…
2024-08-22 21:53:02-06:00 coachproxy_watchdog wifi_mqtt.pl is down. Starting it…
And a little more – it appears that rvc2mqtt.pl has a module that isn’t installed:
perl rvc2mqtt.pl
Can’t locate Net/MQTT/Simple.pm in @INC
I discovered a bunch of modules were not installed, also in wifi_mqtt.pl. I reinstalled them using cpan. And that seems to have fixed it!