arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
22.2k stars 4.81k forks source link

PCF8594 Conection but no readings #5678

Closed SciTii closed 5 years ago

SciTii commented 5 years ago

Hi I have board called ARD7063 with microcontroler PCF8594 that works on I2C. It is Board that allows you to have more analog pinouts same as ADS 1115. If I'm not wrong there is no official info about supporting This board by tasmota but it works on I2C so it should be connecting with Tasmota Right? What is more after sending i2cscan command it says " RSL: stat/sonoff/RESULT = {"I2CScan":"Device(s) found at 0x48"}" So there is a communications between Nodemcu and this board, but sadly there is no readings

If it is not a problem please add support for this.

Jason2866 commented 5 years ago

PCF8594 is not supported. It needs a driver. Since ADS 1115 is supported there will probably no driver written from the developer(s). Your are invited to write and make a PR. Thx for sharing your ideas.

ascillato2 commented 5 years ago

Closing this issue as it is duplicated. Sorry.

Please, read the Contributing Guideline and Policy. Thanks.


Support Information (Guide)

See Wiki for more information. See Chat for more user experience. See Community for forum. See Code of Conduct

lalo-uy commented 5 years ago

PCF8594 is not a microprocesor, is an eeprom chip.

El vie., 19 abr. 2019 a las 12:31, Adrian Scillato (< notifications@github.com>) escribió:

Closed #5678 https://github.com/arendst/Sonoff-Tasmota/issues/5678.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/arendst/Sonoff-Tasmota/issues/5678#event-2288455743, or mute the thread https://github.com/notifications/unsubscribe-auth/ACXBW4L2M75GMTGWW2B3LULPRHQVTANCNFSM4HHESSJQ .

Jason2866 commented 5 years ago

You are right but the author asked for support for PCF 8591. He typed wrong IC typ.... The text clearly describes a ADC chip. The given answer is correct.

SciTii commented 5 years ago

Thanks for all Answers. Have a nice day!