Search found 8 matches

by oli80330
Saturday 25 October 2025 2:33
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 505
Views: 69717

Re: Python Plugin: MqttMapper

Json for sdhelly 2.5 roller works fine.

several JSON examples for shelly (1/2.5/EM Gen1) :

1 - For a Shelly 1 (GEN1) / domoticz device on/off :
"SDB Ventil": {
"topic": "shellies/SDB Ventil/relay/0",
"type": "244", "subtype": "73",
"switchtype": "0",
"mapping": {"item": "", "default": "0 ...
by oli80330
Friday 24 October 2025 23:46
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 505
Views: 69717

Re: Python Plugin: MqttMapper

Hello,
For this Shelly 1, update work fine but command not work
by oli80330
Friday 24 October 2025 21:29
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 505
Views: 69717

Re: Python Plugin: MqttMapper

Hello,
A NEW JSON for :
- Shelly1 (Gen 1)
- Domoticz device : Lignt/Switch, Switch, On/Off :

XXXXX : MQTT name shelly device
> but it's not work...

{
"SDB Ventil": {
"topic": "shellies/XXXXX/relay/0",
"type": "244", "subtype": "73", "switchtype": "0",
"mapping": { "item": "", "default": "0 ...
by oli80330
Friday 24 October 2025 0:25
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 505
Views: 69717

Re: Python Plugin: MqttMapper

Hello
Thanks for your help

Command and Update DZ device work for my shelly 2.5 Gen1 (mode roller) ;)

JSON :
For Update : Topic is : /roller/0/pos
For Command : Topic is /roller/0/command

"ShellyMapper - buro": {
"topic": "shellies/buro/roller/0/pos",
"type": "244",
"subtype": "73 ...
by oli80330
Thursday 23 October 2025 21:43
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 505
Views: 69717

Re: Python Plugin: MqttMapper

Hello,

Always a problem of mapping (commands it's ok).

Device Shelly MQTT Name : buro
Device Domoticz created by SHellyMpper : ShellyMapper - buro
Device : Shelly 2.5 Gen 1

Mapping : "mapping": {"item": ""}, > not functionnal in Domoticz, no back state Device but update time is OK
So, I use ...
by oli80330
Wednesday 22 October 2025 22:15
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 505
Views: 69717

Re: Python Plugin: MqttMapper

Hello,
I was able to rewrite json.
> domoticz commands work (open/close/stop and level) :D
> Mapping don't work :(

"Volet_Volet": {
"topic": "shellies/buro_volet/roller/0",
"type": "244",
"subtype": "73",
"switchtype": "21",
"mapping": {
"state": { "topic": "shellies/buro_volet/roller/0 ...
by oli80330
Tuesday 21 October 2025 23:31
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 505
Views: 69717

Re: Python Plugin: MqttMapper

Hello everyone,
I'm testing this plugin and would like to integrate my Shelly devices via MQTT because it's much faster than ShellyTeacher. I was able to integrate my "General, Kwh" meters into Domoticz without any problems, and the consumption is displayed instantly, which is perfect!

However, my ...
by oli80330
Thursday 17 February 2022 3:05
Forum: Suggestions
Topic: Default skin > Dashboard option with 5 or 6 columns
Replies: 0
Views: 427

Default skin > Dashboard option with 5 or 6 columns

Hello,

Domoticz dashboard is fit for old 4:3 screen ?

With 16:10 screen, dashboard with 5 or 6 columns would be a good option ?