@ncollins okay, give it a try.
martim
Posts
-
RF Nano = Nano + NRF24, for just $3,50 on Aliexpress -
RF Nano = Nano + NRF24, for just $3,50 on Aliexpress@TheoL way to expensive.
-
RF Nano = Nano + NRF24, for just $3,50 on Aliexpress@ncollins If this board is suitable for battery use? I don't see how much current it uses.
-
RF Nano = Nano + NRF24, for just $3,50 on Aliexpress -
RF Nano = Nano + NRF24, for just $3,50 on Aliexpress@echi Where could you order this board?
-
💬 Sensebender MicroIs there a way to order this board somewhere else. I have ordered now 3 times 2 boards. 2 times 1 board broken and it is very hard to communicate with them and almost never reply.
-
Gateway MQTT on raspberry PI 4Hi,
I have moved my gateway from raspberry 3B to 4. But I have problems with receiving/transmitting. It is very unstable, sometimes it works sometimes not.
What I have done so far:
- made sure that the power on the RP. So I have ordered original RP power supply with 5V/3A
- took voltage from the NRF24 from 5 volts instead 3.3 and included a regulator MP1703 to go to 3.3 volts again
- check the wiring and connections
- the NRF has already cap of 4.7 uF on the plus/min
- I have used the 2.4.0-alpha version and recompiled the gateway with #define MY_RF24_PA_LEVEL (RF24_PA_MAX) (I also tried the other options)
So, anyone else is using RP 4 and maybe can give me some tips? The RP is connected to an SSD drive and use Zigbee and ZWave adapters (on extension cord)
Hopefully, someone can help me because I am frustrated :)
-
MQTT & MySensors persistant file@electrik Thanks. That will do I think. Now hopefully this will work :)
-
MQTT & MySensors persistant fileHi,
I have an existing mysensors network with many nodes. I would like to work with hassio (beginner). I have added mysensors and with the mqtt gateway. However, I see that the nodes need un update because of a special way sending the S_TYPE and V_TYPE. This would require a lot of work.
Is there not a different way? Can I not specify all the nodes into the persistent file? Does someone have an example of this file?
I do get now an error for example that node 17 is not recognized.
Thanks and keep safe for the Coronavirus :(
-
How to protect rain sensor from oxidation?@bjacobse This one seems to work like this. A bit expensive.. http://rainsensors.com/how-it-works/
-
How to protect rain sensor from oxidation?@bjacobse I have been looking to something like this but did not find it. I would be indeed a lot better.
-
How to protect rain sensor from oxidation?Is there not some kind of spray to protect the board?
-
How to protect rain sensor from oxidation?@technovation I tried this but it didn't work very reliable.
-
How to protect rain sensor from oxidation?@fotofieber I have no idear.
-
How to protect rain sensor from oxidation?Hi,
I have a rain sensor like this:

How can I protect this as I am currently every 6-8 weeks need to replace it :(
Thanks for suggestions!
Marcel
-
Issues with MYSBootloader, Anyone a working version?Hi,
I have a gateway on PI with the latest mysensors (2.3.1). Know I have a MYSBootloader for my slim node board (8 Mhz) which works fine on OTA but serial doesn't. When I try to download the latest one: https://github.com/mysensors/MySensorsBootloaderRF24/blob/development/hex/MYSBootloader_8MHz.hex
then Serial works fine but OTA does not work?? My gateway uses MQTT and with the first one, you will see a nice publish of the node. Something like mysensors-out/5/255/4/0/0 010001009005272A0103 but with the latest this is not available and I cannot upload my code using mycontroller.org.So I assume the latest bootloader is not working on my 8Mhz board. Does anyone have a working version? Serial and OTA which I can try?
Or other suggestions?
Thanks!
-
OpenHAB 2.3 and MQTTCould you check here? I am really getting frustrated by the OpenHAB :)
-
Getting MySensors MQTT Gateway working on OpenHAB 2.2 (Stable)I spend again a few hours. I really want to get it to work with MQTT as I have my complete system based on it. But Apparently, the binding does not work and also the log does not say much. Only those errors:
2018-12-17 11:38:03.559 [ERROR] [ome.core.thing.internal.ThingManager] - Exception occurred while initializing handler of thing 'mysensors:bridge-mqtt:gateway': org/eclipse/sma ansport/mqtt/MqttActionCallback java.lang.NoClassDefFoundError: org/eclipse/smarthome/io/transport/mqtt/MqttActionCallback at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?] at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:?] at org.eclipse.osgi.internal.loader.ModuleClassLoader.defineClass(ModuleClassLoader.java:276) ~[?:?] at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.defineClass(ClasspathManager.java:655) ~[?:?] at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findClassImpl(ClasspathManager.java:578) ~[?:?] at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClassImpl(ClasspathManager.java:538) ~[?:?] at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:525) ~[?:?] at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:328) ~[?:?] at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:368) ~[?:?] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:446) ~[?:?] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:395) ~[?:?] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:387) ~[?:?] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:150) ~[?:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:?] at org.openhab.binding.mysensors.internal.protocol.mqtt.MySensorsMqttConnection.<init>(MySensorsMqttConnection.java:44) ~[?:?] at org.openhab.binding.mysensors.internal.gateway.MySensorsGateway.setup(MySensorsGateway.java:99) ~[?:?] at org.openhab.binding.mysensors.handler.MySensorsBridgeHandler.initialize(MySensorsBridgeHandler.java:81) ~[?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:?] at org.eclipse.smarthome.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:153) [101:org.eclipse.smarthome.core:0.10.0.oh230] at org.eclipse.smarthome.core.internal.common.Invocation.call(Invocation.java:53) [101:org.eclipse.smarthome.core:0.10.0.oh230] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?] at java.lang.Thread.run(Thread.java:748) [?:?] Caused by: java.lang.ClassNotFoundException: org.eclipse.smarthome.io.transport.mqtt.MqttActionCallback cannot be found by org.openhab.binding.mysensors_2.4.0.201812040738 -
💬 MYSControllerNo MQTT Support?
-
Getting MySensors MQTT Gateway working on OpenHAB 2.2 (Stable)@fredswed Hi, I really like MQTT so that is my prefered method. But I can try first on ethernet and then step back. I will try in the weekend since I am now a week away :( I used the latest version of the binding and also for MQTT.