Search found 8 matches

by mufidsyed
23 Oct 2018, 09:40
Forum: ESP Easy: General Discussion
Topic: PN532 and Home Assistant
Replies: 9
Views: 7213

Re: PN532 and Home Assistant

so going through the rules this is what i came up with. the rfid is connected to i2c whichi would be GPIO-4 for SDA and GPIO-5 for SCL

On Rules#Timer=1 do
if[esp004#tag]>0
gpio,4,%value%
else
gpio,4,000000000
endif
timerSet,1,3
endon

is this correct
by mufidsyed
23 Oct 2018, 06:42
Forum: ESP Easy: General Discussion
Topic: PN532 and Home Assistant
Replies: 9
Views: 7213

Re: PN532 and Home Assistant

tag numbers are all intergers. sorry this is very new to me. can you tell me where can i find the internal variable or traditional dummy devices
by mufidsyed
23 Oct 2018, 06:21
Forum: ESP Easy: General Discussion
Topic: PN532 and Home Assistant
Replies: 9
Views: 7213

PN532 and Home Assistant

Hi, I have a nodemcu running the Release mega-20181022 stable version along with a PN532. I am able to read the tags. I have also integrated the same into my home assistant. While setting up automation i found that home assistant does not realize the same tag being read multiple times. In order to a...
by mufidsyed
30 Sep 2018, 14:09
Forum: ESP Easy: Projects / Applications
Topic: RFID with 7 segment display and a tasmota
Replies: 7
Views: 5349

Re: RFID with 7 segment display and a tasmota

i dont think so. mostly i think i will have to try automation with mqtt.publish in home assistant and then use that value as input for esp easy mqtt import. even if i am successful in gettin a float value i.e. 1 for on and 0 for off, can u tell me how do i setup the rule in esp easy
by mufidsyed
30 Sep 2018, 13:41
Forum: ESP Easy: Projects / Applications
Topic: RFID with 7 segment display and a tasmota
Replies: 7
Views: 5349

Re: RFID with 7 segment display and a tasmota

i just checked it does not give a float value. is there another way.
by mufidsyed
30 Sep 2018, 12:58
Forum: ESP Easy: Projects / Applications
Topic: RFID with 7 segment display and a tasmota
Replies: 7
Views: 5349

Re: RFID with 7 segment display and a tasmota

i think it is sending it in a float value. it is connected to my home assistant. do u have any idea how to setup the rules.
by mufidsyed
30 Sep 2018, 10:56
Forum: ESP Easy: Projects / Applications
Topic: RFID with 7 segment display and a tasmota
Replies: 7
Views: 5349

RFID with 7 segment display and a tasmota

hi, please correct me if i posted in the wrong section. i am basically trying to setup an rfid reader (PN532) with a nodemcu and also a 7 segment display (MAX7219). i know how to get the details from the rfid reader through mqtt. but for the 7 segment display, i need it to give me the state of a tas...
by mufidsyed
30 Sep 2018, 10:48
Forum: Introduce yourself
Topic: Hi from UAE
Replies: 1
Views: 2288

Hi from UAE

Hello everyone. Been dabbling into home automation for sometime. Some problems can be solved individually but others need help. Hope i can learn and help others in this community