Search found 8 matches

by Anno
15 Jan 2022, 02:08
Forum: ESP Easy: Projects / Applications
Topic: 2 Pulsecounters, 1 working
Replies: 5
Views: 13027

Re: 2 Pulsecounters, 1 working

I have a simular behaviour. Only with 2 psi sensors, connected to a ADS1115. For the first time it was working great. Suddenly random high and low values for days (even without pressure) after that one did return to normal but the second never did. I am also thinking that the second sensor is broken...
by Anno
15 Jan 2022, 01:03
Forum: ESP Easy: Projects / Applications
Topic: Domoticz Dimmer and how to setup
Replies: 24
Views: 45321

Re: Domoticz Dimmer and how to setup

Klinkt wel als een bug. Je zou ook kunnen kijken of formattering werkt als work-around om die . weg te laten? (zolang de bug nog niet gefixt is) https://espeasy.readthedocs.io/en/latest/Rules/Rules.html?highlight=format#formatting-refered-values Heb nog wel even getwijfeld of ik überhaupt wilde ant...
by Anno
14 Jan 2022, 16:58
Forum: ESP Easy: Projects / Applications
Topic: Domoticz Dimmer and how to setup
Replies: 24
Views: 45321

Re: Domoticz Dimmer and how to setup

Ow, but of course i have a PCA9685 working and all, i am not stupid you see.....!!! Hmm, my crystal ball was out of service today, so I didn't get any information passed on from yea side :| The level and knowledge of users, and their questions, on this forum ranges from absolute novices to seasoned...
by Anno
14 Jan 2022, 16:46
Forum: ESP Easy: Projects / Applications
Topic: Domoticz Dimmer and how to setup
Replies: 24
Views: 45321

Re: Domoticz Dimmer and how to setup

Ow, but of course i have a PCA9685 working and all, i am not stupid you see.....!!! Hmm, my crystal ball was out of service today, so I didn't get any information passed on from yea side :| The level and knowledge of users, and their questions, on this forum ranges from absolute novices to seasoned...
by Anno
13 Jan 2022, 17:22
Forum: ESP Easy: Projects / Applications
Topic: Domoticz Dimmer and how to setup
Replies: 24
Views: 45321

Re: Domoticz Dimmer and how to setup

What do you mean, explain some more, why do you want to know more about the hardware and devices? Well, you need to have a PCA9685 connected, configured and enabled to be able to use the PCAPWM command, as it is part of that plugin. You can't use that command without these prerequisites. Ow, but of...
by Anno
13 Jan 2022, 10:22
Forum: ESP Easy: Projects / Applications
Topic: Domoticz Dimmer and how to setup
Replies: 24
Views: 45321

Re: Domoticz Dimmer and how to setup

When i use the pwm command it is working fine but when i use PCAPWM, it will not work: Please provide some more details about your hardware setup on ESPEasy, f.e. what devices are connected and configured. What do you mean, explain some more, why do you want to know more about the hardware and devi...
by Anno
10 Jan 2022, 12:32
Forum: ESP Easy: Projects / Applications
Topic: Domoticz Dimmer and how to setup
Replies: 24
Views: 45321

Re: Domoticz Dimmer and how to setup

Some strange behaviour, When i use the pwm command it is working fine but when i use PCAPWM, it will not work: Working: commandArray = {} DomDevice = 'dimmer esptest'; IP = 'xx.xx.xx.xx'; PIN = "xx"; if devicechanged[DomDevice] then if(devicechanged[DomDevice]=='Off') then DomValue = 0; el...
by Anno
19 Mar 2021, 19:28
Forum: ESP Easy: Software
Topic: TCA9546a and mcp23017
Replies: 1
Views: 3508

TCA9546a and mcp23017

I have made a esp8266 with a TCA9546a and a mcp23017 on the same bus with 2 different addresses.

I use the firmware 23-03.

The problem is when I activate the multiplexer. The mcp is gone and won't work anymore. I think this is a software problem. Both do work but not together.