How far away are these today?
johnr
@johnr
Best posts made by johnr
-
RE: MySensors micro step-up module revision 1.0posted in Announcements
Latest posts made by johnr
-
RE: Two actuators / IR sender exampleposted in Troubleshooting
Found the answer in this tread
https://forum.mysensors.org/topic/1086/getting-childid-from-incomingmessage/6
Will try this
if (message.type==V_LIGHT && message.sensor==3) -
Two actuators / IR sender exampleposted in Troubleshooting
Hi,
I am building a simple remote on/off based on the IR sender example.
It uses a light switch to send IR commands (one command for on and one command for off)
Now I want to add a second switch as a new child, and send some other ir codes.
But I can understand how to the message is adressed to a child device? Can anyone point me inte the right direction.
"" if (message.type==V_LIGHT) {
int incomingRelayStatus = message.getInt();
if (incomingRelayStatus == 1) {
irsend.send(NEC, 0x1EE17887, 32); // Vol up yamaha ysp-900
} else {
irsend.send(NEC, 0x1EE1F807, 32); // Vol down yamaha ysp-900
}
// Start receiving ir again...
irrecv.enableIRIn();
} "" -
RE: Sensebender Microposted in Announcements
Hi,
I wonder if anyone modified the original sensebender sketch to include a door sensor?
Do you need a pullup? If you have a sketch somewhere I would be happy if you could send/post it, as I have problem finding time to code right now. -
RE: 110v-230v AC to Mysensors PCB boardposted in Hardware
Hi,
Thank you for this pcb. In which program did you do the design? Do you think you can share an editable version of the design?
I would like to modify it to accept the Mean Well IRM-05-5 instead of the Hi-Link.
It is more expensive and bigger AC-DC circuit but since I hace some in my stash i would like to use them. -
RE: Mysensors stopped working on Veraposted in Troubleshooting
Tested a new nano,and radio same problem.
I think the problem is in the vera...
-
RE: fresh install, now compile errors ?posted in Troubleshooting
I have the same problem. Downloaded 1.6.5 it works fine.
-
Mysensors stopped working on Veraposted in Troubleshooting
Hi All,
My myensors sensors stopped worling sunday morning 9.08. After working stable for 2 years. All sensors except one is not updating. (This sensor sends its information via a repeater node. The repeater node does also have a DHT, but its values are not updated)
I have a relay connected via mysensors, I can toggle it on/off (the mode changes on the node) but the state does not change in the vera ui.
In panic yesterday I did backup the vera and factory restore, and then restored the backup. Mysensors came online again, but stopped working during the night again.
When I check the vera log I do not see any incoming fraffic from mysensors.
Where do I start my trouble shooting?
Running vera ui5 1.5.622
Mysensors 1.5 serial gateway -
RE: Heatpump controllerposted in Development
Hi Toni,
inally I was able to fetch the Dakikin remote from my cabin. What type of software did you say you use to decode the remote?
-
RE: nRF24L01+PA+LNAposted in General Discussion
Hi,
I built my serial gateway like two years ago and it is running smooth with nRF24L01+ PA+ LNA
I remember a had to fiddle with the power setting. Since I am now replacing it with a Ethernet gateway, I plan to use a ld1117v33 to power the radio. It can give 800ma so it should be suffcient to runt it without power issues.
Did anyone have experience with this? Do you recommend I should set Pa_level to high or Max?
-
RE: Heatpump controllerposted in Development
ToniA, I can collect the Daikin remote from my cabin during next week. I have the following IR-reciever, is it enough to decode it per your instructions?