MySensorsArduinoExamples icon indicating copy to clipboard operation
MySensorsArduinoExamples copied to clipboard

MySensors examples using external library dependencies

Results 13 MySensorsArduinoExamples issues
Sort by recently updated
recently updated
newest added

The value S_LIGHT was deprecated in 2.0 and later removed.

ARDUINO 1.8.10 2019.09.13 added the following feature * Libraries can now declare dependencies that will be proposed during lib installation It would be nice if we could use this feature...

Implements a standalone gateway & controller based on M5Stack with: - basic info from the last message received and last known sensor state - button controls to cycle through last...

I rewrote this example, it runs good and it uses Adafruit official DHTU libraries; furthermore I included Heat Index computation(based on DHT adafruit library) so this examples supply 3 sensors...

The RelayWithButtonActuator sketch at https://github.com/mysensors/MySensorsArduinoExamples/blob/master/examples/RelayWithButtonActuator/RelayWithButtonActuator.ino still contains a "S_LIGHT". This is not present in the API page at https://www.mysensors.org/download/sensor_api_20. IIRC, this was renamed to S_BINARY.

It only compiles if the define for MY_IP_ADDRESS is uncommented. So to reproduce, just comment it (and the other two MY_IP_...) Output: ``` C:\Users\User\AppData\Local\Temp\ccceJW4d.ltrans0.ltrans.o: In function `gatewayTransportConnect()': W:\sketches\libraries\MySensors/core/MyGatewayTransportMQTTClient.cpp:171: undefined reference...

Dear Sir, could you please tell me if some of your project/library are suitable for my **Mitsubishi MSZ-FD25VA**? The "MySensorsArduinoExamples/examples/HeatpumpIRController/" has Mitsubishi option, but works with my MSZ-FD25VA that has...

``` "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10808 -DARDUINO_AVR_PRO -DARDUINO_ARCH_AVR "-IC:\\Program Files (x86)\\Arduino\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Program...

After some useful feedback and co-authoring on the forum (_Thanks Scalz!_), the sketch is now even better. - Conforms better to MySensors coding standards. - Added option to choose sensor...