Search found 17 matches

by nabru99
Tuesday 17 February 2026 10:12
Forum: Utility
Topic: Database P1
Replies: 0
Views: 85

Database P1

Hello,

I had problems with the USB P1 interface- CRC errors . I changed to a LAN interface. It now records data correctly.
The annual consumption is shown correctly, but the comparison is incorrect. Since the CRC problems start with october 2025, I have incorrect comparisons of october and december ...
by nabru99
Tuesday 08 January 2019 20:05
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 125881

Re: Python Plugin: Shelly MQTT

i noticed that value is recived from device:

Image
by nabru99
Tuesday 08 January 2019 5:04
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 125881

Re: Python Plugin: Shelly MQTT

http://mojwlan.net/t/ba.PNG
Tasmota:
04:57:29 MQT: domoticz/in = {"idx":115,"nvalue":0,"svalue":"233;1144498.4","Battery":88,"RSSI":9}
04:57:29 MQT: tele/sonoff_RACK/SENSOR = {"Time":"2019-01-08T04:57:29","ENERGY":{"TotalStartTime":"2018-12-23T06:31:08","Total":1144.498,"Yesterday":5.811,"Today":1 ...
by nabru99
Monday 07 January 2019 19:03
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 125881

Re: Python Plugin: Shelly MQTT

Hello,

this is difference:

you can leave that both devices are created..

GENERAL TASMOTA ______________________________ ______________ SHELLY2
http://mojwlan.net/t/x.PNG http://mojwlan.net/t/y.PNG

GENERAL TASMOTA:
http://mojwlan.net/t/x1.PNG

SHELLY2:
http://mojwlan.net/t/y1.PNG
by nabru99
Monday 07 January 2019 16:28
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 125881

Re: Python Plugin: Shelly MQTT

is it possible to measure power usage as in tasmota with mqtt.

shelly is recognized as usage,electric
sonoff with tasmota fw as general,kwh

diffeence is in logging and data.

u
by nabru99
Friday 04 January 2019 20:35
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 125881

Re: Python Plugin: Shelly MQTT

lwolf wrote: Friday 04 January 2019 20:13
nabru99 wrote: Friday 04 January 2019 8:18 Only command for OPEN is wrong in this case when Blinds percentage is used.
I see, posted code updates to github.
ALL OK -tested-working

:D :D
by nabru99
Friday 04 January 2019 8:18
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 125881

Re: Python Plugin: Shelly MQTT

DOMOTICZ version 4.9700 RPI

Blind is CLOSED
http://mojwlan.net/t/a.png
Settings SHELLY:
http://mojwlan.net/t/b.png

Status DOMOTICZ:
http://mojwlan.net/t/c.png

TEST:
http://mojwlan.net/t/d.png

1.)OPEN -- NOT WORKING
2019-01-04 07:42:12.232 (Shelly) shellies/shellyswitch-134D85/roller/0 ...
by nabru99
Thursday 03 January 2019 6:21
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 125881

Re: Python Plugin: Shelly MQTT

CLOSED -command is working
2019-01-03 07:13:04.515 (Shelly) MqttClient::Publish shellies/shellyswitch-134D85/roller/0/command (open)
2019-01-03 07:13:04.566 (Shelly) MQTT message: shellies/shellyswitch-134D85/roller/0/command open
2019-01-03 07:13:04.767 (Shelly) MQTT message: shellies ...
by nabru99
Wednesday 02 January 2019 21:20
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 125881

Re: Python Plugin: Shelly MQTT



SET POSITION 0%
NO MQTT MSG

how can i test?


Now i think i finally understood it: Blinds percentage from Domoticz will never send a 0% with Set Level.. it's sending an Off command instead. :)
I am playing a little with this device type, and tried again... i hope that the open and close ...
by nabru99
Wednesday 02 January 2019 17:46
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 125881

Re: Python Plugin: Shelly MQTT

0% is fully opened
100% is fully closed

this can be changed - someone is using 100% for opened someone for closed.

100% command/slider is ok- it works open or close

0% command/slider IS NOT working open or close

ugly method i think is not ok- it will not show opened/closed

SET POSITION 100 ...
by nabru99
Wednesday 02 January 2019 8:20
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 125881

Re: Python Plugin: Shelly MQTT

Ok i will explain:

1.) if position is closed it means it is 100%

now i set position to example 69%- relay is triggered and shutter moves

than i set position to 30 % shutter moves. Then i set slider to 100 %-shutter moves to 100%.

If i set position to 1% shutter opens to 1 %.

If i set position ...
by nabru99
Tuesday 01 January 2019 12:58
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 125881

Re: Python Plugin: Shelly MQTT



When percentage is used it shoud be:
nValue 0 and sValue 0 ==>> Closed
nValue 2 and sValue 2-99 ==>> partially opened
nValue 1 and sValue 100 ==>> Opened

Status with ShellyMQTT:
0% status is OPEN
100% status is OPEN

Slider is fully working - position is correct.

So only status is wrong ...
by nabru99
Tuesday 01 January 2019 7:48
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 125881

Re: Python Plugin: Shelly MQTT



is it possible to use slider and percentage -blinds percentage-as in web config-shelly?

it is usefull for roller shutter to set position.

I am updated the plugin, but i am not sure, that it is working correctly, as i am unable to calibrate Shelly2 without a real device. :) Waiting for ...
by nabru99
Saturday 29 December 2018 6:41
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 125881

Re: Python Plugin: Shelly MQTT


hello,
great plugin- i tested with shelly 2 in roller mode.

it works perfect.

is it possible to use slider and percentage -blinds percentage-as in web config-shelly?

it is usefull for roller shutter to set position.


U

New in v1.4.0: roller mode position control. For this to work, the ...
by nabru99
Friday 28 December 2018 22:27
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 125881

Re: Python Plugin: Shelly MQTT

hello,
great plugin- i tested with shelly 2 in roller mode.

it works perfect.

is it possible to use slider and percentage -blinds percentage-as in web config-shelly?

it is usefull for roller shutter to set position.


U
by nabru99
Wednesday 27 December 2017 9:09
Forum: Other questions and discussions
Topic: MQTT- RF bridge sonoff
Replies: 1
Views: 1423

MQTT- RF bridge sonoff

Version: 3.8153
Rpi

Hello,

i have RFbridge flashed with tasmota.

I am using JSON to control ON/OFF

http://192.168.200.160/cm?cmnd=RfKey1

I would like to setup ALERT from RF water sensor- RFbridge recieves alert how can i recieve it to domoticz MQTT?

U
by nabru99
Monday 06 November 2017 9:55
Forum: Python
Topic: PLUGIN not LOADED
Replies: 0
Views: 488

PLUGIN not LOADED

Hello,
DOMOTICZ v.38699 beta
RPI B+ Linux raspberrypi 4.9.59+ #1047

I have plugin smart thermostat in correct folder but plugin is not loaded.

I switched to beta because lib error after clean install.

Any suggestion why python plugin not loaded ?

U