Today i have added a new controller, MQTT Autodiscovery. Its tested with Domoticz, and seems working, but should work with HA MQTT component also.
https://github.com/enesbcs/rpieasy/issues/270
Search found 587 matches
- 30 Sep 2023, 20:54
- Forum: RPiEasy: General Discussion
- Topic: MQTT Autodiscovery
- Replies: 1
- Views: 4387
- 12 Jul 2023, 17:45
- Forum: RPiEasy: Hardware
- Topic: Orange Pi Zero 2
- Replies: 3
- Views: 11104
Re: Orange Pi Zero 2
The following OrangePi models is supported by OPi.GPIO library ( https://pypi.org/project/OPi.GPIO/ )
ZeroPlus, ZeroPlus2, OnePlus, WinPlus, Prime, PC, PC2, Pi3
Although if you manage to compile OPi.GPIO library from github i think it contains Zero2 definitions.
ZeroPlus, ZeroPlus2, OnePlus, WinPlus, Prime, PC, PC2, Pi3
Although if you manage to compile OPi.GPIO library from github i think it contains Zero2 definitions.
- 06 Jun 2023, 06:57
- Forum: RPiEasy: General Discussion
- Topic: RPIEasy
- Replies: 332
- Views: 649712
Re: RPIEasy
Do you have a switch device defined in your devices tab? I believe you need to have at least one GPIO Switch defined in order for the GPIO command to work. You are absolutely right, this seems the only reason. under the attachments you find screenshots. Please add at least one Switch or an Output h...
- 05 Jun 2023, 06:58
- Forum: RPiEasy: General Discussion
- Topic: RPIEasy
- Replies: 332
- Views: 649712
Re: RPIEasy
i forgot to make a screenshot and i´m now not there. Screenshots are cute, but for a succesful debugging at least these thing are needed: - specification of the hardware, operating system and python version - full logs - content of the data directory (under rpieasy) If those are not available, only...
- 30 Mar 2023, 07:25
- Forum: RPiEasy: General Discussion
- Topic: RPIEasy
- Replies: 332
- Views: 649712
Re: RPIEasy
I guess Bullseye
https://github.com/enesbcs/rpieasy/issues/268
I doubt that RPIEasy is broken as i use it at home.
- 31 Jul 2022, 14:34
- Forum: RPiEasy: General Discussion
- Topic: new micropython based mpeasy-async
- Replies: 5
- Views: 8305
- 30 Jul 2022, 20:10
- Forum: RPiEasy: General Discussion
- Topic: new micropython based mpeasy-async
- Replies: 5
- Views: 8305
Re: new micropython based mpeasy-async
Cool! Will have a look. I do have some WROVER units laying around. Primary target was the Pico with W5100S LAN, and when the Pico-W came out, compiled to it also, and it is working. But yes, it also works on ESP32 units, i have tested the basic functions. For the WROVER mpyeasy-async did not bring ...
- 30 Jul 2022, 09:05
- Forum: RPiEasy: General Discussion
- Topic: new micropython based mpeasy-async
- Replies: 5
- Views: 8305
new micropython based mpeasy-async
mPyEasy Async version uploaded today for testing.
It works with W5100S-EVB-Pico with LAN, and with Raspberry Pico W with Wifi.
https://github.com/enesbcs/mpyeasy-async
It works with W5100S-EVB-Pico with LAN, and with Raspberry Pico W with Wifi.
https://github.com/enesbcs/mpyeasy-async
- 15 Jun 2022, 21:42
- Forum: RPiEasy: Software
- Topic: Devices goes offline
- Replies: 3
- Views: 10112
Re: Devices goes offline
The biggest issue is that the Generic Input stop working after few hours. The Input doesn´t change anymore. (No notification at MQTT and no change in web application) I had to click manually Run in the Web appliction and after that it works for the next I guess the Generic Input is the "Input ...
- 21 Oct 2021, 13:47
- Forum: ESP Easy: Software
- Topic: Serial MCU controlled relay/switch
- Replies: 459
- Views: 1622524
Re: Serial MCU controlled relay/switch
The Arduino code according to on byte open [] = {0xA0, 0x01, 0x00, 0xA1}; Serial.write (open, sizeof (open)); off byte close [] = {0xA0, 0x01, 0x01, 0xA2}; Serial.write (close, sizeof (close)); Does it even work with the "Serial MCU controlled switch" plug-in? Yes, this is the standard LC...
- 21 Oct 2021, 13:33
- Forum: RPiEasy: General Discussion
- Topic: Miflora used to work much better..
- Replies: 1
- Views: 10498
- 28 May 2021, 20:14
- Forum: RPiEasy: Software
- Topic: Migration from ESPEasy to RPIEasy
- Replies: 1
- Views: 11402
Re: Migration from ESPEasy to RPIEasy
I'd like to migrate from ESPEasy to RPIEasy, but I face some issues. It's seems that not all existing plugins from Arduino board was migrated to python. Raspberry Pi is not Arduino, for example, Raspberry has no analog input pin. But there are several other differences, such as RPI GPIO handling is...
- 13 May 2021, 21:29
- Forum: RPiEasy: General Discussion
- Topic: Publish MQTT mwessages to toggle relay on/off
- Replies: 5
- Views: 12243
Re: Publish MQTT mwessages
Have you ever use MQTT explorer to monitor your MQTT host ? Not sure why i want to do that. Am using home assistant Well, I am a Domoticz user. What is the "P029 Output helper plugins" and where can I fine it? The same place where every plugin exists: in Devices tab https://i.ibb.co/WpGG3...
- 13 May 2021, 18:57
- Forum: RPiEasy: General Discussion
- Topic: Publish MQTT mwessages to toggle relay on/off
- Replies: 5
- Views: 12243
Re: Publish MQTT mwessages
How can I Publish messages in RPIEasy on a raspberry. Please be a little more specific. Do you want to send an mqtt message FROM rpieasy to a sprinkler system, or do you want to RECEIVE mqtt messages and change a GPIO state according it? If you want to receive, you can add a Generic MQTT controller...
- 06 May 2021, 23:04
- Forum: RPiEasy: Hardware
- Topic: Question about switch function.
- Replies: 4
- Views: 15946
Re: Question about switch function.
Premise: gpio 12 is assigned as input switch, pushbutton active on high. Same gpio/pushbutton is used to wakeup LCD, as "Display button:". Short press wake up the LCD.Now we want to use longpress function of same gpio,something like that: 1st longpress enable task 1, 2nd longpress disable...
- 12 Apr 2021, 17:52
- Forum: RPiEasy: General Discussion
- Topic: Sunrise/sunset
- Replies: 9
- Views: 15568
Re: Sunrise/sunset
I tried %sunrise+3h% ..so it should start at 09:31..but no success... You write %sunset% for the first time: On Clock#Time=All,%sunset% do sendTo,9,gpio,12,1 endon which should work, please stick to the original problem. "+3h" and so on is not programmed into RPIEasy so they are not work,...
- 12 Apr 2021, 07:13
- Forum: RPiEasy: General Discussion
- Topic: Sunrise/sunset
- Replies: 9
- Views: 15568
Re: Sunrise/sunset
I see, and does it have a leading zero? 06:17 ?zerocool59 wrote: ↑12 Apr 2021, 06:39 I'm so sorry..
It 's of course 6":"17
My fault..
Wer lesen kann ist klar im vorteil
if not, try to update to latest RPIEasy version.
- 11 Apr 2021, 18:43
- Forum: RPiEasy: General Discussion
- Topic: Sunrise/sunset
- Replies: 9
- Views: 15568
Re: Sunrise/sunset
"." instead of ":" may be a huge issue, for some reason your locale has override requested %H:%M setting. Other time string on variables pages showed with colon? ":"
- 11 Apr 2021, 18:20
- Forum: RPiEasy: Software
- Topic: Change Sensor value
- Replies: 2
- Views: 8342
Re: Change Sensor value
Hi, I have a small problem: I am measuring waterpressure, value goes in ADS0#Wasserdruck. Works fine - but: if no water is flowing the values swings around 0 (-0.1, 0,04 and so on). There are a lot of possibilities. I guess you are using an Analog ADS1115 device. You can either set decimals to zero...
- 11 Apr 2021, 14:13
- Forum: RPiEasy: General Discussion
- Topic: Sunrise/sunset
- Replies: 9
- Views: 15568
Re: Sunrise/sunset
Please include the code that is not working for you.zerocool59 wrote: ↑11 Apr 2021, 12:17 Thank you for your answer...
GPS are set...
Variables are 6.17 and 20.01 ..
I will keep on trying....
- 10 Apr 2021, 16:15
- Forum: RPiEasy: General Discussion
- Topic: Sunrise/sunset
- Replies: 9
- Views: 15568
Re: Sunrise/sunset
Hallo @ all.. My problem is that sunrise and sunset command doesn't work . Suntime is installed and systemvariables are okay. I have no knowledge about these commands. suntime and sunrise are variables. If GPS coordinates are saved, they have to work, this is mine: %sunrise% 05:59 %sunset% 19:16
- 05 Apr 2021, 09:25
- Forum: RPiEasy: Hardware
- Topic: Question about switch function.
- Replies: 4
- Views: 15946
Re: Question about switch function.
When I press the switch quickly the state toggles from 0 to 1 or vise versa and stays that way. When I press the switch for a couple seconds it toggles from one state to another and then back to where it was. If there are some unexpected effect between quick and slow methods, you can try to change ...
- 16 Mar 2021, 15:42
- Forum: RPiEasy: Software
- Topic: P212 Dashboard plugin
- Replies: 10
- Views: 19294
Re: P212 Dashboard plugin
Thank you. I tried it yesterday. Is there a plug-in to compile yourself for espeasy? I do not understand the question, it's in micropython. How do you want to compile it for espeasy? Only 12 devices can be used in mpyEasy and many sensors are missing, for example SGP30, MPU 6050 or PCF8574. I've ad...
- 10 Mar 2021, 19:45
- Forum: RPiEasy: Software
- Topic: Initial thoughts
- Replies: 8
- Views: 14405
Re: Initial thoughts
Maybe a larger capacitor between VDD and GND helps this problem.FluffyChicken wrote: ↑10 Mar 2021, 11:35 My main problem is whenever I stop RPIEasy, it stops the fan on the SDS and that nad a fan start triggers a power pule down the 5V and reboots. So a right royal pain to work with.
- 08 Mar 2021, 23:15
- Forum: RPiEasy: Software
- Topic: Initial thoughts
- Replies: 8
- Views: 14405
Re: Initial thoughts
Just noticed in the Particle Sensors you listed, you have MCU680, that a BME680 with a microcontroller (STM32) on it to provide a serial output with iirc bsec's but it's limited and not sure it can be updated or changed to eVOC. Else it's just an i2c BME680, it is not a Particle Sensor, so confused...
- 08 Mar 2021, 23:08
- Forum: RPiEasy: Software
- Topic: Initial thoughts
- Replies: 8
- Views: 14405
Re: Initial thoughts
Perhaps drop the RPi naming? As I implies its Pi targeted and would be specific. RPi was the first system supported. Now it can run on Orange Pi, Rock PI S, and of course on any Debian running PC with python3. I think about renaming the project but it would cause more trouble than advantage. Especi...
- 04 Mar 2021, 19:55
- Forum: RPiEasy: Software
- Topic: Initial thoughts
- Replies: 8
- Views: 14405
Re: Initial thoughts
Thank you for your feedback! It seems python3 packages need to be installed globally (sudo) and not as the local user. Yes, this is the reason why "Root rights needed" style alert showing in red color on several places in RPIEasy. Every installation needs elevated rights, not just python p...
- 28 Feb 2021, 17:54
- Forum: RPiEasy: General Discussion
- Topic: How to open web server?
- Replies: 2
- Views: 9691
Re: How to open web server?
Yes. Or any other IP address that the system has.
Code: Select all
10:35:53: Webserver starting at port 80
- 20 Feb 2021, 16:54
- Forum: ESP Easy: General Discussion
- Topic: Maintain date and time in the absence of wifi
- Replies: 40
- Views: 40211
Re: Maintain date and time in the absence of wifi
I have tried to compile myself using gitpod but I get all sorts of errors that are beyond my skills to fix. I couldn't find a tutorial on how to use it. So unless one of you amazing people will compile one for me a newer build with _P156_DS1307.ino,_P157_DS3231.ino,_P166_WiFiMan.ino, plugin 5, plug...
- 14 Feb 2021, 15:59
- Forum: RPiEasy: Software
- Topic: P212 Dashboard plugin
- Replies: 10
- Views: 19294
Re: P212 Dashboard plugin
Hej, I don´t find the P212 Dash plugin in the Release mega-20201227 and Release mega-20210114. I always take the compiled *.bin for flashing. Thanks greetings from Sverige ndull P212 is a plugin for RPiEasy, not for ESPEasy... Yes! Although i've backported Dashboard plugin to mPyEasy for ESP32: htt...
- 07 Feb 2021, 20:08
- Forum: RPiEasy: General Discussion
- Topic: Convert uptime seconds to days hours ect
- Replies: 4
- Views: 11766
Re: Convert uptime seconds to days hours ect
c_s2dhms added to RPIEasy at todays commit.
- 07 Feb 2021, 20:06
- Forum: RPiEasy: General Discussion
- Topic: RPIEasy
- Replies: 332
- Views: 649712
Re: RPIEasy
Global variable support added at today's commit.
- 03 Feb 2021, 22:43
- Forum: ESP Easy: Hardware
- Topic: WT32-ETH01
- Replies: 134
- Views: 264408
Re: WT32-ETH01
- 30 Jan 2021, 22:34
- Forum: RPiEasy: General Discussion
- Topic: RPIEasy
- Replies: 332
- Views: 649712
Re: RPIEasy
Thanks! Issue added to rpieasy.
Mm interesting, so if anyone names its device as "var" or "int" its values can not be accessed anymore.
- 30 Jan 2021, 21:00
- Forum: RPiEasy: General Discussion
- Topic: RPIEasy
- Replies: 332
- Views: 649712
Re: RPIEasy
Hi, I´m searching for a few of hours about this: Next time you can check the wiki: https://github.com/enesbcs/rpieasy/wiki/RPIEasy-implemented-command-list I want to do something like this: on BME280_1#Feuchtigkeit do if [BME280_1#Feuchtigkeit] <> %v1% SendToHTTP 192.168.179.15,8181,/config/xmlapi/...
- 27 Jan 2021, 18:37
- Forum: RPiEasy: General Discussion
- Topic: Convert uptime seconds to days hours ect
- Replies: 4
- Views: 11766
Re: Convert uptime seconds to days hours ect
EDIT: I see on an ESP unit in the variables page at the bottom "standard conversions" one to do what I want now. Cant figure out how to add that formula in the formula box in the plugin and get it to work. How do I format the actual formula? %value%=%c_s2dhms%(100000 ) doesn't work. (on E...
- 24 Jan 2021, 19:23
- Forum: ESP Easy: Hardware
- Topic: WT32-ETH01
- Replies: 134
- Views: 264408
Re: WT32-ETH01
If you are trying to use bare LAN8720 modules, a little DIY will be needed on the board, as GPIO-0 has special meaning for ESP32.. I've used LAN8720 with WROVER modules which a little different than WROOM, as WROVER GPIO16/GPIO17 is occupied by onboard PSRAM, but not impossible to do: https://trans...
- 24 Jan 2021, 17:53
- Forum: ESP Easy: Hardware
- Topic: WT32-ETH01
- Replies: 134
- Views: 264408
Re: WT32-ETH01
What I am still unsure off is that any of the other pins IO19, IO21, IO22, IO25, IO26, IO27 are perhaps not configures wrongly somewhere... I have ordered some spare LAN8720 ic's so I will try to solder one on and see if I can make it to work These pins are the same on every ESP32 as ESP-IDF is not...
- 23 Jan 2021, 20:55
- Forum: RPiEasy: General Discussion
- Topic: Changelog
- Replies: 6
- Views: 18526
Re: Changelog
In v2.1.023: - C013 ESPEasy P2P controller buffer problems fixed, update if you use that - In Hardware tab, added a new option for autostart with help of systemctl service. Be sure to disable old method, if you use the new, as multiple RPIEasy instances on the same machine will behave strangely. Oth...
- 23 Jan 2021, 16:07
- Forum: ESP Easy: Hardware
- Topic: WT32-ETH01
- Replies: 134
- Views: 264408
Re: WT32-ETH01
Hi guys, I'm trying to flash or load my own code to this board.... at the moment to try upload the code the board is not getting connected, you know, it keeps like .....____.....____ I'm trying with these serial converters (in the image) without luck, actually I'm reading If GPIO-0 connected to GND...
- 21 Jan 2021, 16:53
- Forum: ESP Easy: Hardware
- Topic: WT32-ETH01
- Replies: 134
- Views: 264408
Re: WT32-ETH01
Have your tried what enecbs posted above ? Preferred network: Ethernet Ethernet PHY type: LAN8710 Ethernet PHY Address: 1 GPIO MDC: GPIO-23 GPIO MIO: GPIO-18 GPIO POWER: GPIO-16 Ethernet Clock: External crystal oscillator The configuration i'd posted is for "WT32-ETH01" only. "wESP32...
- 14 Jan 2021, 21:14
- Forum: ESP Easy: Hardware
- Topic: WT32-ETH01
- Replies: 134
- Views: 264408
Re: WT32-ETH01
Checking on Tasmota's work in an effort to save me any headache if possible on the WT32-ETH01 (should be coming in soon) * {"NAME":"WT32-ETH01","GPIO":[1,1,1,1,1,1,0,0,1,0,1,1,3840,576,5600,0,0,0,0,5568,0,0,0,0,0,0,0,0,1,1,0,1,1,0,0,1],"FLAG":0,"BASE&quo...
- 11 Jan 2021, 18:03
- Forum: ESP Easy: General Discussion
- Topic: Serial MCU controlled switch?
- Replies: 6
- Views: 9476
Re: Serial MCU controlled switch?
Build 20102 - Mega (ESP82xx Core 2_4_1, NONOS SDK 2.2.1(cfd48f3)) GIT version xuryV0.1 xury just compiled its own version from github sources, i guess it is the same as the old ones with Core 2.4.1: https://www.letscontrolit.com/forum/viewtopic.php?p=42226#p42226 In theory it will also work with th...
- 05 Jan 2021, 17:15
- Forum: RPiEasy: Software
- Topic: P212 Dashboard plugin
- Replies: 10
- Views: 19294
Re: P212 Dashboard plugin
Thats a great idea! I just updated on of my units but can't seem to be able to access it. How do you enable this? Add some tasks that generates data, than add a P212 Dash plugin and setup: - Size (table) - Data type [ Text, Binary input/read only, Switch output/changeable, Meter, Gauge, Slider outp...
- 01 Jan 2021, 22:55
- Forum: ESP Easy: Software
- Topic: LoRa/LoRaWan "Heltec ESP32 LoRa V2" device support
- Replies: 8
- Views: 12225
Re: LoRa/LoRaWan "Heltec ESP32 LoRa V2" device support
Since my initial post on this thread I have refined my approach to finding a solution for long distance 2-way communication to a remote ESPEasy node. LoRa/Sx1278 P2P controller is available in mPyEasy, if it suits your needs. Its a P2P protocol which follows the same logic as ESPEasyP2P without any...
- 01 Jan 2021, 22:31
- Forum: RPiEasy: General Discussion
- Topic: Changelog
- Replies: 6
- Views: 18526
Re: Changelog
In v2.1.001:
- support for MCP3208 added
- software-I2C is now appears on hardware page (Raspberry only)
- p2pcom command line utility added for ESPEasy P2P peer detection and for sending commands to them
- support for MCP3208 added
- software-I2C is now appears on hardware page (Raspberry only)
- p2pcom command line utility added for ESPEasy P2P peer detection and for sending commands to them
- 31 Dec 2020, 18:32
- Forum: RPiEasy: Software
- Topic: P212 Dashboard plugin
- Replies: 10
- Views: 19294
- 31 Dec 2020, 12:26
- Forum: RPiEasy: Software
- Topic: P212 Dashboard plugin
- Replies: 10
- Views: 19294
P212 Dashboard plugin
A new plugin is added in the end of the year. With Dash plugin the locally added Tasks can be visualised in a table.
Plugin interval defines the page refresh rate, page can be accessed by IP/dash or can be setted to force itself as startpage.
Plugin interval defines the page refresh rate, page can be accessed by IP/dash or can be setted to force itself as startpage.
- 30 Dec 2020, 17:59
- Forum: RPiEasy: General Discussion
- Topic: Changelog
- Replies: 6
- Views: 18526
Re: Changelog
From v2.0.365, the CSV output also usable in RPIEasy, as in ESPEasy. https://espeasy.readthedocs.io/en/latest/Reference/URLs.html Also the pwm command is modified to work similarly as in ESPEasy. (3rd param is fade) A new customizable local Dashboard is added to display Task values on a separated pa...
- 21 Dec 2020, 22:02
- Forum: RPiEasy: General Discussion
- Topic: webgui usage
- Replies: 2
- Views: 10190
Re: webgui usage
Enabled GUI ports: 80 8080 8008 591 What happens if I uncheck the first portnumber (80)? When you uncheck port 80, RPIEasy will skip testing port 80, and will use 8080 if it is free (and checked). If it is not, then the next one (that enabled and free) will be tested, and so on. If for some reason ...