timknowlden
timknowlden
  I cant post the template as im unsure on where they are saved to, but copy and paste this into a new template, Click "Add Container" at the...
The issue I face is that using a device counter it counts thermostats as heating when the neo thermostats are on idle. All of my tado ones do not show...
Yes, I use home kit infused. YAML is here: device_counters.yaml ``` # All Radiator Valves or Climate entities (ONLY climate entities can be used here!, if you have a single...
> Could you use something like this: `{{ expand('group.all_climate_entities') | selectattr('state','eq','heat') | selectattr('attributes.hvac_action','eq','heating')|list|count }}`? > > You'll probably need to combine this value with your existing tado thermostat count. It...
> I've created the PR #591 to fix the problem, no need for the library i linked, we can use a SoftwareSerial just for the RDM6300 How can i test?...
This is something im intersted to know if it would work with? [62822381d8de6982DS-ZPT-3.pdf](https://github.com/esprfid/esp-rfid/files/14257897/62822381d8de6982DS-ZPT-3.pdf)
I've received the above mentioned rf receiver today, try all the different protocols listed, there is only one serial output, but when that is connected using weigand on gpio13 only...
> @timknowlden > > Wiegand uses 2 lines Data 0 and Data 1 > > You need to explain a bit further how you've wired things up as well Hi,...
I've got the serial number now in a sensor inside esphome, so hoping I can send that serial number by uart to esprfid and that it will be recognised using...
``` esphome: name: rf platform: ESP8266 board: d1_mini wifi: ssid: "cnc" password: "&45t0W19" # Enable fallback hotspot (captive portal) in case wifi connection fails ap: ssid: "RFMini" web_server: port: 80...