Search found 37 matches

by DiaDomo
Sunday 01 September 2024 16:27
Forum: MQTT Auto Discovery
Topic: Using MQTT for comm between Domoticz instances
Replies: 24
Views: 1692

Re: Using MQTT for comm between Domoticz instances

Thx, it's running now after the plugin update! (no username / password required)
by DiaDomo
Sunday 01 September 2024 13:31
Forum: MQTT Auto Discovery
Topic: Using MQTT for comm between Domoticz instances
Replies: 24
Views: 1692

Re: Using MQTT for comm between Domoticz instances

1) I updated the plugin. 2) Removed user&password in the master URL (I think these are not necessary). Errors in the log: 2024-09-01 13:23:38.718 Error: MQTT Sync: Call to function 'onConnect' failed, exception details: 2024-09-01 13:23:38.734 Error: MQTT Sync: Traceback (most recent call last ...
by DiaDomo
Sunday 01 September 2024 9:36
Forum: MQTT Auto Discovery
Topic: Using MQTT for comm between Domoticz instances
Replies: 24
Views: 1692

Re: Using MQTT for comm between Domoticz instances

When I add my domoticz username & password for the master in the URL, I get the following error in the domoticz log: 2024-09-01 09:34:00.624 MQTT Sync: 'DomoticzBuildTime':'2024-07-13 16:59:31' 2024-09-01 09:34:00.624 MQTT Sync: Device count: 0 2024-09-01 09:34:00.624 MQTT Sync: Debug logging mask ...
by DiaDomo
Sunday 01 September 2024 8:21
Forum: MQTT Auto Discovery
Topic: Using MQTT for comm between Domoticz instances
Replies: 24
Views: 1692

Re: Using MQTT for comm between Domoticz instances

Hi, answering your questions: everything correct (no passwords, domoticz/out & domoticz/out2, trusted networks, using the same mqtt server...) I enabled the debug option: 1) on the slave: no errors 2) on the master: several errors: 2024-09-01 08:16:51.820 MQTT Sync: 'HomeFolder':'/home/xxx/domoticz ...
by DiaDomo
Saturday 31 August 2024 18:58
Forum: MQTT Auto Discovery
Topic: Using MQTT for comm between Domoticz instances
Replies: 24
Views: 1692

Re: Using MQTT for comm between Domoticz instances

Hi, I used it to sync 2 devices from master to slave. Both are domoticz instances running on 2 seperate raspberry's. Both are sharing the same MQTT broker. Unfortunately, after installing nothing happened.... What could be the case? My MqttSync.json file: { "settings": { "configVersion": "V1.0.2 ...
by DiaDomo
Thursday 29 August 2024 9:34
Forum: MQTT Auto Discovery
Topic: Using MQTT for comm between Domoticz instances
Replies: 24
Views: 1692

Re: Using MQTT for comm between Domoticz instances

Hi, nice plugin! I want to use it because I have 2 domoticz servers running in my LAN. One question: masterMqttHost": "masterHost", "masterMqttPort": "1883", "masterMqttUser": "masterMqttUser", "masterMqttPassword": "masterMqttPassword", "masterDomoticzOutTopic": "domoticz/out", "masterDomoticzUrl ...
by DiaDomo
Monday 19 August 2024 11:40
Forum: MQTT Auto Discovery
Topic: Using MQTT for comm between Domoticz instances
Replies: 24
Views: 1692

Re: Using MQTT for comm between Domoticz instances

The command to run this as a python3 program should be something like python3 /home/username/scripts/telegram/dynamicTelegramBot/DynamicTelBot.py Well, first I had to create the DynamicTelBot.py file (of course...), etc. but now it's working! One question: I have webcams enabled but how do you get ...
by DiaDomo
Sunday 18 August 2024 22:08
Forum: MQTT Auto Discovery
Topic: Using MQTT for comm between Domoticz instances
Replies: 24
Views: 1692

Re: Using MQTT for comm between Domoticz instances

Never mind, I found a wealth of articles on the wiki about the Telegram bot... :-) I use this one, python based, that is not fully described on wiki (which is lua based) https://github.com/waltervl/dynamicTelegramBot How to start this bot for the first time? I read https://github.com/waltervl ...
by DiaDomo
Sunday 18 August 2024 21:39
Forum: Utility
Topic: SmartEvse support
Replies: 124
Views: 9774

Re: SmartEvse support

@RRon: because I want to use the SmartEVSE module for loading my EV with solarpower: are you using the smart or solar mode of SmartEVSE already? I use smart mode because i want to charge it as quick as possible because my cable is on the sidewalk. If you use solar it will take more time depending ...
by DiaDomo
Sunday 18 August 2024 16:44
Forum: Utility
Topic: SmartEvse support
Replies: 124
Views: 9774

Re: SmartEvse support

@RRon: because I want to use the SmartEVSE module for loading my EV with solarpower: are you using the smart or solar mode of SmartEVSE already?
by DiaDomo
Monday 12 August 2024 10:56
Forum: Python
Topic: Kia and Hyundai plugin
Replies: 20
Views: 1966

Re: Kia and Hyundai plugin

Is this correct? These devices monitor power (according their names) and report in kWh. I always thought that power is in W and not in Wh!?
by DiaDomo
Friday 09 August 2024 21:27
Forum: Utility
Topic: SmartEvse support
Replies: 124
Views: 9774

Re: SmartEvse support

You said earlier that you also would send a screenshot with the MQTT settings of the SmartEVSE interface, but you didn't send this one yet.
by DiaDomo
Friday 09 August 2024 20:33
Forum: Utility
Topic: SmartEvse support
Replies: 124
Views: 9774

Re: SmartEvse support

@rron: please post this screenshot:
and 2 from smartevse without detailed information.
by DiaDomo
Wednesday 07 August 2024 21:53
Forum: Utility
Topic: SmartEvse support
Replies: 124
Views: 9774

Re: SmartEvse support

Hi all,
Although I don't have the hardware (SmartEVSE module) yet, I tested the mqtt setup with the json mapping file as described above:
5 devices are created, so the concept works!

Of course more devices should be added in the json mapping file.
by DiaDomo
Sunday 04 August 2024 14:27
Forum: Utility
Topic: Domoticz Hyundai Kia connect plugin – 2.1
Replies: 3
Views: 855

Re: Domoticz Hyundai Kia connect plugin – 2.1

I found indeed this in the api code of hyundai_kia_connect_api/ApiImpl.py: def set_charging_current(self, token: Token, vehicle: Vehicle, level: int) -> str: """Sets charge current level (1=100%, 2=90%, 3=60%). Returns the tracking ID""" pass Does this mean that this setting is already coded but not ...
by DiaDomo
Sunday 04 August 2024 9:40
Forum: Utility
Topic: Domoticz Hyundai Kia connect plugin – 2.1
Replies: 3
Views: 855

Domoticz Hyundai Kia connect plugin – 2.1

To the makers of this plugin (creasol @psubiaco?): First thanks for the nice plugin! I want to use the plugin to automate the charging process of my kia via domoticz. In the Niro EV settings in the car it is possible to set the current supplied by the AC charging to 60%, 90% 100%. So, setting the AC ...
by DiaDomo
Thursday 01 August 2024 21:25
Forum: Utility
Topic: SmartEvse support
Replies: 124
Views: 9774

Re: SmartEvse support

Hi rron, Which repository are you using? I can found via google these: https://github.com/serkri/SmartEVSE-3 => release v1.8.0 https://github.com/SmartEVSE/SmartEVSE-3 => release v3.6.2 (last change by dingo35) But I cannot find not release v3.6.7? Edit: I found it: https://github.com/dingo35 ...
by DiaDomo
Tuesday 30 July 2024 9:43
Forum: Utility
Topic: SmartEvse support
Replies: 124
Views: 9774

Re: SmartEvse support

@RRon: Do you have these lines in your mosquitto.conf file? allow_anonymous true listener 1883 0.0.0.0 When I send this command: mosquitto_sub -v -h 192.168.2.xx -t '#' I get a lot of information, like: zigbee2mqtt/bridge/state {"state":"online"} zigbee2mqtt/bridge/info {"commit":"06b3395","config ...
by DiaDomo
Sunday 28 July 2024 11:12
Forum: Utility
Topic: SmartEvse support
Replies: 124
Views: 9774

Re: SmartEvse support

Hi RRon & others, I'm also interested in the smartevse v3 solution of stegen.
1) Are you using the original firmware or the fork of this code?
2) What is the most easy way to communicate from domoticz to the EVSE module? MQTT or the rest API?

Please keep us informed about your progress!
by DiaDomo
Friday 26 July 2024 17:18
Forum: General Discussion
Topic: Smart meter devices
Replies: 4
Views: 792

Re: Smart meter devices

OK, thanx, I will ask my energy net provider for more information.