krikk / Hiking-DDS238-2-WIFI-Din-Rail-Energy-Meter-flashing-Tasmota

GNU General Public License v3.0
33 stars 6 forks source link

wrong gateway ip and time #24

Open luciandf opened 2 years ago

luciandf commented 2 years ago

Hello,

I have followed the flashing method some time ago and managed to integrate this meter into HA. It works fine except for two issues, one which I noticed just now:

1) from the very beginning I noticed that that the loop for measuring the energy each day starts at 2 am instead of 00:00. I cannot change this from anywhere! In HA this is the only device that does this! I have several Sonoff POW R2 and they all start at 00:00. Is there a way to maybe change the date time and set it to my current location in Bucharest, Romania? 2) I just noticed this while trying to change the time: the gateway ip is wrong.

Hiking DDS238-2 WIFI power-meter

Program Version | 12.0.2(tasmota)

2022-06-20T12:41:03
2_7_4_9/2.2.2-dev(38a443e)
8T06:15:32
2391 at 0xF4000
37
Software/System restart
power-meter
 
wifi network name (64%, -68 dBm) 11n
tasmota-DCACAA-3242
C4:5B:BE:DC:AC:AA
192.168.1.220
192.168.1.249 <-- wrong gateway ip!! it should be 1 not 249!
255.255.255.0
192.168.1.249   <-- here it should be 6 instead of 249
192.168.1.4
 
Enabled
 
192.168.1.67
1883
homeassistant
DVES_DCACAA
tasmota_%06X
cmnd/tasmotas/
cmnd/tasmota_DCACAA/
cmnd/DVES_DCACAA_fb/
Disabled
 
None
 
14462122 (ESP8266EX)
0x1540C8
2048 KB
1024 KB
619 KB
384 KB
26.0 KB

I am not very familiar with tasmota and I see no obvious way to change the time or modify the gateway ip.

Can anyone help me out with this?

davoau commented 1 year ago

For time zone.. to change you need to go to the devices console, and type in:

timezone +02:00

information here: https://tasmota.github.io/docs/Commands/#management

luciandf commented 1 year ago

thank you! I managed to fix that! The only trouble is that it doesn't autoadjust for daylight saving time! or I didn't find that option! ANyway thank you!