Search found 5 matches

by dredrash
24 Feb 2020, 09:35
Forum: ESP Easy: Software
Topic: Difference between Onewire lib and espeasy onewire
Replies: 7
Views: 6513

Re: Difference between Onewire lib and espeasy onewire

thank you for your suggestion, i will check that as soon as i can.
by dredrash
22 Feb 2020, 09:06
Forum: ESP Easy: Software
Topic: Difference between Onewire lib and espeasy onewire
Replies: 7
Views: 6513

Re: Difference between Onewire lib and espeasy onewire

Thank you, I think you are right I'm using long cables with many branches so I decreased the pullup resistor to 2.2k, as I said i have included directly Onewire lib to the plugin's code and its fine , because now the plugin is working as usual.
by dredrash
21 Feb 2020, 21:32
Forum: ESP Easy: Software
Topic: Difference between Onewire lib and espeasy onewire
Replies: 7
Views: 6513

Re: Difference between Onewire lib and espeasy onewire

in espeasy code is used digitalWrite() digitalRead() and pinMode() while in onewire is used definitions i didn't find any other difference . i have replaced search() callings in the plugin's code with the original Class OneWire from OneWire lib, and now it can find them and is working as it suppose ...
by dredrash
21 Feb 2020, 11:15
Forum: ESP Easy: Software
Topic: Difference between Onewire lib and espeasy onewire
Replies: 7
Views: 6513

Difference between Onewire lib and espeasy onewire

Hello, i have 10 ds18b20 connected to D4(GPIO2) on ESP8266, but when i try to add them as devices in field "Device Address: " there is nothing. But when i flash a sketch with a simple search function using OneWire and Dallas libs every sensor is found. My question is about the difference b...
by dredrash
27 Jan 2020, 20:58
Forum: ESP Easy: Software
Topic: mqtt commands doesn't work
Replies: 1
Views: 4078

mqtt commands doesn't work

Hello, i use mega-20191208 stable for esp8266, and commands through mqtt are not acknowledged by espeasy. My setup is domoticz, mosquito espeasy, so espeasy is subscribed to domoticz/out. I have an device Output - Domoticz MQTT Helper which is working fine when there is change in this domoticz switc...