@TRS-80 hello. My motion sensores are the same of my alarm system. Are connected on analogic pins. So I need that Arduíno read voltage of the sensores.
Posts made by amkochaki
-
RE: V_VOLTGEM EXAMPLE
-
RE: V_VOLTGEM EXAMPLE
Hello
Let me explain further. I was using the mqtt protocol for communication between Arduino and HA, the digital ports I use for relays and switches, the analog ports I use for motion sensors. I decided to change my automation and use the mysensors library, this is working very well for relays and switches. I am having a hard time reading the analog pins for the motion sensors. I was not able to have any success with V_Voltage or S_Multimeter. So I would need help with this. -
V_VOLTGEM EXAMPLE
Hello guys, I use mysensors with the home assistant and I'm having trouble using the library to read voltage. I have motion sensors connected to the analog ports of the mega arduino. I can't read the doors. Would anyone have an example?
-
ARDUINO AND HOME ASSISTANT USB OR LAN COMUNICATION
Hello
I need a lot of help. I have a home automation project with two mega Arduinos, practically all the pins are being used. The entire system is wired. I also use Broadlink and Google Home. I'm deploying the Home Assistant that worked on everything, tv, cameras, tv flap, etc. As for the automation of the lampsis my problem. I made the USB communication accessed ok, I created a switch that worked via HA with the FirmataStandard installed on the Arduino, however in this case the Arduino cannot manage the switches in the house, that is, the switches send the pulses to the Arduino and as the port it commands the what you should do (if you light a lamp). With the firmata the Arduino is a mere coadjuvate in the system, in this case it could only light the lamps by the application or by voice command, the house switches do not work. Another way would be to connect the arduinos via LAN both are on the network I can ping but I can't make the thing work with HA. The Arduino is connected to the network by this Enc28j60 Mini Ethernet Network Card. Could someone help me in this regard how to do or by USB (half is working) or by LAN?