Search found 4 matches

by BigJ466
05 Feb 2019, 14:14
Forum: ESP Easy: Software
Topic: Sensor plugin with more than 4 values
Replies: 6
Views: 3782

Re: Sensor plugin with more than 4 values

Thanks alot for your reply. That's what I'm looking for. I have some restrictions: as the smartmeter should only be read once an hour due to battery consumption, I will build the plugin the way that all read data is stored in a global structure and the different module instances will only publish th...
by BigJ466
05 Feb 2019, 09:17
Forum: ESP Easy: Software
Topic: Sensor plugin with more than 4 values
Replies: 6
Views: 3782

Re: Sensor plugin with more than 4 values

Thanks alot for your time. My plugin in general is already working. I tried to setup more than four values which failed and caused exceptions and reboots. As I still don't know to much about the architecture of ESP Easy I'm looking for best practice to gain more than four values. The module for read...
by BigJ466
04 Feb 2019, 21:13
Forum: ESP Easy: Software
Topic: Sensor plugin with more than 4 values
Replies: 6
Views: 3782

Re: Sensor plugin with more than 4 values

Thanks for your quick reply. Is there a tutorial or an example in the playground for events or serial output?
I want to transmit values via mqtt controller. Is there a solution?
Did I understand right that with an ESP32 there will be more values per task?

Best thanks, I really like ESPeasy....
by BigJ466
04 Feb 2019, 16:25
Forum: ESP Easy: Software
Topic: Sensor plugin with more than 4 values
Replies: 6
Views: 3782

Sensor plugin with more than 4 values

hi, I plan to build a smartmeter plugin for the Landis & Gyr UH550 smartmeter for district heating. It is somewhat like IEC62056-21 protocol, but only somewhat ... Anyway the smartmeter provides many values in its readout. Is there a way to build a plugin to publish more than 4 Uservars? I thoug...