Search found 31 matches

by josemi
Saturday 02 July 2022 8:24
Forum: Python
Topic: [Module]Nissan Leaf 2
Replies: 12
Views: 2202

Re: [Module]Nissan Leaf 2

Hi I have modified the onHeartbeat, because it was running every hour, but it was executed every 10 seconds the minute number 0 of every hour. I process the plugin not only in minute 0, but also 15, 30, 45. if (_time.minute in [0,15,30,45] and _time.second < 10): https://i.imgur.com/pPNh8w0.jpg ...
by josemi
Thursday 23 June 2022 8:55
Forum: Python
Topic: [Module]Nissan Leaf 2
Replies: 12
Views: 2202

Re: [Module]Nissan Leaf 2

Should 'Refresh Data' work? It is not refreshing for me, but Distances, Percentage and Plug are refreshed every 1 hour. Icons for Driven and Battery (Percentage) are not shown in floorplan, but it does in Devices. Would yo know why? https://i.imgur.com/3p0tivKl.png How could I get history json file ...
by josemi
Wednesday 22 June 2022 18:36
Forum: Python
Topic: [Module]Nissan Leaf 2
Replies: 12
Views: 2202

Re: [Module]Nissan Leaf 2

I have just configured your plugin, and it is working fine for me. Leaf Y2019. Thank you for your great work and for sharing. That gives some hope. Can you tell what steps you have done to get it working. (for me there is an error code) (I sent the previous post) I did git pull only, as regular ...
by josemi
Wednesday 22 June 2022 7:35
Forum: Python
Topic: [Module]Nissan Leaf 2
Replies: 12
Views: 2202

Re: [Module]Nissan Leaf 2

I have just configured your plugin, and it is working fine for me. Leaf Y2019.
Thank you for your great work and for sharing.
by josemi
Sunday 30 January 2022 11:11
Forum: Other questions and discussions
Topic: how to add APSystems ECU-3 solar inverter monitor
Replies: 211
Views: 38605

Re: how to add APSystems ECU-3 solar inverter monitor

Hi Yes, it is working properly for my installation 2 inverters, 4 panels per inverter. My Unit is ECU-C, I do not know if other ECUs are affected. (Today values are wrong because the past behaviour after update). Tomorrow they will be ok. https://i.imgur.com/TTgkBA3.png Hi, @josemi, That is exactly ...
by josemi
Sunday 30 January 2022 9:26
Forum: Other questions and discussions
Topic: how to add APSystems ECU-3 solar inverter monitor
Replies: 211
Views: 38605

Re: how to add APSystems ECU-3 solar inverter monitor

I am sending function Create Array for 4 devices per inverter after updating ECU-C to v 1.2.0 (DC Voltage per panel) var i; for (i = 0; i < msg.payload.length/19; i++) { var InverterIDA = msg.payload[19*i+0]; var CurrentPowerA = msg.payload[19*i+1]; var DCVoltageA = msg.payload[19*i+2]; var GridFreq ...
by josemi
Sunday 30 January 2022 8:42
Forum: Other questions and discussions
Topic: how to add APSystems ECU-3 solar inverter monitor
Replies: 211
Views: 38605

Re: how to add APSystems ECU-3 solar inverter monitor

Hi
Yesterday my Ecu-C was updated from version 1.1.9 to 1.2.0, and it has become a bit crazy with the values, I think we must review node-red. They must have added DC Volt in the html table.

Image
by josemi
Wednesday 10 November 2021 21:24
Forum: Other questions and discussions
Topic: how to add APSystems ECU-3 solar inverter monitor
Replies: 211
Views: 38605

Re: how to add APSystems ECU-3 solar inverter monitor

Hi
I got installed my solar panels today with a ECU-C, and I followed your instructions and it is working as a charm.
Thank you for sharing your configuration.

placas.jpeg
placas.jpeg (148.58 KiB) Viewed 2666 times
placas2.jpg
placas2.jpg (45.44 KiB) Viewed 2666 times
by josemi
Sunday 11 April 2021 15:58
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 369
Views: 85442

Re: Domoticz-Google-Assistant (dzga)

Hi, I have updated 1.10.8 docker version released today, and 400 error disappeared. I have got a RGB strip (not RGBW), and if I change of colour, it is working fine, unless I say to the assistant: blanco (white in spanish). I get this error in domoticz log: 2021-04-11 15:42:36.080 Error: Arilux ...
by josemi
Tuesday 18 August 2020 17:39
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 115116

Re: Python Plugin: Shelly MQTT

Hi
Before opening an issue in github repo, could you watch in your domoticz if your Shelly 2.5 energy devices are updating (Last Seen column)?
My 8 Shelly 2.5 have quit of updating since september 2019.
energy-shelly.JPG
energy-shelly.JPG (44.38 KiB) Viewed 2811 times
My version: 0.4.6
Thank you
by josemi
Sunday 28 June 2020 16:56
Forum: Switches and Scenes
Topic: Timers of removed smart plugs are triggered
Replies: 1
Views: 635

Re: Timers of removed smart plugs are triggered

I answer to myself, they are in the Timers table inside domoticzdb
by josemi
Saturday 27 June 2020 7:32
Forum: Switches and Scenes
Topic: Timers of removed smart plugs are triggered
Replies: 1
Views: 635

Timers of removed smart plugs are triggered

Hi I have removed several smart plugs, and Timers keeps trying to run, but I am getting this error, because devices do not exist anymore: 2020-06-27 07:15:01.119 Error: Switch command not send!, Hardware device disabled or not found! 2020-06-27 07:15:01.120 Error: Error sending switch command, DevID ...
by josemi
Friday 07 February 2020 22:39
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 115116

Re: Python Plugin: Shelly MQTT

Does anybody have working long push in a Shelly 2.5 working as roller mode?
I enable debug option in plugin, but only short push is shown. No longpush device is created in domoticz either.
by josemi
Monday 06 January 2020 9:54
Forum: Zigbee
Topic: Zigbee Map is a Mess (iframe inside Machinon Theme)
Replies: 4
Views: 673

Re: Zigbee Map is a Mess (iframe inside Machinon Theme)

Hi It works very fine, thank you a lot. Bravo! Hi, How did you generate the image? By "dot" tool? Look this: https://github.com/Koenkk/zigbee2mqtt/issues/252 My thought was you can generate image from graphviz with this command: circo -Tsvg input.dot -o output.svg Then you will get the map like this ...
by josemi
Monday 06 January 2020 9:41
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 115116

Re: Python Plugin: Shelly MQTT

Hi
Does anybody know if a Shelly 2.5 working as roller must create a Long Push device in domoticz?
by josemi
Monday 09 December 2019 0:31
Forum: Zigbee
Topic: Zigbee Map is a Mess (iframe inside Machinon Theme)
Replies: 4
Views: 673

Re: Zigbee Map is a Mess (iframe inside Machinon Theme)

m147 wrote: Friday 22 November 2019 14:48 Hi,

How did you generate the image?
By "dot" tool?
Look this:

https://github.com/Koenkk/zigbee2mqtt/issues/252
by josemi
Sunday 20 October 2019 7:51
Forum: Zigbee
Topic: Zigbee Map is a Mess (iframe inside Machinon Theme)
Replies: 4
Views: 673

Zigbee Map is a Mess (iframe inside Machinon Theme)

Hi I have scheduled a cron job to execute hourly the script that create zigbee map and I save it as html in www folder for being accessed by iframe inside Machinon Theme . But I do not like the lines between the boxes because they are overwritten and you are not able to see where a box is connected ...
by josemi
Friday 04 October 2019 5:32
Forum: Python
Topic: Python Plugin: Zigbee2Mqtt
Replies: 347
Views: 86098

Re: Python Plugin: Zigbee2Mqtt

Hi
I have fixed after removing device from zigbee2mqtt bridge mosquitto_pub and the payload of the device.
by josemi
Wednesday 02 October 2019 22:08
Forum: Python
Topic: Python Plugin: Zigbee2Mqtt
Replies: 347
Views: 86098

Re: Python Plugin: Zigbee2Mqtt

watching MQTT explorer, I press the physical button of a sensor to force sending new data, it works for Z_T_SALON sensor but not for Z_T_DAVID sensor, but both show online state: https://i.imgur.com/zTCwlB8.gif I am a bit desperate. in database.db, id=31 is the device not getting info, it has ...
by josemi
Wednesday 02 October 2019 19:33
Forum: Python
Topic: Python Plugin: Zigbee2Mqtt
Replies: 347
Views: 86098

Re: Python Plugin: Zigbee2Mqtt

Hi I have just added 3 aqara temp sensors, and they are created and shown ok in domoticz devices, but all the devices from 1 sensor are not updated. If I press button to force sending new data via zigbee, they are not sent. https://i.imgur.com/0UBBZw3.gif If I connect this device to Xiaomi Gateway ...