-
I do not see support for imports of external proto files into the definition supplied to a grpc-server? Is this a feature on the roadmap? or am I (as usual) just missing how to do this? Thanks!
-
https://github.com/kakopappa/sinric/blob/a5c4dcf61513cbe1b03188512ae7ebfcd92e3cf3/arduino_examples/thermostat_example_with_dht_11.ino#L187
when I try to compile this error appears: Could not con…
-
the code is not working
its printing "Error" on serial monitor
-
Sistem yang dibangun [1] menggunakan :
- ESP8266
- Sensor DHT11
- HCSR-04
- DS18B20
- BH1750
- Servo
- Relay
- Submersible pump
- Aerator
- Heater
**Referensi**
1. Design …
-
Hi everyone,
In addition to sending commands from Alexa to node red, is it possible to read the values present on the node red?
I have a DHT11 (temperature and humidity sensor), on my P0 raspb w…
Cm-8 updated
7 months ago
-
Hi,
I have a similar code to send a POST request to firebase but it sends only the first time and then seems to be stuck just after the payload creation. I wonder if it's related to some unbalanced …
-
I want to have
"custom_device_type":{
"custom_device_name1":[param1,param2,param3],
"custom_device_name2":[param1,param2,param3]
}
In config file (DHT11,DHT22, BMP280, Analog sensors,…
-
你好,我在编译的时候报如下错误,可以指导下怎么解决吗?
In file included from sketch\FuncDHT11.cpp:1:0:
FuncDHT11.h:9:17: error: 'D1' was not declared in this scope
DHT dht=DHT(D1, DHT11);
^
In…
-
# Simplify data model
## Description
This change set simplifies the flow of data so that we deal with two main abstractions:
- `devices` which may hold arbitrary sensor reading data: temp, hu…
-
Hello Everybody,
I am using the android app Mqtt dashboard. I would like to see the temperature on the app widget.
So, I need to extract payload Temperaturato and timestamp using a neon string.
I …