Search found 24 matches

by jimmys01
12 Jan 2024, 14:13
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 33717

Re: ESP32 Zabbix Controller

The issue comes when using NEWer Zabbix - I tested with v6.0, v6.2 and v6.4 - the controller data is IGNORED by Zabbix as it does not contain HEADER Data - and maybe also the format is somewhat wrong - as per forum posts, it works on older Zabbix v4 and so on (but i dont have those to test) Can you...
by jimmys01
09 Sep 2023, 20:34
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 33717

Re: ESP32 Zabbix Controller

Just posting here in red the values that correspond to the correct config items in zabbix.
by jimmys01
15 Mar 2023, 19:05
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 33717

Re: ESP32 Zabbix Controller

I wrote the Zabbix plugin. I tried my best to document the procedure to set it up to the source code... I know not the best I could do , but it was the fastest I could do it in my limited time. I have deployed like 200+ nodes and report to zabbix just fine. I dont know if the ESP32 is your problem.....
by jimmys01
29 Nov 2022, 15:04
Forum: ESP Easy: General Discussion
Topic: Seeking Home Automation Advice
Replies: 79
Views: 43735

Re: Seeking Home Automation Advice

I had similar questions as you have now. I feel like I can write pages upon pages for this topic. I have a fully automated / smart home and I support an establishment with 200+ smart nodes in a hotel. Please also consider the following when making your decision -Who will fix it if when it WILL break...
by jimmys01
03 Dec 2021, 14:16
Forum: ESP Easy: Projects / Applications
Topic: Controlling AC throught Openhab and ESP Easy
Replies: 10
Views: 31252

Re: Controlling AC throught Openhab and ESP Easy

My Updated config!!! This is the MQTT2 binding configuration AC.things Thing mqtt:topic:LivingRoomNode1 "Living Room Node" (mqtt:broker:myMQTTBroker) { Channels: Type string : cmd [commandTopic="ESP_Easy/LivingRoomNode1/cmd"] } Ac.items Group:Switch:OR(ON, OFF) gIrTX "All IR...
by jimmys01
08 Aug 2020, 14:13
Forum: uPyEasy: General Discussion
Topic: AurAir Launched!!!
Replies: 6
Views: 18813

Re: AurAir Launched!!!

No dust sensor? What? Why?
by jimmys01
03 May 2020, 23:36
Forum: ESP Easy: Hardware
Topic: wiring new house for espeasy and power supply
Replies: 29
Views: 41088

Re: wiring new house for espeasy and power supply

Hello from me as well. I have just finished my very own house and I could have done the automation wiring as I wanted. I had a lot of dilemmas to solve. My final solution after a lot of consideration is as follows. Use sonoff 3ch T0 for the switches. Thats it. Blinds, Lights, Shutters and Curtains. ...
by jimmys01
25 Nov 2019, 13:30
Forum: ESP Easy: Projects / Applications
Topic: Controlling AC throught Openhab and ESP Easy
Replies: 10
Views: 31252

Re: Controlling AC throught Openhab and ESP Easy

This is the MQTT2 binding configuration AC.things Thing mqtt:topic:LivingRoomNode1 "Living Room Node" (mqtt:broker:myMQTTBroker) { Channels: Type string : cmd [commandTopic="ESP_Easy/LivingRoomNode1/cmd"] } Ac.items Group:Switch:OR(ON, OFF) gIrTX "All IR transmiters [%d]&quo...
by jimmys01
14 Nov 2019, 10:21
Forum: ESP Easy: Projects / Applications
Topic: Controlling AC throught Openhab and ESP Easy
Replies: 10
Views: 31252

Re: Controlling AC throught Openhab and ESP Easy

A quick note. The command structure is now like this: IRSENDAC, ' {"protocol":"COOLIX","power":"on","mode":"dry","fanspeed":"auto","temp":22,"swingv":"max","swingh":"off"...
by jimmys01
01 Oct 2019, 13:06
Forum: ESP Easy: Hardware
Topic: Strange multiple DS18B20 behaviour (same bus)
Replies: 7
Views: 10126

Re: Strange multiple DS18B20 behaviour (same bus)

The green line seems to be the problematic one. At 20:00 on the left of the screen you can see a couple of readings of about 13,25c . This coresponds to 10bit or moe resolution. In the right of the diagrams it jumps from 13 to 12,5 and 13,5 that coresponds to 9 bit resolution... I would check that t...
by jimmys01
16 Sep 2019, 07:54
Forum: ESP Easy: Projects / Applications
Topic: Controlling AC throught Openhab and ESP Easy
Replies: 10
Views: 31252

Re: Controlling AC throught Openhab and ESP Easy

Thanks, leftovers from early versions of the JSON
by jimmys01
13 Aug 2019, 15:37
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190481

Re: IR Transmitter ?

(2) the on/off values need to be upper case. Are you sure? I will also check that. Model can be either the string representation of the supported model or of the "id" given by the library as you did. The JSON keys do have to be lower case. I attach below my notes on P035 (Ir Transmiter pl...
by jimmys01
07 Aug 2019, 09:41
Forum: ESP Easy: Software
Topic: Strange problem with BMP180
Replies: 18
Views: 13165

Re: Strange problem with BMP180

Are you using openhab? if yes show us your persistance file.
by jimmys01
31 Jul 2019, 21:09
Forum: ESP Easy: Projects / Applications
Topic: Controlling AC throught Openhab and ESP Easy
Replies: 10
Views: 31252

Re: Controlling AC throught Openhab and ESP Easy

The plug in is the "Communication - IR Transmit" plug in or else the P035. The mqtt cmd message is like: IRSENDAC,'{"Protocol":"COOLIX","Power":"on","Opmode":"dry","Fanspeed":"auto","Degrees":22,"...
by jimmys01
31 Jul 2019, 21:09
Forum: ESP Easy: Software
Topic: New IR RAW code RX/TX support
Replies: 8
Views: 6653

Re: New IR RAW code RX/TX support

https://github.com/letscontrolit/ESPEas ... 5_IRTX.ino

Check on the top of the plugin code is some usage instructions.
by jimmys01
13 Jul 2019, 15:16
Forum: ESP Easy: Projects / Applications
Topic: Controlling AC throught Openhab and ESP Easy
Replies: 10
Views: 31252

Controlling AC throught Openhab and ESP Easy

This is my setup that utilizes the new extended AC commands of the IR library. The only think that needs to be costumized is the .items file. You substitute the LivingRoom part with anything you want and you leave the part after the _ the same. Also in the items file you change the XXXX_Protocol &qu...
by jimmys01
19 Jun 2019, 12:52
Forum: ESP Easy: Hardware
Topic: MCP23017 - Read input and MQTT
Replies: 1
Views: 2939

Re: MCP23017 - Read input and MQTT

How do you read pins? How do you set certain pins as inputs or outputs? On System#Boot do monitor,mcp,1,1 monitor,mcp,2,1 monitor,mcp,3,1 monitor,mcp,4,1 monitor,mcp,5,1 monitor,mcp,6,1 monitor,mcp,7,1 monitor,mcp,8,1 monitor,mcp,9,1 monitor,mcp,10,1 monitor,mcp,11,1 monitor,mcp,12,1 monitor,mcp,13,...
by jimmys01
07 Jun 2019, 15:11
Forum: ESP Easy: General Discussion
Topic: Problem to send RC6 Codes with IRsend
Replies: 6
Views: 5652

Re: Problem to send RC6 Codes with IRsend

Ok problem is found I will try and fix it for you.
by jimmys01
01 May 2019, 13:30
Forum: ESP Easy: General Discussion
Topic: IR RX extended decoding of AC Protocols
Replies: 6
Views: 7064

Re: IR RX extended decoding of AC Protocols

I noticed in Release mega-20190311 a reference in the release notes to [IR RX] Disable Extended decoding of AC protocols by default . Is there function built into ESP Easy to decode air conditioner protocols? Where can I find more information about this? The extended decoding wans't really doing mu...
by jimmys01
27 Feb 2019, 17:45
Forum: ESP Easy: General Discussion
Topic: Problem to send RC6 Codes with IRsend
Replies: 6
Views: 5652

Re: Problem to send RC6 Codes with IRsend

Post also the log when sending the command.
by jimmys01
17 Feb 2019, 17:59
Forum: ESP Easy: General Discussion
Topic: How should I send the IR Transmit code?
Replies: 2
Views: 2858

Re: How should I send the IR Transmit code?

IRSEND,NEC,8166817E should work. If not check your schematic. R2 has to be calculated, depending on the LED you use.
by jimmys01
07 Jan 2019, 22:45
Forum: ESP Easy: Hardware
Topic: A bit confused about IR Receiver and IR Transmitter
Replies: 7
Views: 7448

Re: A bit confused about IR Receiver and IR Transmitter

Use the EspEasy firmware and the Communication - TSOP4838 device to listen for IR signals. There is a chance that the RAW2 encoding will give you an encoded message and then you can use the IRSEND,RAW2,"encoded msg" to replay it. Also a bit more manual procedure you copy and paste the RAW ...