VPN/Proxy erkannt
Es scheint, dass Sie einen VPN- oder Proxy-Dienst verwenden. Bitte beachten Sie, dass die Nutzung eines solchen Dienstes die Funktionalität dieser Webseite einschränken kann.
-
So I now have a bit of data to share, and the results aren't really great (the voltage difference being quite low so accuracy wouldn't so good I guess).
voltage at around 18.1° : ~ 6.2v
voltage at around 5.5° : ~ 7.4v
temperature comes from a ds18b20 sensor really close to the thermistor
Der Inhalt kann nicht angezeigt werden, da Sie keine Berechtigung haben, diesen Inhalt zu sehen.
Any idea if I could improve a bit on this ?
-
Thanks !
Actually I read the add on characteristics again and found this mention :
Supported sensors
- Up to 5 DS18B20
- Single DHT22
- NTC resistors with 10 kΩ nominal resistance and β=4000 K
I'm not sure if my thermistor qualifies with this requirement but it doesn't look too far off 🤔
-
Hi,
I have a shelly 1 pm plus and an addon, and a thermistor NTC (24 kohms at +5 degrees, 10 kohms at +20 degrees)
The doc has this ratings https://kb.shelly.cloud/knowledge-base/shelly-plus-add-on
Output circuits ratings |
VCC max. current: | 10 mA |
VREF OUT max. current: | 1 mA |
VREF+R1 OUT resistor | 10 kΩ |
So it seems my thermistor is out of range, right ?
I was hoping to more or less follow the setup described here : https://kb.shelly.cloud/knowledge-base…-photoresistor-
Now I'm trying to understand a bit deeper how things work : is R1 here an internal resistance of the addon ? If so, do we know its value ?
I tried to wire the thermistor between GND, ANALOG IN and VREF + R1 OUT and got some voltage readings around 6v in Shelly UI, but not very stable, changing constantly between ~ 5.80 and 6.20v (at a 17 degrees place).
-
Any news on this ?
My latest experiments have shown that using a custom topic prefix including slashes like house/basement/boiler-room was problematic. Mqtt explorer would stop receiving the status updates.
But with the default topic prefix, it works
-
Hi, did you find a solution for this ?
-
Hi,
I am also having issues with such kind of mqtt things since I updated firmware to 1.0.3 version
Even the "Generic status update over MQTT" aren't visible (using mqtt explorer to see what's coming to the broker)
-
Hi,
Somehow related but I started integrating a shelly pm with mqtt and got some initial stuff working, but nothing works since updating to latest firmware
-
Hi,
I was hoping to make a PATCH http call to interact with my mikrotik router's config but it turns out I get this response "method': Method is wrong or not supported!"
Shelly.call(
"HTTP.REQUEST",
{
method: "PATCH",
url: baseUrl + "/" + id,
ssl_ca: "*",
body: body,
headers: headers
},
function (res, error_code, error_message) {
print(res);
},
null
);
Alles anzeigen
Is there any hope to get that supported in a coming firmware update ?
Thanks