Search found 4 matches

by oarchie
12 Oct 2019, 04:07
Forum: ESP Easy: Software
Topic: new homie controller & plug-in (C014 & P086)
Replies: 4
Views: 8365

Re: new homie controller & plug-in (C014 & P086)

Hi All, I am trying to read a DHT22 device and control the speed of a fan using the homie receiver mqtt on espeasy. The DHT reader is working. I have defined a device as a generic homie receiver. I have defined Function#1 with the event FanSpeed, type integer. The other three functions are left blan...
by oarchie
10 Sep 2019, 01:11
Forum: ESP Easy: Software
Topic: PlatformIO Build/Compile Error New Install/Setup
Replies: 2
Views: 3221

Re: PlatformIO Build/Compile Error New Install/Setup

I have just done the same install. I started off with a fresh local github copy. I installed VSCode Installed the platformio extension and loaded the platform.ini file. I used the "env_default = normal_ESP8266_4M1M" to select the Wemos D1 R2 as my target after changing _4096 to _4M1M Hit c...
by oarchie
20 Aug 2017, 03:20
Forum: ESP Easy: Software
Topic: ESP Easy MQTT ARRAYs
Replies: 2
Views: 3150

Re: ESP Easy MQTT ARRAYs

Yes, I saw that method. I was hoping to use the device config for setting up a lot of different WiFi based sensors. I have implemented _C012.ino as HomeAssistant MQTT control plugin, using the mega branch, and PIO, upload, test, 1024 I can now select that from the Controllers Protocol. My question i...
by oarchie
19 Aug 2017, 18:00
Forum: ESP Easy: Software
Topic: ESP Easy MQTT ARRAYs
Replies: 2
Views: 3150

ESP Easy MQTT ARRAYs

I am trying to connect ESP Easy to HomeAssistant. The MQTT string that I get from the ESP Easy with a DHT22 configured device. I have enabled Controller 1 as domoticz mqtt. My question relates to the mqtt protocol format. I am successfully receiving mqtt messages. My configuration.yaml looks like: -...