zoomx

Results 7 issues of zoomx

I read the post about the stop or break of DHT22 after a while (how much? Days Weeks? Hours?) Maybe it is due to a pull-up that is not present...

How about to save a single image on a SD? I believe that Teensy 3.5 or 3.6 can do that (once ported as I see on Issue #12), but I...

I get this error 2020-05-04 18:56:15,612 ERROR [Thread-27] [org.mycontroller.standalone.gateway.serial.SerialDataListenerjSerialComm:201] Exception, RawMessage:[20;25;Alecto V1;ID=0005;WINDIR=0008;WINGS=0005;BAT=OK;\r] java.lang.NumberFormatException: Infinite or NaN at java.math.BigDecimal.(BigDecimal.java:898) at java.math.BigDecimal.(BigDecimal.java:875) at org.mycontroller.standalone.utils.McUtils.getDoubleAsString(McUtils.java:106) at org.mycontroller.standalone.utils.McUtils.getDoubleAsString(McUtils.java:117) at org.mycontroller.standalone.provider.rflink.RFLink.getPayload(RFLink.java:112) at org.mycontroller.standalone.provider.rflink.RFLink.getPayload(RFLink.java:116) at org.mycontroller.standalone.provider.rflink.MessageParserRFLink.get(MessageParserRFLink.java:198)...

investigation

I am using the WeatherStationDemo on a Wemos D1 mini clone and an RXB6 receiver module. The station is an Auriol H13726 ARMUseAsConfirmation seems not working since I get 4...

In example file WeatherStationDemo/WeatherStationDemo.cpp in line 71 NDTemperature should be NDBattState

Hello, it is possible to add Ecowitt WH31 using the rtl_433 code? [http://www.ecowitt.com/wifi_weather/79.html](url) the rtl_433 code is here https://github.com/merbanan/rtl_433/blob/master/src/devices/ambientweather_wh31e.c I believe that if possible for this you can add easily...

enhancement
good first issue

Since V6 version of ArduinoJson library you get this (and others) error when compiling 'DynamicJsonBuffer' was not declared in this scope That's because many changes were made. [https://arduinojson.org/v6/doc/upgrade/](url) See also...