@mfalkvidd
Tanks very much
mar.conte
Posts
-
Rfm95 Awake -
Rfm95 Awake@mfalkvidd
Wath is milliseconds smartsleep ideal for little consumption battery? -
Rfm95 AwakeHello
It’s possible awake a node in sleep mode with rfm95 from controller ? -
More Input@mfalkvidd
Very Good!! Tanks so much by, have nuce day -
More InputIts possible have more input sensor like
https://www.mysensors.org/build/binary
Tanks -
NodeManager: plugin for a rapid development of battery-powered sensors@user2684
For example using text send if i receive state? -
NodeManager: plugin for a rapid development of battery-powered sensorsI need help!!!
I have e mcp23017 Matrix espander i/o in esp nodemecu board, the mcp receive state sensor from my system wired alarm(pir, sismic etc) ; this signal received i want send to my domoticz controller, is the sensor custom the solution? Can i present 16 input sensors from my node to my controller?
Tanks -
NodeManager: plugin for a rapid development of battery-powered sensors@user2684
Ok Tanks -
NodeManager: plugin for a rapid development of battery-powered sensorsGHi, the rfm95 is compatible with nodemanager?
And the esp32 also? -
Switch selectorHow can i present a switch selector in mysensors schetch with option like dummy switch selector?
-
💬 NodeManagerHi
I have a led ir emitter can i send to my air contiotioner a code like x0284828 by digital output in nodemanager(with irremote library is simple) -
Requesting value from DomoticzFor send message to child node wich isnt present in device list? In other words i have a node wich is in device list and the child 's node called S_custom with id 200 .... the node id is 101...
-
Requesting value from Domoticz@tomek_olo
Sorry what is the way for send from domoticz child -node to other node through lua script for example Tanks -
Atmega328+rfm69hw sleep mode consumptionI have now resolved with good results by connecting a simple atmega328 to my rfm69hw, with a pir in sleep mode consumes
About 100 micro, use 8mhz bootloader without
Crystal, use mysensors library and nodemanager -
Requesting value from Domoticz@tomek_olo
Sorry what is the way for send from domoticz child -node to other node through lua script for example Tanks -
NodeManager: plugin for a rapid development of battery-powered sensorsHello how can i enter the commands type 254; 200; 2; 0; 48; BATTERY in a lua script of domoticz?
-
NodeManager: plugin for a rapid development of battery-powered sensorsBut i'm trying to test a Pir of panasonic EKMB1201113 papirs series cost a bit but they have low power consumption
1 to 100 microampers in sleep mode, just connect a 100 kohm resistance in pulldown and it is very precise up to 12 meters -
SensorMotion to send both tripped and not tripped@tubby
Like thisNodeManager nodeManager; SensorSwitch swiTch(1,3); // before void before() { // setup the serial port baud rate Serial.begin(MY_BAUD_RATE); /* * Register below your sensors */ swiTch.setDebounce(50); swiTch.setTriggerTime(4000); nodeManager.setSleep(SLEEP,60,MINUTES); nodeManager.registerSensor(SENSOR_MOTION,3);`````` -
SensorMotion to send both tripped and not tripped@tubby
Hi, i try with parallax pir setdebounce(50) and its very stable no trigger false positive and each our send level battery, i test this for many daysvand its good by -
NodeManager: plugin for a rapid development of battery-powered sensors@gohan
Good idea Tanks