I see there is a possibility the combine Ethernet with RS485.
Maybe you can check the setup as they did here:
https://www.openhardware.io/view/649/RS485-Ethernet-Gateway#tabs-comments
https://github.com/feanor-anglin/GetWired-Project/blob/master/GetWired Ethernet Gateway/Gateway.ino
Hi,
I have a small problem: I am using the Gateway Mysensor EPS8266 WIFi.
Everything is correctly working except the leds:
in the code mysensor code , there is:
// Flash leds on rx / tx / err
// Led pins used if blinking feature is enabled above
define MY_DEFAULT_ERR_LED_PIN 16 // Error led pin
define MY_DEFAULT_RX_LED_PIN 16 // Receive led pin
define MY_DEFAULT_TX_LED_PIN 16 // the PCB, on board LED
I replaced by:
// Flash leds on rx / tx / err
// Uncomment to override default HW configurations
#define MY_DEFAULT_ERR_LED_PIN 1 // Error led pin
#define MY_DEFAULT_RX_LED_PIN 3 // Receive led pin
#define MY_DEFAULT_TX_LED_PIN 4 // the PCB, on board LED
and it does not work: the LEDs are always half-on.
can You tell me if these pins are used for other things and only PIN16 is available for the user ?
Thanks for your help
Gerard
My next issue is the humidity seems to be off. It has read as high as 115% humidity. Is this normal or should I be considering a correction? If so, how would I enter a correction. Its a little odd considering it states that the accuracy is much tighter than that.
Hi
Thank you for your reply and I understand that, if you look at the code you will see that pin 3 isn't named/defined in the coed. Unless I am missing something
Thanks
I also found the logparser did not handle certain log entries, such as the logfile produced by the mysensors gateway on raspberry pi, e.g. prefixed with timestamps, etc.
Opened pull request to improve this, comments welcome, especially if you are able to test this locally (only need to copy the Logparser directory and open logparser.html locally in a browser):
https://github.com/mysensors/MySensors/pull/1468
zerog2k created this issue in mysensors/MySensors
closed
improve logparser for 2.x log format
#1468
@Yveaux said in Battery Powered Sensors:
.... All was ok, so what did you change (and why)
A the very beginning, hesitating with the procedure, I've probably burnt the Minicore bootloader in the programming ProMini without noticing it... That's the only explanation I see.
Thank you for great project. I built it, it works fine except occasionally it starts flashing red when was left along for couple of hours without any objects moving in front of the sensor. It happens at least couple times per day. Sensor replacement did not fix it. The only way to get out of it is to restart Arduino. Any idea what is going on?
Found fix for this problem at https://forum.mysensors.org/topic/1734/parking-sensor/57 by Dan.S. Please update the library.