-
I have the Code running OK on The ESP8266 D1 Mini in the VINDRIKTNING.
The Serial Port is streaming measurements to my IDE Serial Monitor.
What do I have to use to see the data on an App ? (or a …
-
Hi,
Do you think would be possible to change the actor states?
Mine are showing correctly but would be very good if I could turn on and turn off a pump for example...
-
Сервер есть. Помогите разобраться =)
-
I use ATmega328-based Arduino & ENC28J60 (revision 6) & Arduino_UIP (fix_errata12) in my hobby project for a long time. My device(s) handles requests from the monitoring service (Zabbix). But i can't…
-
Add gui for setting up sensors/switches/binary_sensors that will allow the user to add to their alarm with out having to make code changes and flash to the board.
-
In case of this is of use, I ran across this article, documenting how to use LetsEncrypt to install SSL certs on docker containers:
https://realguess.net/2016/10/09/getting-let-s-encrypt-ssl-certif…
-
Thanks for creating and developing this project, I was amazed when first saw it year ago, but just now got time to get into the testing and write here. Im not new into electronic and microcontrollers,…
-
Hello all
```
mySwitch.enableTransmit(13); //nodeMCU GPIO13 --->D7
// set protocol (default is 1, will work for most outlets)
/* mySwitch.setProtocol(1) */
mySwitch.setProtocol(1,304);
…
-
Was uploading fine few days ago now wont compile to upload.
did a pio update as well.
:/
`$ pio run --target upload
Processing huzzah (platform: espressif8266; board: huzzah; framework: ardu…
-
Thanks for a great application!
I have a few more needs myself and I am trying to find my way through your code but have not yet managed to do what I want:
1. From the main web page bring up a new p…